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

Skip to content

Tags: strands-agents/sdk-python

Tags

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(llama.cpp) - add ToolChoice and validation of model config values (

…#838)

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: only add signature to reasoning blocks if signature is provided (#…

…806)

* fix: only add signature to reasoning blocks if signature is provided

---------

Co-authored-by: Mackenzie Zastrow <[email protected]>
Co-authored-by: Dean Schmigelski <[email protected]>

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: fix loading tools with same tool name (#772)

* fix: fix loading tools with same tool name

* simplify if condition

---------

Co-authored-by: Jack Yuan <[email protected]>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Move AgentInput to types submodule (#746)

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add cached token metrics support for Amazon Bedrock (#531)

* feat: add cached token metrics support for Amazon Bedrock

- Add optional cacheReadInputTokens and cacheWriteInputTokens fields to Usage TypedDict
- Update EventLoopMetrics to accumulate cached token metrics
- Add OpenTelemetry instrumentation for cached token telemetry
- Enhance metrics summary display to show cached token information
- Maintain 100% backward compatibility with existing Usage objects
- Add comprehensive test coverage for cached token functionality

Resolves #529

* feat: updated cached read/write input token metrics

---------

Co-authored-by: poshinchen <[email protected]>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(structured_output): do not modify conversation_history when promp…

…t is passed (#628)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(event_loop): raise dedicated exception when encountering max toke… (

#576)

* fix(event_loop): raise dedicated exception when encountering max tokens stop reason

* fix: update integ tests

* fix: rename exception message, add to exception, move earlier in cycle

* Update tests_integ/test_max_tokens_reached.py

Co-authored-by: Nick Clegg <[email protected]>

* Update tests_integ/test_max_tokens_reached.py

Co-authored-by: Nick Clegg <[email protected]>

* linting

---------

Co-authored-by: Nick Clegg <[email protected]>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(mcp): Add list_prompts, get_prompt methods (#160)

Co-authored-by: ketan-clairyon <[email protected]>
Co-authored-by: Dean Schmigelski <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: include agent trace into tool for agent as tools (#526)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(telemetry): group traces when using agent as tool in an agent, fi…

…xed instrumentation bug (#493)