Praison Labs supports automatic agent generation with Praison Labs
Agents, CrewAI and AG2 frameworks.
Installation
Choose your preferred framework:
# For Praison Labs 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]"
With Praison Labs 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"
Responses are generated using AI and may contain
mistakes.