Skip to main content

API Reference

This section provides detailed information about the PraisonAI API and its framework-specific implementations.

Core Modules

PraisonAI Agents

  • WorkflowManager - Multi-step workflow execution with context passing and per-step agents

Framework Support

CrewAI Integration

Requires installation with:
pip install "praisonai[crewai]"
Features:
  • Task delegation
  • Sequential/parallel execution
  • Built-in tools
  • Structured workflows

AG2 (Formerly AutoGen) Integration

Requires installation with:
pip install "praisonai[autogen]"
Features:
  • Multi-agent conversations
  • Code execution
  • Built-in tools
  • Flexible interactions
For detailed API documentation of each module, please refer to the generated files in the api folder.