Skip to content

Tags: strands-agents/sdk-python

Tags

v1.36.0

Toggle v1.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(telemetry): remove force_flush in tracer (#2142)

v1.35.0

Toggle v1.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(test): fix anthropic stream test mock missing get_final_message (#…

…2094)

Co-authored-by: Murat Kaan Meral <muratkaanmeral@gmail.com>

v1.34.1

Toggle v1.34.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(context): surface context window size from LLM response metadata

Add latest_context_size to EventLoopMetrics and context_size to AgentResult, exposing the inputTokens count from the most recent LLM call as a measure of current context window usage.

v1.34.0

Toggle v1.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handle reasoning content in OpenAIResponsesModel request formatt…

…ing (#2013)

v1.33.0

Toggle v1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: CRITICAL: Hard pin `litellm<=1.82.6` to mitigate supply chain at…

…tack (#1961)

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: override end_turn stop reason when streaming response contains t…

…oolUse blocks (#1827)

Co-authored-by: atian8179 <atian8179@users.noreply.github.com>
Co-authored-by: Nicholas Clegg <ncclegg@amazon.com>

v1.31.0

Toggle v1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: openai repsonses api error handling (#1931)

v1.30.0

Toggle v1.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Set _is_new_session = False at the end of each initialize_* meth…

…od (#1859)

v1.29.0

Toggle v1.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add OpenAI Responses API model implementation (#975)

Co-authored-by: Strands Agent <217235299+strands-agent@users.noreply.github.com>

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: rename init_plugin to init_agent (#1765)