Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/concepts/zee-workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A ZEE workflow contains a couple of components:

- The [Agents](/concepts/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 **router** agent facilitates communication between all the agents via the 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.
Expand Down