mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-28 19:57:06 +02:00
feat: agents
This commit is contained in:
18
agents/install-cli.sh
Normal file
18
agents/install-cli.sh
Normal file
@@ -0,0 +1,18 @@
|
||||
# codex
|
||||
npm i -g @openai/codex
|
||||
|
||||
# opencode
|
||||
npm install -g opencode-ai
|
||||
|
||||
# kimi-cli
|
||||
uv tool install --python 3.13 kimi-cli
|
||||
uv tool upgrade kimi-cli --no-cache
|
||||
|
||||
# gemini-cli
|
||||
npm install -g @google/gemini-cli
|
||||
|
||||
# context7 - up-to-date docs and code examples for for LLMs & agents
|
||||
npx ctx7 setup
|
||||
|
||||
# update all agents installed via npm
|
||||
npm update -g
|
||||
Reference in New Issue
Block a user