Vision Agents requires a Stream account
for real-time transport. Most providers offer free tiers to get started.
Installation
Quick Start
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
model | str | "amazon.nova-2-sonic-v1:0" | Nova model ID |
region_name | str | "us-east-1" | AWS region |
voice_id | str | "matthew" | Voice (available voices) |
reconnect_after_minutes | float | 5.0 | Reconnect during silence after N minutes |
aws_profile | str | None | AWS profile name from ~/.aws/credentials or ~/.aws/config |
Automatic Reconnection
AWS Bedrock has an 8-minute connection limit. The plugin handles this automatically:- After 5 minutes of silence (configurable via
reconnect_after_minutes), reconnects during a moment of silence - After 7 minutes, forces reconnect regardless of audio activity
Voice Activity Detection
The plugin uses Silero VAD to track audio activity for optimal reconnection timing.Function Calling
Next Steps
Build a Voice Agent
Get started with voice
Build a Video Agent
Add video processing

