10000 fix: Update readme to include badges (#17) · hrudu-dev/sdk-python@6decbd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6decbd8

Browse files
authored
fix: Update readme to include badges (strands-agents#17)
Add common badges for python projects Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
1 parent 6c4b6d3 commit 6decbd8

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
11
# Strands Agents
22

3-
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
4-
[![Python](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
5-
63
<div align="center">
74
<h2>
85
A model-driven approach to building AI agents in just a few lines of code.
96
</h2>
107

11-
<a href="https://strandsagents.com/">Docs</a>
12-
◆ <a href="https://github.com/strands-agents/docs/tree/main/docs/examples">Samples</a>
13-
◆ <a href="https://github.com/strands-agents/tools">Tools</a>
14-
◆ <a href="https://github.com/strands-agents/agent-builder">Agent Builder</a>
8+
<div align="center">
9+
<a href="https://github.com/strands-agents/sdk-python/graphs/commit-activity"><img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/strands-agents/sdk-python"/></a>
10+
<a href="https://github.com/strands-agents/sdk-python/issues"><img alt="GitHub open issues" src="https://img.shields.io/github/issues/strands-agents/sdk-python"/></a>
11+
<a href="https://github.com/strands-agents/sdk-python/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/github/license/strands-agents/sdk-python"/></a>
12+
<a href="https://pypi.org/project/strands-agents/"><img alt="PyPI version" src="https://img.shields.io/pypi/v/strands-agents"/></a>
13+
<a href="https://python.org"><img alt="Python versions" src="https://img.shields.io/pypi/pyversions/strands-agents"/></a>
14+
</div>
15+
16+
<p>
17+
<a href="https://strandsagents.com/">Docs</a>
18+
◆ <a href="https://github.com/strands-agents/docs/tree/main/docs/examples">Samples</a>
19+
◆ <a href="https://github.com/strands-agents/tools">Tools</a>
20+
◆ <a href="https://github.com/strands-agents/agent-builder">Agent Builder</a>
21+
</p>
1522
</div>
1623

1724
Strands Agents is a simple yet powerful SDK that takes a model-driven approach to building and running AI agents. From simple conversational assistants to complex autonomous workflows, from local development to production deployment, Strands Agents scales with your needs.

0 commit comments

Comments
 (0)
0