Registry / llm-agents / strands-agents-builder

strands-agents-builder

JSON →
library0.1.10pypypiunverified

An example Strands agent demonstrating streaming, tool use, and interactivity from your terminal. This agent builder helps you build your own agents and tools. Current version: 0.1.10, release cadence: early development, updates as needed.

pip install strands-agents-builder
INSTALL
IMPORT
SIG · STRANDS-AGENTS-BUI
S
strands-agents-builder
llm-agentspythonv0.1.10
Install
22.1s avg
Import
Disk
248MB
Pass rate
8/ 10
Env Coverage8 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.1.10 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
glibc
py 3.10
✓ —
✓ 24.5s
py 3.11
✓ —
✓ 22.2s
py 3.12
✓ —
✓ 21.2s
py 3.13
✓ —
✓ 20.6s
py 3.9
✕ build_error
✕ build_error
248MB installed
● package 248MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StrandsAgent
from strands_agents_builder.handlers import StrandsAgent
from strands_agents_builder import StrandsAgent

Basic usage: create an agent and run a query. Requires API key and Python 3.10+.

from strands_agents_builder import StrandsAgent # Initialize with API key from environment or string api_key = os.environ.get('STRANDS_API_KEY', 'your-api-key') agent = StrandsAgent(api_key=api_key, model="gpt-4") response = agent.run("What is the weather today?") print(response)
strands-agents --version
Debug
Known issues
gotchaPackage name uses hyphens (strands-agents-builder) but import uses underscores (strands_agents_builder). Common pip install vs import mismatch.
fix
Use `pip install strands-agents-builder` and `import strands_agents_builder`.
affects: all
gotchaVersion 0.1.x is in early development; API may change without notice. Pin your version in requirements.
fix
Pin to exact version: `strands-agents-builder==0.1.10`
affects: <0.2.0
Upgrade
Version history
0.1.10latest on PyPI · released Sep 17, 2025
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
OpenAI (training)
1
Resources
strands-agents-builder — pip install strands-agents-builder · libregistry