Releases: aws/bedrock-agentcore-starter-toolkit
Releases · aws/bedrock-agentcore-starter-toolkit
Bedrock AgentCore Starter Toolkit v0.1.15
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.15What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.14 by @github-actions[bot] in #214
- fix: Install mkdocs-llmstxt in deploy-docs act by @theumbrella1 in #215
- feat: Add boto3.session to MemoryManager constructor by @jona62 in #211
- Update quickstart with working example by @liwadman in #217
- feature/typed strategies and encryption_key_arn support on create_memory by @jona62 in #219
- Update Identity quickstart guide with a few corrections by @brianlaoaws in #222
- fix: allow optional strategies on create memory by @jona62 in #225
- feat: Add validation to check to get_or_create_memory for idempotent requests by @jona62 in #227
- Add required permission to Agent execution role to decrypt OAuth2 credential provider client secret by @brianlaoaws in #228
- feat: Add automatic memory provisioning to Bedrock AgentCore CLI by @sundargthb in #204
- chore: Add README for MemoryManager by @jona62 in #231
- Fix hanging test cases and mock setup by @sundargthb in #232
Full Changelog: v0.1.14...v0.1.15
Bedrock AgentCore Starter Toolkit v0.1.14
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.14What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.13 by @github-actions[bot] in #205
- Fix pyproject.toml installation in subdirectories by @DennisTraub in #207
- docs: Add llm.txt and file on runtime deployment by @theumbrella1 in #202
- fix: llm.txt typo by @theumbrella1 in #210
- docs: Generate llm.txt via mkdocs-llmstxt by @theumbrella1 in #213
- Fix: Runtime configure function now sets CodeBuild execution role from --code_build_execution_role parameter by @kuriaks1 in #184
New Contributors
- @theumbrella1 made their first contribution in #202
- @kuriaks1 made their first contribution in #184
Full Changelog: v0.1.13...v0.1.14
Bedrock AgentCore Starter Toolkit v0.1.13
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.13What's Changed
See CHANGELOG.md for details.
What's Changed
- feat: Initial commit for Memory manager by @jona62 in #169
- Remove TestPyPI publishing step from release workflow by @sundargthb in #186
- feat: change create_or_get_memory to get_or_create_memory to do the l… by @jona62 in #195
- Added request header allowlist configuration support by @evolutiontheory in #197
- revert dockerfile optimization by @siwachabhi in #198
- Add ability to invoke runtime with custom headers by @evolutiontheory in #200
- quick start doc updates by @siwachabhi in #199
- fix: add S3 bucket ownership verification by @sundargthb in #194
- Fix linter errors and ran formatter by @evolutiontheory in #203
New Contributors
- @jona62 made their first contribution in #169
- @evolutiontheory made their first contribution in #197
Full Changelog: v0.1.12...v0.1.13
Bedrock AgentCore Starter Toolkit v0.1.12
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.12What's Changed
- docs: address feedback and improve Runtime/Gateway documentation by @sundargthb in #163
- feat(cli): add non-interactive mode to configure command by @Vivekbhadauria1 in #183
Full Changelog: v0.1.11...v0.1.12
Bedrock AgentCore Starter Toolkit v0.1.11
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.11What's Changed
See CHANGELOG.md for details.
SDK Dependency\nThis release requires bedrock-agentcore>=0.1.4
What's Changed
- Release v0.1.10 by @github-actions[bot] in #157
- Using valid address for client http requests connection by @benlec in #78
- ci(deps): bump aws-actions/configure-aws-credentials from 4 to 5 by @dependabot[bot] in #155
- chore(deps): update mkdocstrings-python requirement from <1.18.0,>=1.16.10 to >=1.16.10,<1.19.0 in the production-dependencies group by @dependabot[bot] in #147
- ci(deps): bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #122
- ci(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #121
- Add pre-req steps so customers can easily follow along by @liwadman in #159
- Fix pre-commit linting issues by @siwachabhi in #161
- Remove reference to IAM users, remove erroneous AWS CLI commands by @liwadman in #164
- Optimize Dockerfile and Set python to flush stdout by @siwachabhi in #166
- Fix: typo var name and use "-" not "_" in target by @mobslayer202 in #142
- small error fixes in stuff i added to quick start by @liwadman in #165
- fix source commands by @liwadman in #168
- adding - enable transaction search by @mvangara10 in #170
- ci(deps): bump trufflesecurity/trufflehog from 3.90.5 to 3.90.6 by @dependabot[bot] in #172
- feat(observability): Add automatic Transaction Search configuration by @Vivekbhadauria1 in #175
New Contributors
- @benlec made their first contribution in #78
- @liwadman made their first contribution in #159
- @mobslayer202 made their first contribution in #142
Full Changelog: v0.1.10...v0.1.11
Bedrock AgentCore Starter Toolkit v0.1.10
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.10What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.9 by @github-actions[bot] in #152
- feat: add agentcore destroy command by @huanshenyi in #100
- chore/improve invoke by @siwachabhi in #153
New Contributors
- @huanshenyi made their first contribution in #100
Full Changelog: v0.1.9...v0.1.10
Bedrock AgentCore Starter Toolkit v0.1.9
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.9What's Changed
See CHANGELOG.md for details.
SDK Dependency\nThis release requires bedrock-agentcore>=0.1.3
What's Changed
- Release v0.1.8 by @github-actions[bot] in #150
- Fix: Handle existing IAM policies gracefully in _attach_policy by @DennisTraub in #140
- fix: invalid escape sequence in import agent URL regex by @DennisTraub in #151
Full Changelog: v0.1.8...v0.1.9
Bedrock AgentCore Starter Toolkit v0.1.8
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.8What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.7 by @github-actions[bot] in #141
- chore(deps): update mkdocstrings-python requirement from ~=1.16.10 to >=1.16.10,<1.18.0 in the production-dependencies group by @dependabot[bot] in #133
- chore/cb latency optimization by @siwachabhi in #146
Full Changelog: v0.1.7...v0.1.8
Bedrock AgentCore Starter Toolkit v0.1.7
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.7What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.6 by @github-actions[bot] in #120
- docs: Update IAM policy names and permissions by @Vivekbhadauria1 in #124
- Update README to provide information across the primitives by @000-000-000-000-000 in #126
- docs: Update overview.md by @sykp241095 in #125
- Update quickstart guide for Gateway by @000-000-000-000-000 in #130
- Update AgentCore Observability Quickstart Guide by @mvangara10 in #135
- ci(deps): bump trufflesecurity/trufflehog from 3.90.3 to 3.90.5 by @dependabot[bot] in #134
- fix: close NameTemporaryFile for Windows by @Dunken in #106
- fix: fix reading ecr uri #110 by @koukish in #118
- feat(runtime): Add Runtime, Memory and Identity permissions for auto-created execution role by @tonyseetonydo in #132
New Contributors
- @000-000-000-000-000 made their first contribution in #126
- @sykp241095 made their first contribution in #125
- @mvangara10 made their first contribution in #135
- @Dunken made their first contribution in #106
- @koukish made their first contribution in #118
- @tonyseetonydo made their first contribution in #132
Full Changelog: v0.1.6...v0.1.7
Bedrock AgentCore Starter Toolkit v0.1.6
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.6What's Changed
See CHANGELOG.md for details.
SDK Dependency\nThis release requires bedrock-agentcore>=0.1.2
What's Changed
- Release v0.1.5 by @github-actions[bot] in #111
- Update Import-Agent Design and Overview Documentation by @ajain-1 in #113
- Turn debug on in gateway by default by @Sudip2403 in #112
New Contributors
- @Sudip2403 made their first contribution in #112
Full Changelog: v0.1.5...v0.1.6