feat: agents

This commit is contained in:
Ryan Yin
2026-03-21 20:52:43 +08:00
parent f26424a344
commit f5444150ef
8 changed files with 404 additions and 0 deletions

18
agents/install-cli.sh Normal file
View 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