AWS (Bedrock) LLM integration for Vision Agents
Project description
AWS Plugin for Vision Agents
AWS (Bedrock) LLM integration for Vision Agents framework with support for both standard and realtime interactions. Includes AWS Polly TTS.
Installation
pip install vision-agents-plugins-aws
Usage
Standard LLM Usage
This example shows how to use qwen3 on bedrock for the LLM.
agent = Agent(
edge=getstream.Edge(),
agent_user=User(name="Friendly AI"),
instructions="Be nice to the user",
llm=aws.LLM(model="qwen.qwen3-32b-v1:0"),
tts=aws.TTS(), # using AWS Polly
stt=deepgram.STT(),
turn_detection=smart_turn.TurnDetection(buffer_duration=2.0, confidence_threshold=0.5),
)
The full example is available in example/aws_qwen_example.py
Nova sonic audio realtime STS is also supported:
agent = Agent(
edge=getstream.Edge(),
agent_user=User(name="Story Teller AI"),
instructions="Tell a story suitable for a 7 year old about a dragon and a princess",
llm=aws.Realtime(),
)
Polly TTS Usage
Running the examples
Create a .env file, or cp .env.example to .env and fill in
STREAM_API_KEY=your_stream_api_key_here
STREAM_API_SECRET=your_stream_api_secret_here
AWS_BEARER_TOKEN_BEDROCK=
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=us-east-1
FAL_KEY=
CARTESIA_API_KEY=
DEEPGRAM_API_KEY=
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vision_agents_plugins_aws-0.1.12.tar.gz.
File metadata
- Download URL: vision_agents_plugins_aws-0.1.12.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28f40661c12217690dc22147ad13e104c949ce8fcd3776c5f93db8e197bee068
|
|
| MD5 |
38de5440805fe2f156a9387bfeea8305
|
|
| BLAKE2b-256 |
d5fc8d54ce8bedca4e23a304e578bd9dc7dc63c33fe2f886caf5d92663f64182
|
File details
Details for the file vision_agents_plugins_aws-0.1.12-py3-none-any.whl.
File metadata
- Download URL: vision_agents_plugins_aws-0.1.12-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2231dd18dc50dfb42dad85f136933822ef2dc9423ebdd1313f98bf693b543c8f
|
|
| MD5 |
c458d8a9230217ab39a0349c9cefa8d7
|
|
| BLAKE2b-256 |
285d1298181cec9e7bf5a37653c4042fd1954e0f375ee8e933415198f69362db
|