This is the first end-to-end workflow that goes beyond pure compile receipts.
It shows:
context_coreprovider_openaiuv run --all-packages --all-groups --python 3.13 python examples/openai_context_demo/demo.py
Dry-run mode prints:
This is the fastest way to verify what StatePlane is actually doing.
uv run --all-packages --all-groups --python 3.13 python examples/openai_context_demo/demo.py --format json
JSON mode emits a typed OpenAIContextDemoResult that bundles:
compilation_reportrendered_requestresponse_receiptlive_modeOPENAI_API_KEY=... uv run --all-packages --all-groups --python 3.13 python examples/openai_context_demo/demo.py --live
Live mode is opt-in on purpose:
This example is still intentionally narrow. It does not:
It is the first concrete proof that StatePlane can control and explain a real provider request.