Multi agents and deployment #1934
subhojit777
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are assessing langgraph for a use case involving agentic concept. We will self host the agents. I was going through https://langchain-ai.github.io/langgraph/cloud/deployment/setup/ and I had some questions.
Multiple agent in langgraph.json
I noticed multiple agent ids can be defined in a single langgraph.json https://langchain-ai.github.io/langgraph/cloud/reference/cli/#configuration-file. I could not find how the agents will communicate with each other. Or, are they supposed to work independently? They are only kept separate so that their deployments can be managed separately based on dependencies.
How to self-host?
Do I only need to run
langgraph up
and use the endpoint for communicating with agent? This link is no longer working https://langchain-ai.github.io/langgraph/cloud/deployment/self_hosted/. Can I get the steps please.Multiple agent deployed in separate server?
Would it be advisable to deploy each agent in separate servers? based on traffic, etc. If so, how it can be achieved?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions