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.
CrewAI with PraisonAI
Low-code solution to run CrewAI with integrated tools and features.Need a framework that isn’t listed here? See Framework Adapter Plugins to register your own via Python entry points.
Installation
- CrewAI framework
- PraisonAI tools integration
- Task delegation capabilities
- Sequential and parallel task execution
Quick Start
Auto Mode
YAML Format for CrewAI
CrewAI requires theroles format YAML (not the steps workflow format). Here’s the correct structure:
Important: The
--framework crewai flag only works with YAML files using the roles format.The newer steps + agents workflow format only supports the praisonai framework and will ignore the --framework flag.Running CrewAI
Framework Selection Priority
- CLI flag (
--framework crewai) takes precedence - YAML file (
framework: crewai) is used if no CLI flag - Default: praisonai framework
Direct Prompts
Troubleshooting
Unsupported framework error: If you seeUnsupported framework: crewai. Registered: ['ag2', 'autogen', 'autogen_v4', 'crewai', 'praisonai'], check spelling — frameworks are registered via the adapter registry.
Missing installation error: If you see CrewAI is not available. Install with: pip install crewai, install the CrewAI dependencies as shown in the installation section above.
