AgentRunProof v0.1.0
·
24 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
First public release of AgentRunProof, a deterministic runtime-conformance harness for openai-agents 0.20.x.
Highlights:
- executes real Runner.run and Runner.run_streamed workflows without model API calls
- checks terminal streaming parity, tool-call linkage, exactly-once effects, selected RunState interruption/resume semantics, and multi-phase session replay
- emits strict content-addressed public or redacted verification certificates
- ships canonical evidence reproducing the fixed boundaries for upstream issues #4322, #4244, and #4125 across six pinned SDK/version cells
- supports Python 3.10 through 3.14
The attached wheel, sdist, checksums, matrix, and bundle are the exact artifacts validated by CI. Streaming scope in v0.1 is terminal-event parity; token/delta timing, backpressure, cancellation, and arbitrary Session implementations remain out of scope.