- The Agents that are used to solve the problem.
- The planner agent breaks down the final goal into smaller tasks and assigns them to the agents provided to the workflow.
- The router agent facilitates communication between all the agents via necessary context for the final goal.
- The endgame agent is the final agent that takes in the results from all the agents and formulates the final output.
These agent names are reserved by the ZEE workflow. Make sure not to use these names for your agents.
Creating a Workflow
To create a workflow, you need to create a new instance of theZeeWorkflow class.