8000 Comparing v0.1.7...v0.1.8 · strands-agents/sdk-python · GitHub
[go: up one dir, main page]

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: v0.1.7
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: v0.1.8
Choose a head ref
  • 14 commits
  • 25 files changed
  • 7 contributors

Commits on Jun 9, 2025

  1. 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>
    zastrowm and zastrowm authored Jun 9, 2025
    Configuration menu
    Copy the full SHA
    aff928c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Configuration menu
    Copy the full SHA
    c28737c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2025

  1. Configuration menu
    Copy the full SHA
    7c7f91e View commit details
    Browse the repository at this point in the history
  2. 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
    zastrowm authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    264f511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b44410 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2025

  1. Configuration menu
    Copy the full SHA
    7c5f7a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Configuration menu
    Copy the full SHA
    68740c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2025

  1. build(a2a): add a2a deps and mitigate otel conflict (#232)

    * build(a2a): add a2a deps and mitigate otel conflict
    jer96 authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    5fab010 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12bc2f View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. 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.
    AdnaneKhan authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    756a027 View commit details
    Browse the repository at this point in the history
  2. 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>
    zastrowm and zastrowm authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    4dd0819 View commit details
    Browse the repository at this point in the history
  3. 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>
    zastrowm and zastrowm authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    52c68aa View commit details
    Browse the repository at this point in the history
  4. 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>
    zastrowm and zastrowm authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    eb50073 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. Configuration menu
    Copy the full SHA
    cc5be12 View commit details
    Browse the repository at this point in the history
Loading
0