Show HN: Rust primitives for AI agents, LLM infrastructure, and financial data(github.com)
github.com
Show HN: Rust primitives for AI agents, LLM infrastructure, and financial data
https://github.com/Mattbusel/rust-crates
0 comments
—
https://github.com/Mattbusel/rust-crates
—
Everything is zero-panic enforced at the lint level, typed errors with thiserror throughout, no unnecessary dependencies. The crates are designed to compose, the orchestrator runs the agents, memory stores what they know, the graph understands relationships between what they know, the budget governs what they spend, sync keeps 24 agents consistent without locks.
The orchestration engine that coordinates all of this is tokio-prompt-orchestrator, which I've been running with 24 simultaneous Claude Code agents.
https://github.com/Mattbusel/rust-crates