Skip to content

Bedrock AgentCore SDK v0.1.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Sep 22:53
· 8 commits to main since this release
08358df

Installation

pip install bedrock-agentcore==0.1.3

What's Changed

See CHANGELOG.md for details.

What's Changed

  • add simple agent integration test by @guoken1 in #28
  • update trigger for integration tests by @guoken1 in #31
  • fix collaborator check by @guoken1 in #33
  • fail github actions when coverage threshold is not met by @guoken1 in #35
  • use json to manage local workload identity and user id by @guoken1 in #37
  • chore: remove concurrency checks and simplify thread pool handling by @siwachabhi in #46
  • add automated release workflows (PyPI disabled for testing) by @sundargthb in #36
  • ci(deps): bump trufflesecurity/trufflehog from 3.90.0 to 3.90.2 by @dependabot[bot] in #27
  • chore: release v0.1.2 and fix bump script by @sundargthb in #50
  • feat: add validation for browser live view URL expiry timeout by @singhpta in #57
  • fix(memory): fix last_k_turns by @akshseh in #62
  • feat(memory): add functionality to memory client by @akshseh in #61
  • Improve serialization by @zhan9san in #60
  • fix/observability logs improvement by @siwachabhi in #67
  • feat(memory): Add passthrough for gmdp and gmcp operations for Memory by @jgordley in #66
  • feat: add AgentCore Memory Session Manager with Strands Agents by @afarntrog in #65
  • fix: add uv installation to release workflow by @sundargthb in #69

New Contributors

Full Changelog: v0.1.1...v0.1.3