langgraph/cloud/ #743
Replies: 6 comments 4 replies
-
Which cloud provider is backing Langgraph Cloud? |
Beta Was this translation helpful? Give feedback.
-
When will it be available for North Africa ? |
Beta Was this translation helpful? Give feedback.
-
Any plans to change the business model to paid hosted/supported/premium features but make a basic self-hosted API open-source? It's not just about money but data residency and governance policies. E.g., are you HIPAA compliant? SOC-2? GDPR? In many cases there's a small set of providers allowed to host sensitive data by corp policy. Getting buy-in for this would be unlikely. Self-hosted is almost always preferred (dc or your public cloud), or the only option. I know one can roll their own API but everyone having to do that hinders adoption I'd believe and is a bit of a waste. Your API may be opinionated but if the "basic" version was open-source it could be adapted to any scenario and save a lot o dev hours. Small projects may not even have the capability for API dev/integration for LangGraph, nor a budget. Being stuck on the CLI is not very nice for these users. |
Beta Was this translation helpful? Give feedback.
-
Will there be serverless Agents? i.e. Graph nodes as Lambdas |
Beta Was this translation helpful? Give feedback.
-
My agent is working just fine without langgraph, but when I call a specific tool (GradeDocuments - I am implementing the agentic RAG agent as per the langgraph docs) ONLY when I am testing the endpoint with "langgraph test", it seems to make the llm return an incorrect tool name (GradedDocs or GradingDocs etc.). It works fine when using the agent with python3 file_name.py, without langgraph test, but panggraph test seems to modify this behaviour somehow. Any suggestions? |
Beta Was this translation helpful? Give feedback.
-
I would be eager to try this out. This looks like evolving into kubernetes for microagents and agency based systems. |
Beta Was this translation helpful? Give feedback.
-
langgraph/cloud/
Build language agents as graphs
https://langchain-ai.github.io/langgraph/cloud/
Beta Was this translation helpful? Give feedback.
All reactions