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.

workflows

AI Agent Workflows module for PraisonAI Agents. Provides workflow/pipeline patterns for orchestrating agents and functions. AgentFlow is the primary class for deterministic pipelines (v1.0+). Workflow and Pipeline are silent aliases for backward compatibility.

Import

from praisonaiagents import workflows

Constants

NameValue
_LAZY_IMPORTS{'YAMLWorkflowParser': 'yaml_parser'}

AgentFlow Concept

Workflow Patterns

Routing

Workflows Feature

YAML Workflows