The simplest Strands agent possible.
pip install -r requirements.txt
python agent.py "hello, what can you do?"- One import:
from strands import Agent - One model: Claude Opus 4 (
global.anthropic.claude-opus-4-8) via Bedrock - One tool:
shellfromstrands_tools - Zero orchestration: the agent decides when to call the tool
Next → step-01-tools.