opensource alternative of langgraph platform or else some standard for building apis over graph #4507
AyushSonuu
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Would be cool if there were an oss initiative to maintain an implementation of the agent protocol: https://github.com/langchain-ai/agent-protocol. There's a dev one for JS: https://github.com/langchain-ai/langgraphjs-api/tree/main/libs/langgraph-api but nothing with all the above features |
Beta Was this translation helpful? Give feedback.
1 reply
-
@AyushSonuu I have started an OSS initiative to maintain a FastAPI-based implementation of the agent protocol with PostgreSQL persistence and LangGraph integration. Check it out here: Features:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem:
Currently, developers must manually integrate LangGraph workflows with web frameworks like FastAPI or Django to serve them as APIs, manage authentication, logging, or data storage. There is no standard or plug-and-play framework that simplifies this integration and encourages best practices for:
Proposed Solution:
Beta Was this translation helpful? Give feedback.
All reactions