diff options
| author | Anonymous Authors <anonymous@invalid.example> | 2026-07-25 13:10:52 -0500 |
|---|---|---|
| committer | Anonymous Authors <anonymous@invalid.example> | 2026-07-25 13:10:52 -0500 |
| commit | 84fab096b3a2500755fea3f538933dbed0e8c72c (patch) | |
| tree | 15a9d2016bf235d3bfba5035b305bc0b7e996a0a /README.md | |
| parent | 6de74d103926d9090f056aeebe7be393ec381ea1 (diff) | |
Enforce typed responses for pipeline stagesxiang
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -50,7 +50,10 @@ five-stage path is the reproduction entry point. The OpenAI adapter does not send `temperature`; this is compatible with `o3`, whose supported value is its default. See `STAGE_MAP.md` for the exact -paper-to-code map. +paper-to-code map. Each typed stage also requests a strict JSON schema. If a +provider response still fails local structural or provenance validation, the +same stage is retried once with the exact same prompt; both responses remain +separately auditable. `ProofDAG` supports branching dependencies and validates topological order, known dependencies, acyclicity, and terminal connectivity. Replacement plans |
