Skip to main content

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'}