Skip to content

Commit 591fab2

Browse files
committed
docs(readme): add logo, title, badges, links to other repos, standardize headings (strands-agents#102)
1 parent 811979f commit 591fab2

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@
2525
<p>
2626
<a href="https://strandsagents.com/">Documentation</a>
2727
◆ <a href="https://github.com/strands-agents/samples">Samples</a>
28+
◆ <a href="https://github.com/strands-agents/sdk-python">Python SDK</a>
2829
◆ <a href="https://github.com/strands-agents/tools">Tools</a>
2930
◆ <a href="https://github.com/strands-agents/agent-builder">Agent Builder</a>
31+
◆ <a href="https://github.com/strands-agents/mcp-server">MCP Server</a>
3032
</p>
3133
</div>
3234

@@ -35,7 +37,7 @@ Strands Agents is a simple yet powerful SDK that takes a model-driven approach t
3537
## Feature Overview
3638

3739
- **Lightweight & Flexible**: Simple agent loop that just works and is fully customizable
38-
- **Model Agnostic**: Support for Amazon Bedrock, Anthropic, Llama, Ollama, and custom providers
40+
- **Model Agnostic**: Support for Amazon Bedrock, Anthropic, LiteLLM, Llama, Ollama, OpenAI, and custom providers
3941
- **Advanced Capabilities**: Multi-agent systems, autonomous agents, and streaming support
4042
- **Built-in MCP**: Native support for Model Context Protocol (MCP) servers, enabling access to thousands of pre-built tools
4143

@@ -147,6 +149,7 @@ Built-in providers:
147149
- [LiteLLM](https://strandsagents.com/latest/user-guide/concepts/model-providers/litellm/)
148150
- [LlamaAPI](https://strandsagents.com/latest/user-guide/concepts/model-providers/llamaapi/)
149151
- [Ollama](https://strandsagents.com/latest/user-guide/concepts/model-providers/ollama/)
152+
- [OpenAI](https://strandsagents.com/latest/user-guide/concepts/model-providers/openai/)
150153

151154
Custom providers can be implemented using [Custom Providers](https://strandsagents.com/latest/user-guide/concepts/model-providers/custom_model_provider/)
152155

@@ -174,9 +177,9 @@ For detailed guidance & examples, explore our documentation:
174177
- [API Reference](https://strandsagents.com/latest/api-reference/agent/)
175178
- [Production & Deployment Guide](https://strandsagents.com/latest/user-guide/deploy/operating-agents-in-production/)
176179

177-
## Contributing
180+
## Contributing ❤️
178181

179-
We welcome contributions! See our [Contributing Guide](https://github.com/strands-agents/sdk-python/blob/main/CONTRIBUTING.md) for details on:
182+
We welcome contributions! See our [Contributing Guide](CONTRIBUTING.md) for details on:
180183
- Reporting bugs & features
181184
- Development setup
182185
- Contributing via Pull Requests
@@ -187,6 +190,10 @@ We welcome contributions! See our [Contributing Guide](https://github.com/strand
187190

188191
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
189192

193+
## Security
194+
195+
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.
196+
190197
## ⚠️ Preview Status
191198

192199
Strands Agents is currently in public preview. During this period:

0 commit comments

Comments
 (0)