Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

acp

AI Agents Framework Agent Client Protocol (ACP) support for PraisonAI. This module provides ACP server functionality that allows IDEs/editors (Zed, JetBrains, VSCode, Toad) to connect to PraisonAI agents. Usage:

CLI

praisonai acp [OPTIONS]

Python API

from praisonai.acp import serve serve(workspace=”.”, agent=“default”)

Import

from praisonai import acp