> ## 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.

# CLI Backend • AI Agent SDK

> CLI Backend Protocol for PraisonAI Agents.

# cli\_backend

<Badge color="blue">AI Agent</Badge>

CLI Backend Protocol for PraisonAI Agents.

Provides protocol-driven core for integrating external CLI tools as agent backends.

This module follows AGENTS.md protocol-driven design:

* Core SDK contains only protocols and dataclasses
* Heavy implementations live in wrapper (praisonai package)
* Zero optional dependencies at import time

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents import cli_backend
```
