rust-code-0.1.0 is not a library.
rust-code 🦀🤖
An AI-powered TUI coding agent written in Rust, leveraging Schema-Guided Reasoning (SGR) via BAML.
Features
- 🚀 Fast TUI: Built with
ratatuiandcrossterm. - 🧠 Schema-Guided Reasoning: Uses
BAMLto strictly type LLM interactions and tool calling. - 🔍 Fuzzy Search: Integrated with
nucleofor blazingly fast file/code search.
Architecture
rc-cli: Terminal UI (Ratatui) and entry point.rc-core: Agent orchestration and SGR loop.rc-tools: Agent capabilities (fs, bash).rc-baml: BAML schemas and LLM clients.