Strands Agent SDK Quick Start
Learn how to integrate Strands agents with Fiddler using the Fiddler Strands SDK for automatic instrumentation and comprehensive observability of your AI agent workflows.
What You'll Learn
Prerequisites
python --version# Using uv (recommended) uv add fiddler-strands # Or using pip pip install fiddler-strandsexport OPENAI_API_KEY=<your-openai-key>
