strands-agents-builder
An example Strands agent demonstrating streaming, tool use, and interactivity from your terminal. This agent builder can help you to build your own agents and tools.
What it is and what it does
Strands Agent Builder is a command-line toolkit for rapidly prototyping and deploying AI agents powered by Claude and Amazon Bedrock. It provides an interactive terminal interface where you can define custom tools, compose agents with specialized capabilities, and orchestrate multi-agent workflows—all without writing boilerplate code. The package bundles built-in tools (HTTP requests, shell execution, Python REPL, image processing, Slack integration, AWS service access, and more) and supports dynamic tool loading, knowledge base persistence, and nested agent delegation.
The package is designed for developers who want to experiment with agentic AI patterns interactively. You specify agent behavior and tools via natural language prompts at the command line, and the builder handles the integration with Claude's reasoning and tool-use capabilities. It integrates with Amazon Bedrock Knowledge Bases to persist custom tools and agent configurations across sessions, enabling iterative refinement of agents over time.
Use it for:
- Rapidly prototype specialized AI agents for domain-specific tasks without writing custom agent orchestration code.
- Build and test custom tools interactively from the terminal, then persist them to a knowledge base for reuse.
- Compose multi-agent workflows where agents delegate tasks to one another or coordinate in swarms.
- Extend existing tools with new capabilities by loading them from a knowledge base and refining them.
- Integrate AI agents with external systems via built-in HTTP, Slack, AWS, and shell execution tools.
- Experiment with agentic reasoning patterns and tool delegation without managing LLM API calls directly.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Strands Agent Builder is a terminal-based toolkit for building, testing, and extending custom AI agents and tools with a model-driven approach using Claude and Amazon Bedrock.
Yes, if you are actively experimenting with agent-based AI workflows and can tolerate an abandoned codebase. The package offers a low-friction entry point to building Claude-powered agents with a rich set of built-in tools and knowledge base integration. However, the repository is archived and no longer maintained as of the fact sheet date; you should verify that its dependencies remain viable and that you are comfortable with no upstream bug fixes or feature updates. Not recommended for production systems requiring active maintenance.
Install
strands-agents-builder on PyPI
pip
pip install strands-agents-builderuv
uv add strands-agents-builderpoetry
poetry add strands-agents-builderInstalling strands-agents-builder
Before you install
Low install friction with a pure-Python wheel distribution. However, the repository is archived and marked abandoned as of the fact sheet date, with the last commit on 2026-05-12. The package has not received active maintenance since its latest release on 2025-09-17.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions. You may use, modify, and distribute the package freely provided you include a copy of the license and state significant changes.
Quickstart
# Install
pip install strands-agents-builder
# Run interactive mode
strands
# Build a tool from command line
strands "Create a tool named sentiment_analyzer that analyzes text sentiment"
Requires Python 3.10 or later. AWS credentials and access to Amazon Bedrock are needed for knowledge base integration and LLM operations. Some built-in tools (cron, python_repl, shell) are unavailable on Windows.
Verify before relying
- Whether the abandoned status affects long-term viability or if the codebase is stable enough for production use.
- Current state of the strands-agents and strands-agents-tools dependencies and whether they are actively maintained.
- Whether AWS Bedrock access is required for basic agent building or only for advanced features like knowledge base integration.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — halo, prompt-toolkit, rich, strands-agents-tools, strands-agents |
| Maintenance | abandoned — 331 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 262,337/month — #8,375 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: strands_agents_builder-0.1.10-py3-none-any.whl
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
strands-agentsStrands Agents is a Python SDK for building AI…
permissive · top 1,000 on PyPI
strands-agents-toolsProvides ready-to-use tools for AI agents to…
permissive · top 5,000 on PyPI
strands-agents-evalsStrands Evals SDK provides a comprehensive…
permissive · top 15,000 on PyPI
bedrock-agentcore-starter-toolkitProvides a Python CLI and SDK for scaffolding,…
permissive · top 5,000 on PyPI
bedrock-agentcoreDeploy AI agents to AWS Bedrock AgentCore with…
permissive · top 5,000 on PyPI
deepagents-codeA terminal-based AI coding agent that works…
permissive · top 15,000 on PyPI
agent-framework-coreBuild, orchestrate, and deploy AI agents and…
permissive · top 5,000 on PyPI
praisonaiagentsPraisonAI agents is a Python framework for…
unclear · top 15,000 on PyPI
deepagentsDeep Agents is an opinionated agent harness…
permissive · top 5,000 on PyPI
agent-framework-bedrockConnects Microsoft Agent Framework applications…
permissive · top 15,000 on PyPI