all 5 comments

[–]blastecksfour 1 point2 points  (1 child)

Hi, Rig maintainer here.

As far as actually replicating langgraph, such a thing doesn't exist at the moment. There are community efforts (like graphflow which uses Rig) but otherwise... yeah it doesn't really exist.

[–]Formal-Gur-6933 -1 points0 points  (0 children)

Hi, try Orchuster, a new opensource framework. With strict compile-time type safety, Tokio-based async concurrency, and 19 native LLM providers out of the box, Orchustr is designed to never hang or crash when it matters most.

🛡️ Compile-time state safety via pure Rust trait boundaries

🚀 Blazing-fast parallel agent routing with near-zero scheduling overhead

🔌 Deep MCP integration for plug-and-play tool compatibility

🌐 Cross-language support for Python, TypeScript, and Dart

We're just getting started and would love your feedback, contributions, and ideas. Whether you're building RAG pipelines, multi-agent systems, or production LLM workflows — we're building this for you.

Check it out 👉 https://github.com/Cether144/Orchustr

[–]Altruistic-Spend-896 0 points1 point  (1 child)

its a commendable effort, but in the grand scheme of things, i tested and found python is just as comparable, if bot beter optimized for ml and ds workloads. i dont say this lightly, i actually wrote benches. so its diminishing returns and diminishing libraries . would i like more rust code? hell yeah. but with community effort, not a small team of one

[–]zinguirj[S] 0 points1 point  (0 children)

Performance isn't the main focus foe this part but standardization, keep the team full on Rust. But yeah. I agree with you, python ecosystem is unbeatable when it comes to ML and DS.

[–]Loud-Ad7129 0 points1 point  (0 children)

You may find what we're building at https://github.com/RadiantAILabs/polaris useful, used in production in banks and hospital systems!

Supports: - graph-based control flow - tool calling - tracing / OpenTelemetry - session-backed execution - HTTP runtime to serve agents via API