-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: 0xLiam-bit/sdk-python
base: main
head repository: strands-agents/sdk-python
compare: main
- 12 commits
- 35 files changed
- 7 contributors
Commits on Jun 17, 2025
-
fix: Update PR Integration Test Workflow (strands-agents#237)
* Use deployment environment gating for integration tests. * Only run on PRs that target main. * Use correct head name.
Configuration menu - View commit details
-
Copy full SHA for 756a027 - Browse repository at this point
Copy the full SHA 756a027View commit details -
fix: remove swagger-parser (strands-agents#220)
Having the dependency breaks uv installs as swagger-parser depends on pre-release library which is not allowed by default As far as I can tell, this dependency is not used anywhere and can be safely removed Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4dd0819 - Browse repository at this point
Copy the full SHA 4dd0819View commit details -
fix: Update throttling logic to use exponential back-off (strands-age…
…nts#223) current_delay was being thrown away and not applied to subsequent retries Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 52c68aa - Browse repository at this point
Copy the full SHA 52c68aaView commit details -
feat: Simplify contribution template + pr scripts to run (strands-age…
…nts#221) - Add a single script that runs the commands we want contributions to run. - Revamp the contribution template by: - Using HTML comments to guide the author, reducing the need to delete the text - Converting the type of change to be a flat list, allowing authors to delete all except the one they want - Updated the checklist items to allow items that are unnecessary to still be checked Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eb50073 - Browse repository at this point
Copy the full SHA eb50073View commit details
Commits on Jun 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cc5be12 - Browse repository at this point
Copy the full SHA cc5be12View commit details -
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 (strands-agents#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 <zastrowm@users.noreply.github.com>
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 (strands-ag…
…ents#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 (stra…
…nds-agents#254) Related to strands-agents#238 Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
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
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 main...main