Minimal Example
research_team.py
Team Modes
Teams default to coordinate mode (leader delegates and synthesizes). Setmode to change how the leader collaborates with members.
max_iterations to cap how many cycles the leader can run.
Callable Factories
You can define members, tools, or knowledge as callables that are resolved at runtime with access to the run context.Team Members
Each member should have aname and role. The team leader uses these to decide who handles what.
id:
Nested Teams
Teams can contain other teams. The top-level leader delegates to sub-team leaders, who delegate to their members.Model Inheritance
Team members inherit themodel from their parent team if not explicitly set.
Team Features
Teams support the same features as agents:
See the guides below to add these features.