Coding Agent
A plan-then-execute CLI agent for real Git repositories.
A CLI coding agent that plans a task against a real Git repository, then runs a repo-scoped tool loop until the task is complete.
- Plan then execute: a planning pass precedes the read, search, write, and shell-command loop.
- Repository-scoped tools: paths are sandboxed to the detected Git root.
- Self-hosted inference: Qwen2.5-7B served through vLLM.
- Tracing: optional LangSmith traces capture model and tool calls for debugging.