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

# gateway • AI Agents Framework

> Gateway implementations for PraisonAI.

# gateway

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

Gateway implementations for PraisonAI.

Provides WebSocket gateway server for multi-agent coordination.

## Import

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Gateway Feature" icon="tower-broadcast" href="/docs/features/gateway" />
</CardGroup>
