aws-samples / aws-samples/llm-gateway
Support for Bedrock Agents
Open
- Dominant language
- Python
- Stars
- 26
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
**The current issue:**
- Bedrock Agents' POST requests are not returning properly formatted JSON.
- Customers using REST-based web tools don't want to process data chunks.
**Proposed solution:**
- Use boto3 to interact with Bedrock Agents, as it's more reliable via this gateway
- Create REST abstractions to simplify the process for customers.
This approach would improve data formatting and reduce the need for additional processing on the client side.
Contributor guide
Assessment
This issue has not been assessed yet.