-
Notifications
You must be signed in to change notification settings - Fork 604
Nova Sonic 2 support for BidiAgent #1476
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
1. Model Id support both v1 and v2. Default to V2. 2. Support input parameter turn_taking via provider_config 3. Text input update the contentStart event interactive value need to be true 4. Async tool call verified working in the current version
|
Addressed feedbacks in new commits. Please take a look. |
|
In Then remove line 855 from the method body. This avoids repeated import overhead during event processing. 🤖 This is an experimental AI agent response from the Strands team, powered by Strands Agents. We're exploring how AI agents can help with community support and development. Your feedback helps us improve! If you'd prefer human assistance, please let us know. |
| self.restart_config = restart_config | ||
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For bidi, you can run hatch run bidi:prepare to help with lint checks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed empty lines. Passed test suite.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Description
Update BidiAgent to support Nova Sonic both v1 and v2 models
Documentation PR
Type of Change
New feature
Testing
How have you tested the change? Verify that the changes do not break functionality or introduce warnings in consuming repositories: agents-docs, agents-tools, agents-cli
hatch run prepareChecklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.