Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: strands-agents/sdk-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: strands-agents/sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 7 commits
  • 16 files changed
  • 6 contributors

Commits on Aug 5, 2025

  1. Configuration menu
    Copy the full SHA
    34d499a View commit details
    Browse the repository at this point in the history
  2. Change max_tokens type to int to match Anthropic API (#588)

    Using a string causes the Anthropic API call to fail:
    ```
    anthropic.BadRequestError: Error code: 400 - {'type': 'error', 'error': {'type': 'invalid_request_error', 'message': 'max_tokens: Input should be a valid integer'}}
    ```
    vinc3m1 authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    09ca806 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. feat: Add additional intructions for contributors to find issues that…

    … are ready to be worked on (#595)
    mehtarac authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    bf24ebf View commit details
    Browse the repository at this point in the history
  2. feat(a2a): configurable request handler (#601)

    Co-authored-by: jer <[email protected]>
    jer96 and jer authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    297ec5c View commit details
    Browse the repository at this point in the history
  3. chore(a2a): update host per AppSec recommendation (#619)

    Co-authored-by: jer <[email protected]>
    jer96 and jer authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    ec5304c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. fix(event_loop): ensure tool_use content blocks are valid after max_t…

    …okens to prevent unrecoverable state (#607)
    dbschmigelski authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    29b2127 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adac26f View commit details
    Browse the repository at this point in the history
Loading