AgentFlow
Defined in the Workflows module.Rust AI Agent SDK AgentFlow - Workflow definition with patterns Defines complex workflow patterns like Route, Parallel, Loop.
Fields
| Name | Type | Description |
|---|---|---|
steps | Vec<FlowStep> | - |
Methods
new
step
| Name | Type |
|---|---|
step | FlowStep |
agent
| Name | Type |
|---|---|
agent | Agent |
run
| Name | Type |
|---|---|
input | &str |

