Reusable agent templates, a library of execution strategies, and parallel agent teams with quality gates
Notes & tips
- Await the run.
AgentTeam.runandexecuteare async. - Start from templates.
get_all_templates()is the cheapest way to see what a team can be built from. get_strategytakes a registry name, not a class.AgentTeamis fan-out + gate, not a planner — you pick the agents and the gates.