Skip to main content
A research question has a shape. A factual lookup wants one specialist. A high-stakes decision wants every specialist at once. A standardized review wants the same auditable steps every time. Agno gives you a Team mode or a Workflow for each.

Pick the shape

Coordinate: a lead orchestrates dynamically

A lead model decides which analysts to consult based on the question, then synthesizes.
The instruction asks the lead to consult the Risk Officer, but model instructions do not enforce that invariant. Put mandatory review in a Workflow step or an application-side gate.

Broadcast: independent evaluations, one synthesis

Every analyst assesses the same question independently. The lead reconciles agreement and disagreement into one call. Use this when independence reduces bias.
Set store_member_responses=True to persist each member’s run with the team’s run record.

Pipeline: the same steps, every time

When a review needs an explicit execution path, a Workflow fixes the step graph. Each step’s output feeds the next; independent steps run in parallel.

Teams vs Workflows

Use Teams for adaptive exploration and a Workflow when the decision path must be explicit. Add a database to retain the run record.

Next steps

Developer Resources