Commit Graph

3 Commits

Author SHA1 Message Date
Dmitry Ng 1c3dd0fca4 feat: update AWS SDK dependencies and enhance caching support
- Upgraded various AWS SDK dependencies in go.mod and go.sum files to their latest versions, improving compatibility and performance.
- Introduced automatic caching support for specific Anthropic models, optimizing token usage and reducing costs.
- Refactored message processing to include caching logic, ensuring seamless integration with existing functionalities.
- Removed deprecated models from tests and updated test cases to validate new caching features and model support.
2026-03-04 01:08:38 +03:00
Dmitry Ng aa2dd71269 Merge branch 'main' into release/v0.1.14-update.1 2026-01-24 02:07:00 +03:00
Dmitry Ng 683750d162 feat: enhance Bedrock LLM provider with Converse API support and update dependencies
- Added support for the unified Bedrock Converse API, allowing for a consistent interface across various models.
- Introduced new options for tool calling and reasoning capabilities.
- Updated dependencies for AWS SDK and other related packages to their latest versions.
- Refactored tests to cover new functionalities and ensure compatibility with the updated API.
2025-07-14 16:06:04 +03:00