Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Claude Agent SDK instrumentation example

Install dependencies (from this directory or the repo root):

pip install -r examples/requirements.txt

Set ANTHROPIC_API_KEY for the example.

You can view traces in Phoenix Cloud (no local server) or run Phoenix locally (python -m phoenix.server.main serve) and view at http://127.0.0.1:6006.

Example Description
example.py Runs one query that triggers Task -> Bash, then prints all captured span attributes (AGENT, TOOL, and subagent spans). Also exports to Phoenix via OTLP if configured.

Run any example:

python examples/example.py

View traces in Phoenix Cloud or at http://127.0.0.1:6006 when using local Phoenix.