tiny-loop
Minimal AI agent framework in Rust.
Features
#[tool]macro for functions and methods to create custom tools.- Register MCP tools
- History management
- Streaming
- Parallel tool execution
- Observability via
tracing
Installation
Add to your Cargo.toml:
[]
= "0.1"
= { = "1", = ["derive"] }
= "1"
Quick Start
use ;
async
async