Skip to main content

praisonai SDK

The praisonai package provides a high-level wrapper with CLI, auto-generation, and deployment utilities.
Tiered packages (C7 → C11). praisonai is the full wrapper on top of five underlying packages — praisonaiagents, praisonai-code, praisonai-bot, praisonai-train, and praisonai-browser. pip install praisonai still pulls everything you need — this note exists so you can install a lighter tier alone (for example praisonai-code for the CLI runtime or praisonai-browser for Chrome automation) if you don’t need the wrapper’s gateway, bots, or integrations. See the installation guide for the full six-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

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