Skip to content

Tags: strands-agents/sdk-python

Tags

v0.1.9

Toggle v0.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.1.8

Toggle v0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 chore(deps): relax docstring_parser version to allow 1.0 (#239)

v0.1.7

Toggle v0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: enhance MCP error message for use outside context manager (#175)

v0.1.6

Toggle v0.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Automate deployment to PYPI (#145)

* feat: Deploy to pypi on release

* feat: get version from tag

v0.1.5

Toggle v0.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.1.5 (#122)

* models - openai - argument none (#97)

* docs(readme): add open PRs badge + link to samples repo + change 'Docs' to 'Documentation' (#100)

* docs(readme): add logo (#101)

* docs(readme): add logo, title, badges, links to other repos, standardize headings (#102)

* style(readme): use dark logo for clearer visibility when system is using light color scheme (#104)

* fix(readme): use logo that changes color automatically depending on user's color preference scheme (#105)

* feat(handlers): add reasoning text to callback handler and related tests (#109)

* feat(handlers): add reasoning text to callback handler and related tests

* feat(handlers): removed redundant comment in .gitignore file

* feat(handlers): Updated reasoningText type as (Optional[str]

* feat: Add dynamic system prompt override functionality (#108)

* Modularizing Event Loop (#106)

* fix(telemetry): fix agent span start and end when using Agent.stream_async() (#119)

* feat: Update SlidingWindowConversationManager (#120)

* v0.1.5

---------

Co-authored-by: Patrick Gray <[email protected]>
Co-authored-by: Gokhan (Joe) Gultekin <[email protected]>
Co-authored-by: Shubham Raut <[email protected]>
Co-authored-by: fede-dash <[email protected]>
Co-authored-by: Nick Clegg <[email protected]>

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release - v0.1.4 (#91)

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V0.1.x (#69)

* fix: update direct tool call references to use agent.tool.tool_name format (#56)

* Update README.md - corrected spelling of "model" (#59)

Corrected spelling of model (s/modal/model)

* style guide (#49)

* style guide

* lint: logging

* Update version to 0.1.3 (#63)

---------

Co-authored-by: ./c² <[email protected]>
Co-authored-by: Bryan Samis <[email protected]>
Co-authored-by: Patrick Gray <[email protected]>

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.1.2 (#40)

* Update README.md mention of tools repo (#29)

Typo in the examples tools header referencing the wrong repo

* Update README to mention Meta Llama API as a supported model provider (#21)

Co-authored-by: Ryan Coleman <[email protected]>

* fix: tracing of non-serializable values, e.g. bytes (#34)

* fix(bedrock): use the AWS_REGION environment variable for the Bedrock model provider region if set and boto_session is not passed (#39)

* v0.1.2

---------

Co-authored-by: Ryan Coleman <[email protected]>
Co-authored-by: Ryan Coleman <[email protected]>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.1.1 release (#26)

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
test: make litellm integ test more robust (#14)