Skip to content

Commit 2a7f1fa

Browse files
author
Yuriy Bezsonov
committed
docs: add Spring AI AgentCore Starter section to README
1 parent f5c2a0f commit 2a7f1fa

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,17 @@ Extends the Spring AI workshop with Amazon Bedrock AgentCore — an agentic plat
6262
- Execute code safely with AgentCore Code Interpreter
6363
- Convert APIs into MCP-compatible tools with AgentCore Gateway
6464

65+
## Spring AI AgentCore Starter
66+
67+
**[github.com/spring-ai-community/spring-ai-agentcore](https://github.com/spring-ai-community/spring-ai-agentcore)**
68+
69+
An AWS-initiated, community-maintained set of Spring Boot starters that integrate Amazon Bedrock AgentCore services with Spring AI. Each module provides auto-configuration — add the dependency and configure properties, and the corresponding beans are ready to use.
70+
71+
- `spring-ai-agentcore-runtime-starter` — serverless deployment to AgentCore Runtime
72+
- `spring-ai-agentcore-memory` — conversation memory with short-term and long-term advisors
73+
- `spring-ai-agentcore-browser` — browser automation tools as a `ToolCallbackProvider`
74+
- `spring-ai-agentcore-code-interpreter` — sandboxed code execution tools as a `ToolCallbackProvider`
75+
6576
## Contributing
6677

6778
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

0 commit comments

Comments
 (0)