freshcrate
Skin:/
Home > MCP Servers > docs

docs

Documentation for the Strands Agents SDK. A model-driven approach to building AI agents in just a few lines of code.

Why this rank:Strong adoptionHealthy release cadence

Description

Documentation for the Strands Agents SDK. A model-driven approach to building AI agents in just a few lines of code.

README

Strands Agents Documentation

A model-driven approach to building AI agents in just a few lines of code.

GitHub commit activity GitHub open issues GitHub open pull requests License

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 Astro with the Starlight theme and provides guides, examples, and API references.

The official documentation is available online at: https://strandsagents.com.

Local Development

Prerequisites

  • Python 3.10+
  • Node.js 20+, npm

Setup and Installation

npm install

Building and Previewing

Generate the static site:

npm run build

Run a local development server at http://localhost:4321/:

npm run dev

Writing Documentation

Documentation lives in docs/ as Markdown files. The site structure is driven by src/config/navigation.yml (navigation) and rendered by Astro at build time.

  • Pages are written in standard Markdown โ€” no Astro-specific syntax needed for content edits
  • Use <Tabs> / <Tab label="..."> for language-switching code blocks (auto-imported, no import needed)
  • Use --8<-- "path/to/file.ts:snippet_name" to include code snippets from external files
  • Link to other pages using relative file paths (e.g. ../tools/index.md) โ€” they resolve automatically
  • Link to API reference pages using the @api shorthand: [@api/python/strands.agent.agent](#AgentResult)

For a full reference on customizations, components, and the migration status, see Site Architecture.

Contributing โค๏ธ

We welcome contributions! See our Contributing Guide 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 file for details.

Security

See CONTRIBUTING for more information.

Release History

VersionChangesUrgencyDate
v0.1.0Strands Agents SDK intertwines the twin strands of agents and tools, creating an SDK where autonomous intelligence can evolve.Low5/16/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

samplesAgent samples built using the Strands Agents SDK.main@2026-06-04
sdk-pythonA model-driven approach to building AI agents in just a few lines of code.python/v1.42.0
agent-sdk๐Ÿค– Build transparent, message-first agents with efficient tool calls, planning, and multi-agent handoffs using the lightweight agent-sdk for Node.js.main@2026-06-06
quickstart-streaming-agentsBuild, deploy, and orchestrate event-driven agents natively on Apache Flinkยฎ and Apache Kafkaยฎmaster@2026-06-02
claude-container๐Ÿณ Run Claude Code safely in isolated Docker containers with persistent projects and easy setup on macOS using Justfile automation.master@2026-06-02

More from strands-agents

sdk-pythonA model-driven approach to building AI agents in just a few lines of code.
samplesAgent samples built using the Strands Agents SDK.
evalsA comprehensive evaluation framework for AI agents and LLM applications.

More in MCP Servers

AstrBotAgentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. โœจ
agentscopeBuild and run agents you can see, understand and trust.
claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.
langchain4jLangChain4j is an open-source Java library that simplifies the integration of LLMs into Java applications through a unified API, providing access to popular LLMs and vector databases. It makes impleme