Skip to content

Releases: aws/bedrock-agentcore-starter-toolkit

Bedrock AgentCore Starter Toolkit v0.1.5

08 Aug 18:43
c055722

Choose a tag to compare

Installation

pip install bedrock-agentcore-starter-toolkit==0.1.5

What'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

06 Aug 17:59
bb28b7c

Choose a tag to compare

Installation

pip install bedrock-agentcore-starter-toolkit==0.1.4

What's Changed

See CHANGELOG.md for details.

v0.1.3 - CodeBuild Default + Improved UX

01 Aug 08:58
dbbc1ef

Choose a tag to compare

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-toolkit

Bedrock AgentCore Starter Toolkit v0.1.2

23 Jul 23:49
b1fe1ed

Choose a tag to compare

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-toolkit

Bedrock AgentCore Starter Toolkit v0.1.1

22 Jul 20:51

Choose a tag to compare

[0.1.1] - 2025-01-22

Added

  • Multi-platform Docker build support via AWS CodeBuild (#1)

    • New --codebuild flag for agentcore launch command enables ARM64 container builds
    • Complete CodeBuildService class 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.0 image
    • ECR caching strategy for faster ARM64 builds
  • 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-conflict flag for agentcore launch command
    • Automatically updates existing agents instead of failing with conflict errors
    • Available in both CLI and notebook interfaces
    • Streamlines iterative development and deployment workflows

Changed

  • Enhanced agentcore launch command to support both local Docker and CodeBuild workflows
  • Improved error handling patterns throughout the codebase
  • Updated AWS SDK exception handling to use standard ClientError patterns instead of service-specific exceptions

Fixed

  • Fixed AWS IAM exception handling by replacing problematic service-specific exceptions with standard ClientError patterns
  • 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

16 Jul 18:51
9736ae1

Choose a tag to compare

Initial release of the Bedrock AgentCore Starter Toolkit.