-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add streaming support to bedrock provider #6248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Hi @cronus42 . Looks like documentation/TODO-BEDROCK.md is a goose artifact |
|
removed the doc, the tests pass when a valid credential is present in the environment with bedrock access. This was assisted by claude and I am not a rust dev, but I am a dev whose trying to be responsible with it. |
- Implemented stream() method in BedrockProvider - Set supports_streaming() to return true - Updated Cargo.toml to use futures and async-stream with proper features - Refactored provider tests
commit 3c1e12f Author: Cronus <[email protected]> Date: Mon Dec 22 11:04:34 2025 -0800 WIP: package-lock and planning docs commit eef2aec Author: Cronus <[email protected]> Date: Sun Dec 21 14:06:35 2025 -0800 Add streaming support for Bedrock provider - Implemented stream() method in BedrockProvider - Set supports_streaming() to return true - Updated Cargo.toml to use futures and async-stream with proper features - Refactored provider tests # Conflicts: # crates/goose/src/providers/bedrock.rs # crates/goose/tests/providers.rs
- Implemented stream() method in BedrockProvider - Set supports_streaming() to return true - Updated Cargo.toml to use futures and async-stream with proper features - Refactored provider tests
Signed-off-by: Adrian Cole <[email protected]>
|
looks like your DCO check is failing! Here's how to fix it: https://github.com/block/goose/pull/6248/checks?check_run_id=58942416145 |
Summary
Add streaming support to bedrock provider
Type of Change
AI Assistance
Testing
Tested on debian linux