https://github.com/strands-agents/docs
Documentation for the Strands Agents SDK. A model-driven approach to building AI agents in just a few lines of code.
https://github.com/strands-agents/docs
agentic agentic-ai agents ai anthropic autonomous-agents bedrock genai litellm llama llm machine-learning mcp multi-agent-systems ollama openai opentelemetry python strands-agents
Last synced: 4 months ago
JSON representation
Documentation for the Strands Agents SDK. A model-driven approach to building AI agents in just a few lines of code.
- Host: GitHub
- URL: https://github.com/strands-agents/docs
- Owner: strands-agents
- License: apache-2.0
- Created: 2025-05-14T20:03:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-20T17:47:52.000Z (4 months ago)
- Last Synced: 2026-02-20T18:51:46.132Z (4 months ago)
- Topics: agentic, agentic-ai, agents, ai, anthropic, autonomous-agents, bedrock, genai, litellm, llama, llm, machine-learning, mcp, multi-agent-systems, ollama, openai, opentelemetry, python, strands-agents
- Language: Python
- Homepage: https://strandsagents.com
- Size: 19.9 MB
- Stars: 168
- Watchers: 7
- Forks: 177
- Open Issues: 86
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Notice: NOTICE
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-strands-agents - Documentation Source - agents/docs](https://github.com/strands-agents/docs) | Official Resources | (Community Projects / For PyPI Packages)
README
Strands Agents Documentation
A model-driven approach to building AI agents in just a few lines of code.
Documentation
◆ Samples
◆ Python SDK
◆ Tools
◆ Agent Builder
◆ MCP Server
This repository contains the documentation for the Strands Agents SDK, a simple yet powerful framework for building and running AI agents. The documentation is built using [MkDocs](https://www.mkdocs.org/) and provides guides, examples, and API references.
The official documentation is available online at: https://strandsagents.com.
## Local Development
### Prerequisites
- Python 3.10+, node 20+
### Setup and Installation
```bash
# Create and activate virtual environment
python -m venv .venv
source .venv/bin/activate # On Windows use: .venv\Scripts\activate
pip install .
# Install node dependencies
npm install
```
### Building and Previewing
To generate the static site:
```bash
mkdocs build
```
This will create the site in the `site` directory.
To run a local development server:
```bash
mkdocs serve
```
This will start a server at http://127.0.0.1:8000/ for previewing the documentation.
## Contributing ❤️
We welcome contributions! See our [Contributing Guide](CONTRIBUTING.md) for details on:
- Reporting bugs & features
- Development setup
- Contributing via Pull Requests
- Code of Conduct
- Reporting of security issues
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
## Security
See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.