Metadata-Version: 2.4
Name: videosdk-plugins-aws
Version: 0.0.3
Summary: VideoSDK Agent Framework plugin for AWS
Author: videosdk
Keywords: ai,audio,aws,nova-sonic,video,videosdk
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Conferencing
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Requires-Dist: aws-sdk-bedrock-runtime
Requires-Dist: smithy-aws-core
Requires-Dist: videosdk-agents>=0.0.9
Description-Content-Type: text/markdown

# VideoSDK AWS Nova Sonic Plugin

This plugin integrates Amazon Bedrock's Nova Sonic model with VideoSDK Agents framework.

## Requirements

- Python 3.12+
- AWS Credentials like AWS_SECRET_ACCESS_KEY,AWS_ACCESS_KEY_ID with access to Bedrock,and make sure to enable model `amazon.nova-sonic-v1:0`.

## Installation

```bash
pip install videosdk-plugins-aws
```
