Suites
What are Suites?
Suites are collections of agents that may or may not be related. You can directly interact with agents within a suite like normal, or also interact with the suite and have it utilize multi agent collaboration.
How does a Suite work?
Suites consist of three main parts -
Agents
Router
Executor
Agents
Agents are basically the agents in a suite
Router
The router is reposible for taking arbitrary tasks and building agentic workflows for agents.
Executor
The executor takes built workflows from the router and executes them.
Running Modes
Just like agents, there are two ways to run suites. One is the standard mode, useful for prototyping and testing. The other mode is hosted mode, suitable for production environments, where distributed agents can be used together either individually or for collaboration.
Last updated