> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# acp • AI Agents Framework

> Agent Client Protocol (ACP) support for PraisonAI.

# acp

<Badge color="purple">AI Agents Framework</Badge>

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

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonai import acp
```
