Skip to content

Conversation

@d3xvn
Copy link
Contributor

@d3xvn d3xvn commented Oct 23, 2025

  • Implemented function calling for AWS Bedrock Realtime (Nova Sonic)
  • Added tool schema conversion to AWS Nova format
  • Implemented tool execution handlers for realtime API

- Implemented function calling for AWS Bedrock Realtime (Nova Sonic)
- Added tool schema conversion to AWS Nova format
- Implemented tool execution handlers for realtime API
- Added audio resampling fix for simple_audio_response
- Created example demonstrating function calling with AWS LLM
- Updated README with function calling documentation
- Added test for AWS Realtime function calling

Note: AWS Nova Realtime toolConfiguration causes connection errors,
likely an API limitation. Implementation is ready for when AWS adds support.
@coderabbitai
Copy link

coderabbitai bot commented Oct 23, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/aws-fc

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

commit d78a4a0
Author: Dan Gusev <dangusev92@gmail.com>
Date:   Thu Oct 30 20:44:19 2025 +0100

    Logging cleanup (#133)

    * logging: use logging.getLogger(__name__) everywhere to simplify configuration

    * Clean up logging everywhere

    - Replaced "logging.info" usages with separate loggers
    - Lowered some info messages to debug
    - Replaced prints with logging
    - Added emojis where they're already used

    * Enable default logging for the SDK logs

    - Added a way to set the SDK log level at the Agent class
    - Set the default formatter and added level-based coloring
    - If the logs are already configured, they remain intact
    - Moved logging_utils.py to utils/logging.py

    * Remove "name" from the default logging formatter

    ---------

    Co-authored-by: Thierry Schellenbach <thierry@getstream.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants