Spring Ai Agentcore banner
spring-ai-community spring-ai-community

Spring Ai Agentcore

AI community

Description

Spring Boot integrations for Amazon Bedrock AgentCore

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Spring AI AgentCore SDK

[![Maven Central](https://img.shields.io/maven-central/v/org.springaicommunity/spring-ai-agentcore-bom?label=Maven%20Central)](https://central.sonatype.com/artifact/org.springaicommunity/spring-ai-agentcore-bom)

📖 **[Documentation](https://springaicommunity.mintlify.app/projects/incubating/spring-ai-bedrock-agentcore)**

An open-source library that brings Amazon Bedrock AgentCore capabilities into Spring AI through familiar patterns: annotations, auto-configuration, and composable advisors.

Modules

Module Description
Runtime Starter Auto-configures /invocations and /ping endpoints, SSE streaming, health checks, rate limiting
Memory Short-term (conversation history) and long-term memory (semantic, preferences, summaries, episodic)
Browser Web navigation, content extraction, screenshots, form interaction via Playwright
Code Interpreter Secure Python/JavaScript/TypeScript execution with file retrieval
Artifact Store Session-scoped, TTL-based storage for generated files
Common Shared utilities — automatic User-Agent tagging for AWS SDK clients
BOM Bill of Materials for version alignment

Quick Start

Add the BOM (use the latest version from the Maven Central badge above) and the modules you need. Importing the BOM aligns every module version, so the module dependencies below are declared without a ``:


    
        
            org.springaicommunity
            spring-ai-agentcore-bom
            LATEST_VERSION 
            pom
            <