Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

WorkflowStepDetails

Defined in the auto module.
AI Agents Framework Details for a workflow step (used by WorkflowParallelDetails.parallel).

Properties

agent
str
Name of the agent that performs this step.
action
str
Action the agent should take.
expected_output
Optional[str]
Expected output of this step.

Source

praisonai/auto.py at line 973