TokRepo for AI Agents
为所有 agent runtime 提供包管理 + 记忆 + handoff 层。下方选择你的框架查看最短接入路径。
npx -y tokrepo@latest init-agent --target all npx -y tokrepo@latest session-init --json npx -y tokrepo@latest agent-check "<your task>" --json
Claude Code
The first-party Anthropic terminal coding agent. CLAUDE.md is its project memory; MCP servers are first-class.
CLAUDE.md + .claude/agents/OpenAI Codex
OpenAI Codex CLI. AGENTS.md is the project memory; ~/.codex/skills/ hosts installable skills.
~/.codex/skills/Cursor
Cursor reads .cursor/rules/*.mdc as workspace rules and ~/.cursor/mcp.json for MCP servers.
.cursor/rules/Cline
Cline is a VS Code extension. .clinerules/*.md inject project rules; native MCP marketplace.
.clinerules/Roo Code
Roo Code (Cline fork) reads .roo/rules/*.md and supports the same MCP protocol.
.roo/rules/Aider
Aider is a terminal pair-programmer. CONVENTIONS.md is read on every session start.
CONVENTIONS.mdOpenHands
OpenHands (formerly OpenDevin). .openhands/microagents/repo.md is loaded as repo-scoped microagent.
.openhands/microagents/Gemini CLI
Gemini CLI reads GEMINI.md as project instructions and supports MCP via extensions.
GEMINI.md