AgentTeamBuilder
Defined in the Workflows module.Rust AI Agent SDK Builder for AgentTeam
Fields
| Name | Type | Description |
|---|---|---|
agents | Vec<Arc<Agent>> | - |
process | Process | - |
verbose | bool | - |
Methods
new
agent
| Name | Type |
|---|---|
agent | Agent |
agent_arc
| Name | Type |
|---|---|
agent | Arc<Agent> |
process
| Name | Type |
|---|---|
process | Process |
verbose
| Name | Type |
|---|---|
enabled | bool |

