Y
Hacker News
new
|
ask
|
show
|
jobs
by
mendeza
445 days ago
How can one deploy LangGraph as an API (with production like features)? I have worked with langgraph serve to deploy locally, but are there other frameworks to deploy langgraph?
1 comments
mns06
445 days ago
You can check out
https://github.com/JoshuaC215/agent-service-toolkit
for a pretty comprehensive template for deploying a langgraph service, with a streamlit UI as an example client
link