Skip to content

Scenario of distributed agent #3998

Answered by ekzhu
vincent-pli asked this question in Q&A
Discussion options

You must be logged in to vote

There are several scenarios:

  1. Agent implemented in different languages. E.g., .NET and Python agents
  2. When the author of the agents (i.e. app dev) is different from the platform provider (i.e. cloud) that deploys and runs the agent. Each agent is deployed into its own worker runtime inside a sandbox container, while all agents are connected to a central runtime host. Imagine you build an agent platform and let your users to create their own agents that can communicate with other agents, you can't trust your user's code to run directly inside your platform.
  3. Each agent might be implemented in its own stack and does not share dependencies with other agents.

Generally, scenarios that have age…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vincent-pli
Comment options

Answer selected by vincent-pli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants