v1.1.0
aws-samples/bedrock-chatv1.1.0Jun 5, 2024by statefb
AI Summary
The update introduces a ReACT Agent for context-aware problem solving and allows users to view related documents in past conversations, along with a script syntax fix.
Key Highlights
- ReACT Agent for iterative problem solving
- Display related documents in conversation history
- Fixed bash script syntax error in deployment
New Features
- ReACT Agent
- Related documents display in history
Full Release Notes
## New Features - **Added [ReACT Agent](https://github.com/aws-samples/bedrock-claude-chat/blob/v1/docs/AGENT.md).** The Agent iteratively analyzes situations, determines actions, executes using tools/APIs, and learns from observations in a feedback loop to provide context-aware solutions. #321 , #329 by @statefb , @k70suK3-k06a7ash1 - Ability to show related documents as references in past convertsation. #334 by @statefb ## Bug Fixes - Fixed a bash script syntax error in the super-easy-deployment script. #337 by @syobochim