Graph-flow – LangGraph-inspired AI agent workflows in Rust
LangGraph patterns in Rust with type safety, 300 stars and real production examples.
A recursive language-model (RLM) harness for Rust.
Orchestrates recursive LLM agents in Rust when LangGraph dominates Python.
Rust developers building AI agents
LangGraph · LangChain · AutoGen
I also could not find any good LLM harness workflow in Rust, so I built this one, taking massive inspiration from LangGraph and LangChain but also incorporating a Rust-based transpiler to build on-demand LLM graphs all in Rust following the RLM idea.
This is the harness that we are currently using in production in openhuman.
LangGraph patterns in Rust with type safety, 300 stars and real production examples.
Quoracle forces you to stop trusting one model and instead runs every decision through an explicit consensus pipeline, with per-model conversation history persisted to Postgres and a LiveView dashboard for realtime inspection. Agents can spawn children recursively and communicate via messages, which makes it a neat sandbox for studying emergent behaviors or building robust multi-model workflows — heavy, opinionated, and clearly aimed at folks who want to experiment rather than ship a lightweight chatbot.
Compiler-level validation turns Qwen's 6.75% structured output success rate into 100%.
Typed, hookable agent loop in Rust when LangChain dominates Python.
Language-level LLM primitives (infer, confidence routing) beat Python/TS framework soup.
Backpressured pipeline with 60-80% dedup savings beats chatty multi-agent frameworks.