Core Modules
praisonai
The main package containing core functionality.praisonai.auto
Automated agent generation functionality.praisonai.agents_generator
Framework-specific agent generation and orchestration:- CrewAI support (requires
praisonai[crewai]) - AG2 (Formerly AutoGen) support (requires
praisonai[autogen])
praisonai.cli
Command-line interface with framework-specific handling.praisonai.deploy
Deployment utilities.As of PraisonAI 4.6.x,
CloudDeployer (from the deploy.py module) was removed. Direct users of from praisonai.deploy import CloudDeployer should migrate to praisonai deploy CLI commands.Version
praisonaiagents exposes the installed package version as __version__:
Installation Options
Framework-specific Features
CrewAI
When installing withpip install "praisonai[crewai]", you get:
- CrewAI framework support
- PraisonAI tools integration
- Task delegation capabilities
- Sequential and parallel task execution
AG2 (Formerly AutoGen)
When installing withpip install "praisonai[autogen]", you get:
- AG2 framework support
- PraisonAI tools integration
- Multi-agent conversation capabilities
- Code execution environment

