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

# managed • AI Agent SDK

> Managed Agent Events and Protocols for PraisonAI Agents.

# managed

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

Managed Agent Events and Protocols for PraisonAI Agents.

Provider-agnostic event types for managed agent backends.
These are lightweight dataclasses — no heavy dependencies.

Heavy implementations (LocalManagedAgent, AnthropicManagedAgent)
live in the praisonai wrapper package.

## Import

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