v1.3.1
aws-samples/bedrock-chatv1.3.1Sep 12, 2024by statefb
AI Summary
Fixed a typo in descriptions and refactored the agent system to use the converse API, removing the langchain dependency. Enhanced the frontend to display thinking logs clearly.
Key Highlights
- Fixed 'desciription' typo and loaded agent tool names from language files
- Refactored agent system to use the converse API for tool usage
- Removed langchain dependency
- Improved frontend to clearly display the agent's thinking process
Breaking Changes
- Refactored agent system to use converse API
- Removed langchain dependency
New Features
- Store and show thinking logs with explicit type definitions
Full Release Notes
## Bug Fixes - Fixed a "desciription" typo and automatically loaded agent tool name and description from the language file. #514 by @CallumCPP ## Enhancements - Refactored the agent system to use the converse API for tool usage and removed langchain dependency - Store and show thinking logs with explicit type definitions - Improve the frontend to clearly display the agent's thinking process - Removed progress bar interface, SQL tool example, and weather tool example #513 by @statefb, @wadabee