mirror of
https://github.com/langchain-ai/oap-langgraph-tools-agent.git
synced 2026-07-01 20:54:00 -04:00
[Discussion] Robyn-based Runtime with Full LangGraph API Parity #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @l4b4r4b4b4 on GitHub (Feb 5, 2026).
Summary
I've built a Robyn-based alternative runtime for the LangGraph tools agent that achieves full API parity with the standard
langgraph devserver. Sharing in case there's interest in adding this as an optional runtime or learning from my implementation.What I Built
A complete HTTP server using Robyn (Rust-powered Python web framework) that implements the full LangGraph API specification:
Features
/metricsendpoint for observabilityTest Coverage
Why Robyn?
Architecture
Example
/infoResponseMy Fork
The implementation is available in my fork: https://github.com/l4b4r4b4b4/oap-langgraph-tools-agent
Key directories:
robyn_server/- Complete Robyn runtime.github/workflows/- CI/CD pipelinesQuestions for Maintainers
robyn-langgraph-runtimeon PyPI) be more appropriate?Happy to contribute back if this aligns with the project's direction. Also happy to maintain it as a separate package if that's preferred.
This is not a PR request - just sharing what I built in case it's useful to the community.