Hi! I built a terminal CLI agent that brings Kimi K2.5 to the command line with full tool use:
kimi-k-cli - Self-improving AI coding assistant for your terminal
- 11 tools: bash, file ops, grep, web search, memory, self-improve
- Plugin system for custom tools
- Kimi can edit its own source code and create new capabilities
- Single Python file, free NVIDIA NIM API
The agent loop works great with Kimi K2.5's tool calling. Sharing in case it's useful for the community or as a reference implementation.
Hi! I built a terminal CLI agent that brings Kimi K2.5 to the command line with full tool use:
kimi-k-cli - Self-improving AI coding assistant for your terminal
The agent loop works great with Kimi K2.5's tool calling. Sharing in case it's useful for the community or as a reference implementation.