Open-source AI coding agent with multi-model routing — routes prompts to specialized local LLMs (DeepSeek, Qwen, Llama, Mistral) via Ollama. Rust CLI + Python web UI. Inspired by Claude Code architecture.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
Merge pull request #2 from DHYEY166/perf/v2-latency-accuracy
0765d27View on GitHubperf: improve router accuracy and latency v2 (+14% accuracy, 68% faster)
eaf6e9cView on GitHubMerge pull request #1 from DHYEY166/perf/benchmark-improvements
bb57d09View on GitHubperf: improve router accuracy and latency (+14% accuracy, 37% faster)
f4af739View on GitHubdocs(readme): drop gitignore footnote under project structure
f6a39b4View on GitHubdocs(readme): align project tree with repo; note gitignored docs and assets
51132a7View on GitHubchore: ignore assets/ and remove unused images from version control
9e01ac7View on GitHubdocs(readme): replace ASCII architecture diagrams with Mermaid
fd3c962View on GitHubAdd embedding similarity classifier for smarter task routing
e0bda4bView on GitHub