8000
We read every piece of feedback, and take your input very seriously.
1 parent 6c4b6d3 commit 6decbd8Copy full SHA for 6decbd8
README.md
@@ -1,17 +1,24 @@
1
# Strands Agents
2
3
-[](LICENSE)
4
-[](https://www.python.org/downloads/)
5
-
6
<div align="center">
7
<h2>
8
A model-driven approach to building AI agents in just a few lines of code.
9
</h2>
10
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>
+ <div align="center">
+ <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>
+ <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>
+ <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>
+ <a href="https://pypi.org/project/strands-agents/"><img alt="PyPI version" src="https://img.shields.io/pypi/v/strands-agents"/></a>
+ <a href="https://python.org"><img alt="Python versions" src="https://img.shields.io/pypi/pyversions/strands-agents"/></a>
+ </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>
22
</div>
23
24
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.