-
Notifications
You must be signed in to change notification settings - Fork 154
Comparing changes
Open a pull request
base repository: strands-agents/sdk-python
base: v0.1.7
head repository: strands-agents/sdk-python
compare: v0.1.8
- 14 commits
- 25 files changed
- 7 contributors
Commits on Jun 9, 2025
-
Fix: Enable underscores in direct method invocations to match hyphens (…
…#178) Enable direct method tool invocations of `example_tool` to match tools with the name of `example-tool`, which fixes #139. In the case where no direct match is found but multiple tools would match, we throw an error to avoid ambiguous errors Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for aff928c - Browse repository at this point
Copy the full SHA aff928cView commit details
Commits on Jun 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c28737c - Browse repository at this point
Copy the full SHA c28737cView commit details
Commits on Jun 11, 2025
-
chore: moved truncation logic to conversation manager and added shoul…
…d_truncate_results (#192)
Configuration menu - View commit details
-
Copy full SHA for 7c7f91e - Browse repository at this point
Copy the full SHA 7c7f91eView commit details -
refactor: Disallow similar tool names in the tool registry (#193)
Per follow-up to #178, where we discussed preventing similar_tool and similar-tool from both being added to the tool registry, to avoid ambiguity in direct-method invocations
Configuration menu - View commit details
-
Copy full SHA for 264f511 - Browse repository at this point
Copy the full SHA 264f511View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b44410 - Browse repository at this point
Copy the full SHA 4b44410View commit details
Commits on Jun 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7c5f7a7 - Browse repository at this point
Copy the full SHA 7c5f7a7View commit details
Commits on Jun 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 68740c5 - Browse repository at this point
Copy the full SHA 68740c5View commit details
Commits on Jun 16, 2025
-
build(a2a): add a2a deps and mitigate otel conflict (#232)
* build(a2a): add a2a deps and mitigate otel conflict
Configuration menu - View commit details
-
Copy full SHA for 5fab010 - Browse repository at this point
Copy the full SHA 5fab010View commit details -
Configuration menu - View commit details
-
Copy full SHA for e12bc2f - Browse repository at this point
Copy the full SHA e12bc2fView commit details
Commits on Jun 17, 2025
-
fix: Update PR Integration Test Workflow (#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 (#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 (#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 (#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
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.7...v0.1.8