🚀 Feature Request: Langgraph - Self Hosted FastApi alternative for Javascript
🎤 Tell us your idea
There is already the package that is spun up by the langgraph cli wich is a hono server that supports in memory only solution for using langgraph with copilotkit. https://github.com/langchain-ai/langgraphjs-api
I would love to see a solution that i can plug into existing express / node server for example with memory support ( self hosted)
Right now there are like 2 options Iam considering
- langgraph with fastapi ( which I dont want to use since I dont want to mix python and js stack)
- Mastra ( but its missing generative Agentic UI Features)
Until one of these are avaialle I probably wont go forward with Copilotkit and use my own UI. This is holding me back
@reactsaas Thanks for the suggestion! Our team will review this and prioritize accordingly.
Hey @reactsaas , we don't currently plan to do this soon but we'd welcome a contribution that did add this.