Goal
Add a PydanticAI agent example with E2E span validation against zradar.
Skeleton
examples/pydantic-ai/ on docs_opt:
examples/pydantic-ai/
agent.py ← Agent with lookup_fact tool, TestModel mock
pyproject.toml ← uv-managed, Python 3.11+
README.md
tests/expected_spans.json
What "done" looks like
How to test
just dev
just example-test pydantic-ai
Goal
Add a PydanticAI agent example with E2E span validation against zradar.
Skeleton
examples/pydantic-ai/ondocs_opt:What "done" looks like
just example pydantic-airuns without error (uses TestModel — no API key)just example-test pydantic-aivalidates spans in zradarOPENAI_API_KEYsetHow to test