Overview
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 and provides guides, examples, and API references.
The official documentation is available online at: https://strandsagents.com.
Local Development
Prerequisites
- Python 3.10+
Setup and Installation
# Create and activate virtual environment python -m venv .venv source .venv/bin/activate # On Windows use: .venv\Scripts\activate pip install -r requirements.txt
Building and Previewing
To generate the static site:
This will create the site in the site directory.
To run a local development server:
This will start a server at http://127.0.0.1:8000/ for previewing the documentation.
Related Repositories
- Strands Agents SDK - The core SDK for building AI agents
- Strands Tools - Pre-built tools for Strands Agents
- Strands Agent Builder - Command-line interface for building Strands Agents
Contributing
We welcome contributions to improve the documentation! Please see our Contributing Guide for more details.
Security
See CONTRIBUTING.md for more information on reporting security issues.
License
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.
⚠️ Preview Status
Strands Agents and its documentation is currently in public preview. During this period:
- APIs may change as we refine the SDK
- We welcome feedback and contributions