Show HN: Rust primitives for AI agents, LLM infrastructure, and financial data

Hacker News Show AI
Generative AI

I've been building the substrate layer for production AI systems in Rust. This is the index repo for 10 crates I shipped this week. The AI side covers agent memory (episodic, semantic, working with decay and multi-agent bus), cost governance with hard budget enforcement and automatic model downgrade cascade, CRDT state sync for distributed agent fleets, output versioning with full lineage tracking, a knowledge graph on top of agent memory, LLM inference primitives for WASM and edge runtimes, and a complete ReAct loop that runs inside a Cloudflare Worker.