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 |
Source
View on GitHub
praisonai/src/workflows/mod.rs at line 313
