praisonai SDK
The praisonai package provides a high-level wrapper with CLI, auto-generation, and deployment utilities.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

