From f5fd45048e050e84c0db7e6c6a55e5931e226f91 Mon Sep 17 00:00:00 2001 From: notgitika Date: Wed, 27 May 2026 18:11:32 -0400 Subject: [PATCH] docs: Link to agentcore-samples repository in README Add an Examples section pointing users to the agentcore-samples repo for end-to-end CLI usage examples. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 42aeda5ec..b6cf0c575 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,11 @@ Projects use JSON schema files in the `agentcore/` directory: - [Memory](docs/memory.md) - Memory strategies and sharing - [Local Development](docs/local-development.md) - Dev server and debugging +## Examples + +See the [AgentCore Samples](https://github.com/awslabs/agentcore-samples) repository for end-to-end examples using the +CLI, including multi-agent workflows, MCP gateway targets, and framework integrations. + ## Feedback & Issues Found a bug or have a feature request? [Open an issue](https://github.com/aws/agentcore-cli/issues/new) on GitHub.