PraisonAI supports automatic agent generation with PraisonAI Agents, CrewAI and AG2 frameworks.
Installation
Choose your preferred framework:
# For PraisonAI Agents
pip install praisonai
# For CrewAI
pip install "praisonai[crewai]"
# For AG2 (Formerly AutoGen)
pip install "praisonai[autogen]"
# For both frameworks
pip install "praisonai[crewai,autogen]"
Usage
With PraisonAI Agents
praisonai --auto "create a movie script about Dog in Moon"
With CrewAI
praisonai --framework crewai --auto "create a movie script about Dog in Moon"
With AG2
praisonai --framework autogen --auto "create a movie script about Dog in Moon"
Framework-specific Features
CrewAI
- Task delegation capabilities
- Sequential and parallel task execution
- Built-in tools integration
- Structured agent-task relationships
- Multi-agent conversation capabilities
- Code execution environment
- Built-in tools integration
- Flexible agent interactions
praisonai --auto "create a movie script about Dog in Moon"