-
Notifications
You must be signed in to change notification settings - Fork 183
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v0.1.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: strands-agents/sdk-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 51 files changed
- 6 contributors
Commits on Jun 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4d7bb98 - Browse repository at this point
Copy the full SHA 4d7bb98View commit details
Commits on Jun 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 40f622a - Browse repository at this point
Copy the full SHA 40f622aView commit details -
chore: Inline event loop helper functions (#222)
While reading the through the event loop, it made more sense to me to inline the implementation - most of the actual apis are signature + docs, while the actual code is 2 lines each. Co-authored-by: Mackenzie Zastrow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 735d0c0 - Browse repository at this point
Copy the full SHA 735d0c0View commit details -
feat: add structured output support using Pydantic models (#60)
* feat: add structured output support using Pydantic models - Add method to Agent class for handling structured outputs - Create structured_output.py utility for converting Pydantic models to tool specs - Improve error handling when extracting model_id from configuration - Add integration tests to validate structured output functionality * fix: import cleanups and unused vars * feat: wip adding `structured_output` methods * feat: wip added structured output to bedrock and anthropic * feat: litellm structured output and some integ tests * feat: all structured outputs working, tbd llama api * feat: updated docstring * fix: otel ci dep issue * fix: remove unnecessary changes and comments * feat: basic test WIP * feat: better test coverage * fix: remove unused fixture * fix: resolve some comments * fix: inline basemodel classes * feat: update litellm, add checks * fix: autoformatting issue * feat: resolves comments * fix: ollama skip tests, pyproject whitespace diffs
Configuration menu - View commit details
-
Copy full SHA for 684b3f7 - Browse repository at this point
Copy the full SHA 684b3f7View commit details -
fix: Emit warning that us-west-2 will not be the default region (#254)
Related to #238 Co-authored-by: Mackenzie Zastrow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a23ce2 - Browse repository at this point
Copy the full SHA 3a23ce2View commit details
Commits on Jun 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 76ee1ad - Browse repository at this point
Copy the full SHA 76ee1adView commit details -
Configuration menu - View commit details
-
Copy full SHA for e693738 - Browse repository at this point
Copy the full SHA e693738View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ce2d5 - Browse repository at this point
Copy the full SHA d8ce2d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for be57089 - Browse repository at this point
Copy the full SHA be57089View commit details
Commits on Jun 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 34b1569 - Browse repository at this point
Copy the full SHA 34b1569View commit details
Commits on Jun 24, 2025
-
Update @tool to return an AgentTool that also acts as a function (#258)
Right now when you decorate a function you get back another function that mimics the behavior of a python module. Going forward, we're discussing adding helper/utility methods for AgentTool and in anticipatation of those changes return an AgentTool implementation that also acts like the original function. Co-authored-by: Mackenzie Zastrow <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df7c327 - Browse repository at this point
Copy the full SHA df7c327View commit details
Loading
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 v0.1.8...v0.1.9