I built and published a Rust AI agent from scratch in my journey to learn Rust. GitHub : https://github.com/Tejas1Koli/rust-ai-agent crates.io : https: https://crates.io/crates/rust-ai-agent What it currently supports: • Local LLM execution with Ollama • DuckDuckGo web search • Async execution with Tokio • Structured logging • Typed configuration + validation • Cross-platform binaries (Linux/macOS/Windows) • Single-binary CLI distribution One thing I found interesting while building this: The en

Made a Rust based AI agent
Tejas
