anything-llm icon indicating copy to clipboard operation
anything-llm copied to clipboard

feature: Support for AWS Bedrock API Keys

Open chetan opened this issue 1 month ago • 0 comments

Pull Request Type

  • [x] ✨ feat
  • [ ] 🐛 fix
  • [x] ♻️ refactor
  • [ ] 💄 style
  • [ ] 🔨 chore
  • [ ] 📝 docs

What is in this change?

Adds support for the relatively new authentication method using Bedrock API Keys

Also refactored some common bits between the bedrock provider and agent to make maintaining a little easier. Happy to revert if I overlooked some reason for the duplicate bits.

Additional Information

Screenshot 2025-11-13 at 11 13 28 AM

Developer Validations

  • [x] I ran yarn lint from the root of the repo & committed changes
  • [x] Relevant documentation has been updated
  • [x] I have tested my code functionality
  • [x] Docker build succeeds locally

chetan avatar Nov 13 '25 16:11 chetan