You can see this as open-cc for everyone, agent-system design is in ./system-design.md
# not relased, i am on the plane with very poor network, if the plane can not land, anyone see this help me make this agent-system more strong.
/model command to configure your AI provider/configUse Agent Kode as a Model Context Protocol server with Claude Desktop:
which kode{
"mcpServers": {
"agent-kode": {
"command": "/path/to/kode",
"args": ["mcp", "serve"]
}
}
}
# Install dependencies
pnpm install
# Run in development mode
pnpm run dev
# Build for production
pnpm run build
# Debug with verbose logging
NODE_ENV=development pnpm run dev --verbose --debug
Agent Kode provides sophisticated development workflow management:
Intelligent project state management with automatic analysis and recovery:
/checkpoint-save - Smart analysis and state preservation/checkpoint-restore - Natural language version recoveryIsolated development environments for feature work:
/worktree-create - Task-driven environment creation/worktree-review - Comprehensive code quality assessment/worktree-merge - Safe integration with quality gates📚 Complete Workflow Documentation
Submit bugs directly from the app using /bug - it will open GitHub with pre-filled information.
See LICENSE.md for details.
⚠️ Use at your own risk - This tool executes code and commands on your system.