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

# kanban • AI Agent SDK

> Kanban protocols and types for PraisonAI Agents.

# kanban

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

Kanban protocols and types for PraisonAI Agents.

This module provides the protocol contracts for kanban functionality,
allowing the wrapper (praisonai) and PraisonAIUI to share a stable
interface without coupling the core to SQLite or other heavy implementations.

## Import

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