Metadata-Version: 2.4
Name: vision-agents-plugins-getstream
Version: 0.6.1
Summary: GetStream video/voice integration for Vision Agents
Project-URL: Documentation, https://visionagents.ai/
Project-URL: Website, https://visionagents.ai/
Project-URL: Source, https://github.com/GetStream/Vision-Agents
License-Expression: MIT
Keywords: AI,agents,getstream,realtime,streaming,video,voice agents
Requires-Python: >=3.10
Requires-Dist: getstream[telemetry,webrtc]<4,>=3.3.4
Requires-Dist: vision-agents
Description-Content-Type: text/markdown

# GetStream Plugin

A plugin for Stream Agents that provides GetStream integration.

## Installation

```bash
uv add "vision-agents[getstream]"
# or directly
uv add vision-agents-plugins-getstream
```

## Usage

```python
from vision_agents.plugins import getstream

# Use the plugin
```

## Development

This plugin follows the standard Stream Agents plugin structure.
