workflows
Rust AI Agent SDK Workflow system for PraisonAI This module provides multi-agent workflow patterns:- AgentTeam: Coordinates multiple agents
- AgentFlow: Defines workflow execution patterns
- Route, Parallel, Loop, Repeat: Workflow patterns
Import
Types
Step Result
Step result from workflow execution
Workflow Context
Workflow context passed between agents
Agent Team
Agent team for multi-agent workflows Coordinates multiple agents to work together on tasks.
Agent Team Builder
Builder for AgentTeam
Agent Flow
AgentFlow - Workflow definition with patterns Defines complex workflow patterns like Route, Parallel, Loop.
Route
Route pattern - conditional branching
Parallel
Parallel pattern - concurrent execution
Loop
Loop pattern - iterate over items
Repeat
Repeat pattern - repeat execution
Process
Process type for workflow execution
Flow Step
A step in a workflow

