praisonai SDK
The praisonai package provides a high-level wrapper with CLI, auto-generation, and deployment utilities.New in v4.6.104.
praisonai now depends on the new praisonai-code package (pinned >=0.0.2), which ships the standalone code-execution runtime and full CLI backend. pip install praisonai still pulls everything you need — this note exists so you can install praisonai-code alone if you don’t need the wrapper’s gateway, bots, or integrations. See the installation guide for a full three-package comparison and the praisonai-code SDK page for what the middle layer provides.Installation
Quick Start
Main Class
PraisonAI
Main wrapper class for running agents.Constructor
| Parameter | Type | Description |
|---|---|---|
agent_file | str | Path to YAML agent definition |
framework | str | Framework to use |
auto | bool | Enable auto mode |
Modules
CLI Module
Command-line interface and PraisonAI class
Auto Module
Automated agent generation from prompts
Deploy Module
Deployment utilities for APIs and services
Persistence Module
Database adapters and session management
Framework Support
PraisonAI Agents (Default)
CrewAI Integration
AutoGen Integration
Related
- praisonaiagents - Core agent framework
- CLI - Command-line usage

