[PR #4850] [MERGED] support AWS bedrock agents with streaming #4788

Closed
opened 2026-02-22 18:36:32 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4850
Author: @timothycarambat
Created: 1/9/2026
Status: Merged
Merged: 1/9/2026
Merged by: @timothycarambat

Base: masterHead: aws-bedrock-agent


📝 Commits (2)

  • cf24c17 support AWS bedrock agents with streaming
  • 14e76ce Add back error handlers from previous fix

📊 Changes

3 files changed (+90 additions, -50 deletions)

View changed files

📝 server/utils/AiProviders/bedrock/index.js (+5 -2)
📝 server/utils/agents/aibitat/providers/bedrock.js (+82 -48)
📝 server/utils/helpers/updateENV.js (+3 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #4849


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/4850 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `aws-bedrock-agent` --- ### 📝 Commits (2) - [`cf24c17`](https://github.com/Mintplex-Labs/anything-llm/commit/cf24c172fe40c136dcc02467db91ea2ab490d1de) support AWS bedrock agents with streaming - [`14e76ce`](https://github.com/Mintplex-Labs/anything-llm/commit/14e76ce9f19cefc038549ec83c3d338d9cf2b437) Add back error handlers from previous fix ### 📊 Changes **3 files changed** (+90 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/AiProviders/bedrock/index.js` (+5 -2) 📝 `server/utils/agents/aibitat/providers/bedrock.js` (+82 -48) 📝 `server/utils/helpers/updateENV.js` (+3 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #4849 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:32 -05:00
yindo closed this issue 2026-02-22 18:36:32 -05:00
yindo changed title from [PR #4850] support AWS bedrock agents with streaming to [PR #4850] [MERGED] support AWS bedrock agents with streaming 2026-06-05 15:20:23 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4788