25
25
<p >
26
26
<a href="https://strandsagents.com/">Documentation</a>
27
27
◆ <a href="https://github.com/strands-agents/samples">Samples</a>
28
+ ◆ <a href="https://github.com/strands-agents/sdk-python">Python SDK</a>
28
29
◆ <a href="https://github.com/strands-agents/tools">Tools</a>
29
30
◆ <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>
30
32
</p >
31
33
</div >
32
34
@@ -35,7 +37,7 @@ Strands Agents is a simple yet powerful SDK that takes a model-driven approach t
35
37
## Feature Overview
36
38
37
39
- ** 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
39
41
- ** Advanced Capabilities** : Multi-agent systems, autonomous agents, and streaming support
40
42
- ** Built-in MCP** : Native support for Model Context Protocol (MCP) servers, enabling access to thousands of pre-built tools
41
43
@@ -147,6 +149,7 @@ Built-in providers:
147
149
- [ LiteLLM] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/litellm/ )
148
150
- [ LlamaAPI] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/llamaapi/ )
149
151
- [ Ollama] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/ollama/ )
152
+ - [ OpenAI] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/openai/ )
150
153
151
154
Custom providers can be implemented using [ Custom Providers] ( https://strandsagents.com/latest/user-guide/concepts/model-providers/custom_model_provider/ )
152
155
@@ -174,9 +177,9 @@ For detailed guidance & examples, explore our documentation:
174
177
- [ API Reference] ( https://strandsagents.com/latest/api-reference/agent/ )
175
178
- [ Production & Deployment Guide] ( https://strandsagents.com/latest/user-guide/deploy/operating-agents-in-production/ )
176
179
177
- ## Contributing
180
+ ## Contributing ❤️
178
181
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:
180
183
- Reporting bugs & features
181
184
- Development setup
182
185
- Contributing via Pull Requests
@@ -187,6 +190,10 @@ We welcome contributions! See our [Contributing Guide](https://github.com/strand
187
190
188
191
This project is licensed under the Apache License 2.0 - see the [ LICENSE] ( LICENSE ) file for details.
189
192
193
+ ## Security
194
+
195
+ See [ CONTRIBUTING] ( CONTRIBUTING.md#security-issue-notifications ) for more information.
196
+
190
197
## ⚠️ Preview Status
191
198
192
199
Strands Agents is currently in public preview. During this period:
0 commit comments