Thanks to visit codestin.com
Credit goes to github.com

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: v1.0.1
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: v1.1.0
Choose a head ref
  • 10 commits
  • 20 files changed
  • 8 contributors

Commits on Jul 21, 2025

  1. Use strands logo that looks good in dark & light mode (#505)

    Similar to /pull/475 but using a dedicated github icon.
    
    The github icon is the lite logo but copied/renamed to make it dedicated to github
    zastrowm authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    dd76000 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. deps(a2a): address interface changes and bump min version (#515)

    Co-authored-by: jer <[email protected]>
    jer96 and jer authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    24ccb00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6905342 View commit details
    Browse the repository at this point in the history
  3. Don't re-run workflows on un/approvals (#516)

    These were necessary when we had conditional running but we switched to needing to approve all workflows for non-maintainers, so we no longer need these.
    
    Co-authored-by: Mackenzie Zastrow <[email protected]>
    zastrowm and zastrowm authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    5a7076b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9aba018 View commit details
    Browse the repository at this point in the history
  5. docs(readme): add hot reloading documentation for load_tools_from_dir…

    …ectory (#517)
    
    - Add new section showcasing Agent(load_tools_from_directory=True) functionality
    - Document automatic tool loading and reloading from ./tools/ directory
    - Include practical code example for developers
    - Improve discoverability of this development feature
    cagataycali authored Jul 22, 2025
    Configuration menu
    Copy the full SHA
    040ba21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    022ec55 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Automatically flatten nested tool collections (#508)

    Fixes issue #50
    
    Customers naturally want to pass nested collections of tools - the above issue has gathered enough data points proving that.
    zastrowm authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    e597e07 View commit details
    Browse the repository at this point in the history
  2. feat(a2a): support mounts for containerized deployments (#524)

    * feat(a2a): support mounts for containerized deployments
    
    * feat(a2a): escape hatch for load balancers which strip paths
    
    * feat(a2a): formatting
    
    ---------
    
    Co-authored-by: jer <[email protected]>
    jer96 and jer authored Jul 23, 2025
    Configuration menu
    Copy the full SHA
    4f4e5ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b30e7e6 View commit details
    Browse the repository at this point in the history
Loading