Releases: aws/bedrock-agentcore-starter-toolkit
Releases · aws/bedrock-agentcore-starter-toolkit
Bedrock AgentCore Starter Toolkit v0.1.5
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.5What's Changed
See CHANGELOG.md for details.
What's Changed
- Release v0.1.4 by @github-actions[bot] in #105
- bump the default otel dependency by @siwachabhi in #107
- increase botocore timeout by @siwachabhi in #108
- ci(deps): bump astral-sh/setup-uv from 3 to 6 by @dependabot[bot] in #80
- ci(deps): bump trufflesecurity/trufflehog from 3.82.3 to 3.90.3 by @dependabot[bot] in #99
New Contributors
- @github-actions[bot] made their first contribution in #105
Full Changelog: v0.1.4...v0.1.5
Bedrock AgentCore Starter Toolkit v0.1.4
Installation
pip install bedrock-agentcore-starter-toolkit==0.1.4What's Changed
See CHANGELOG.md for details.
v0.1.3 - CodeBuild Default + Improved UX
Breaking Change
CodeBuild is now the default deployment method. Use --local-build flag for local Docker builds.
What's New
- 🚀 CodeBuild is now the default (no Docker required locally)
- ⏱️ Extended timeout support (900s) for long-running agents
- 🔄 Streaming invoke re-enabled
- 📝 Better error messages and CLI help
Migration Required
# Old way (v0.1.2)
agentcore launch # Was local build
# New way (v0.1.3)
agentcore launch --local-build # For local build
agentcore launch # For cloud build (default)Upgrade
pip install --upgrade bedrock-agentcore-starter-toolkitBedrock AgentCore Starter Toolkit v0.1.2
Fixed
- Fixed S3 bucket creation issue in us-east-1 (IAD) region for CodeBuild feature
Dependencies
- Updated to bedrock-agentcore SDK v0.1.1
Upgrade Instructions
pip install --upgrade bedrock-agentcore-starter-toolkitBedrock AgentCore Starter Toolkit v0.1.1
[0.1.1] - 2025-01-22
Added
-
Multi-platform Docker build support via AWS CodeBuild (#1)
- New
--codebuildflag foragentcore launchcommand enables ARM64 container builds - Complete
CodeBuildServiceclass with ARM64-optimized build pipeline - Automated infrastructure provisioning (S3 buckets, IAM roles, CodeBuild projects)
- ARM64-optimized buildspec with Docker BuildKit caching and parallel push operations
- Smart source management with .dockerignore pattern support and S3 lifecycle policies
- Real-time build monitoring with detailed phase tracking
- Support for
aws/codebuild/amazonlinux2-aarch64-standard:3.0image - ECR caching strategy for faster ARM64 builds
- New
-
Automatic IAM execution role creation (#2)
- Auto-creation of IAM execution roles for Bedrock AgentCore Runtime
- Policy templates for execution role and trust policy
- Detailed logging and progress tracking during role creation
- Informative error messages for common IAM scenarios
- Eliminates need for manual IAM role creation before deployment
-
Auto-update on conflict for agent deployments (#3)
- New
--auto-update-on-conflictflag foragentcore launchcommand - Automatically updates existing agents instead of failing with conflict errors
- Available in both CLI and notebook interfaces
- Streamlines iterative development and deployment workflows
- New
Changed
- Enhanced
agentcore launchcommand to support both local Docker and CodeBuild workflows - Improved error handling patterns throughout the codebase
- Updated AWS SDK exception handling to use standard
ClientErrorpatterns instead of service-specific exceptions
Fixed
- Fixed AWS IAM exception handling by replacing problematic service-specific exceptions with standard
ClientErrorpatterns - Resolved pre-commit hook compliance issues with proper code formatting
Improved
- Added 90%+ test coverage with 20+ new comprehensive test cases
- Enhanced error handling with proper AWS SDK patterns
- Improved build reliability and monitoring capabilities
- Better user experience with one-command ARM64 deployment
Bedrock AgentCore Starter Toolkit v0.1.0
Initial release of the Bedrock AgentCore Starter Toolkit.