odysa/mini-claw-code
Build your own mini coding agent in Rust.
This project helps Rust developers understand the core mechanics of AI coding agents. It provides a test-driven, 15-chapter tutorial that guides you through building a functional coding agent from scratch. You'll learn how to feed prompts to a large language model and interpret its responses to execute commands, read/write files, and edit code.
Use this if you are a Rust developer interested in the underlying architecture of AI coding agents and want to build one yourself step-by-step.
Not ideal if you're looking for a ready-to-use coding agent or a high-level library to integrate an agent into an existing application without understanding its internals.
Stars
9
Forks
1
Language
Rust
License
MIT
Category
Last pushed
Mar 03, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/odysa/mini-claw-code"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
spider-rs/spider
Web crawler and scraper for Rust
Dicklesworthstone/pi_agent_rust
High-performance AI coding agent CLI written in Rust with zero unsafe code
RightNow-AI/openfang
Open-source Agent Operating System
liquidos-ai/AutoAgents
A multi-agent framework written in Rust that enables you to build, deploy, and coordinate...
Ataraxy-Labs/sem
Semantic version control CLI. Entity-level diff, blame, graph, and impact analysis for code. 16...