Skip to content

Commit 3124b6d

Browse files
docs: add build, npm, and license badges to README (#787)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 321177c commit 3124b6d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<div align="center">
22
<h1>AgentCore CLI</h1>
3-
<h2>Create, develop, and deploy AI agents to Amazon Bedrock AgentCore</h2>
3+
<p><strong>Create, develop, and deploy AI agents to Amazon Bedrock AgentCore</strong></p>
4+
5+
<p>
6+
<a href="https://github.com/aws/agentcore-cli/actions/workflows/build-and-test.yml"><img src="https://img.shields.io/github/actions/workflow/status/aws/agentcore-cli/build-and-test.yml?branch=main&label=build" alt="Build Status"></a>
7+
<a href="https://www.npmjs.com/package/@aws/agentcore"><img src="https://img.shields.io/npm/v/@aws/agentcore" alt="npm version"></a>
8+
<a href="LICENSE"><img src="https://img.shields.io/github/license/aws/agentcore-cli" alt="License"></a>
9+
</p>
410
</div>
511

612
## Overview

0 commit comments

Comments
 (0)