-
Notifications
You must be signed in to change notification settings - Fork 371
Comparing changes
Open a pull request
base repository: strands-agents/sdk-python
base: v1.3.0
head repository: strands-agents/sdk-python
compare: v1.4.0
- 7 commits
- 16 files changed
- 6 contributors
Commits on Aug 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 34d499a - Browse repository at this point
Copy the full SHA 34d499aView commit details -
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'}} ```
Configuration menu - View commit details
-
Copy full SHA for 09ca806 - Browse repository at this point
Copy the full SHA 09ca806View commit details
Commits on Aug 6, 2025
-
feat: Add additional intructions for contributors to find issues that…
… are ready to be worked on (#595)
Configuration menu - View commit details
-
Copy full SHA for bf24ebf - Browse repository at this point
Copy the full SHA bf24ebfView commit details -
feat(a2a): configurable request handler (#601)
Co-authored-by: jer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 297ec5c - Browse repository at this point
Copy the full SHA 297ec5cView commit details -
chore(a2a): update host per AppSec recommendation (#619)
Co-authored-by: jer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec5304c - Browse repository at this point
Copy the full SHA ec5304cView commit details
Commits on Aug 8, 2025
-
fix(event_loop): ensure tool_use content blocks are valid after max_t…
…okens to prevent unrecoverable state (#607)
Configuration menu - View commit details
-
Copy full SHA for 29b2127 - Browse repository at this point
Copy the full SHA 29b2127View commit details -
Configuration menu - View commit details
-
Copy full SHA for adac26f - Browse repository at this point
Copy the full SHA adac26fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.3.0...v1.4.0