Bedrock AgentCore SDK v1.0.0
Installation
pip install bedrock-agentcore==1.0.0What's Changed
See CHANGELOG.md for details.
What's Changed
- fix: fix session name typo in get_last_k_turns by @jona62 in #104
- Release v0.1.7 by @github-actions[bot] in #103
- fix: add the include_parent_events parameter to the get_last_k_turns method by @jona62 in #107
- fix: rename list_events parameter include_parent_events to include_parent_branches to match the boto3 parameter by @jona62 in #108
- feat(browser): Add viewport configuration support to BrowserClient by @sundargthb in #112
- docs: remove preview verbiage following Bedrock AgentCore GA release by @sundargthb in #113
- fix(deps): restrict pydantic to versions below 2.41.3 by @sundargthb in #115
Full Changelog: v0.1.7...v1.0.0