|
1 | 1 | # Strands Agents
|
2 | 2 |
|
3 |
| -[](LICENSE) |
4 |
| -[](https://www.python.org/downloads/) |
5 |
| - |
6 | 3 | <div align="center">
|
7 | 4 | <h2>
|
8 | 5 | A model-driven approach to building AI agents in just a few lines of code.
|
9 | 6 | </h2>
|
10 | 7 |
|
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> |
15 | 22 | </div>
|
16 | 23 |
|
17 | 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.
|
@@ -129,6 +136,7 @@ Built-in providers:
|
129 | 136 | - [Amazon Bedrock](https://strandsagents.com/latest/user-guide/concepts/model-providers/amazon-bedrock/)
|
130 | 137 | - [Anthropic](https://strandsagents.com/latest/user-guide/concepts/model-providers/anthropic/)
|
131 | 138 | - [LiteLLM](https://strandsagents.com/latest/user-guide/concepts/model-providers/litellm/)
|
| 139 | + - [LlamaAPI](https://strandsagents.com/latest/user-guide/concepts/model-providers/llamaapi/) |
132 | 140 | - [Ollama](https://strandsagents.com/latest/user-guide/concepts/model-providers/ollama/)
|
133 | 141 |
|
134 | 142 | Custom providers can be implemented using [Custom Providers](https://strandsagents.com/latest/user-guide/concepts/model-providers/custom_model_provider/)
|
|
0 commit comments