AgentTeam
Defined in the Workflows module.Rust AI Agent SDK Agent team for multi-agent workflows Coordinates multiple agents to work together on tasks.
Fields
| Name | Type | Description |
|---|---|---|
agents | Vec<Arc<Agent>> | - |
process | Process | - |
verbose | bool | - |
Methods
is_verbose
new
start
| Name | Type |
|---|---|
task | &str |
run
| Name | Type |
|---|---|
task | &str |

