Rewrite the debug path to provide raw LLM prompt and response artifacts
This commit is contained in:
@@ -89,10 +89,11 @@ When workspace debug output is enabled, the CLI passes a debug recorder for the
|
||||
current run ID. The runner writes framework-boundary inputs, outputs,
|
||||
structured LLM calls, validator calls, timing, and retry attempt metadata
|
||||
through that interface. Each retry or validator attempt records any LLM calls
|
||||
made within that attempt in an `llm_calls` array and writes scoped copies of the
|
||||
canonical LLM call artifacts under the attempt directory. Debug output is not
|
||||
used for resume and can contain sensitive source, reference, prompt, and
|
||||
model-output material. Concrete modules still do not receive workspace paths.
|
||||
made within that attempt in an `llm_calls` array and writes paired
|
||||
`prompt-000N.json` and `response-000N.json` files under the attempt directory.
|
||||
Debug output is not used for resume and can contain sensitive source,
|
||||
reference, prompt, and model-output material. Concrete modules still do not
|
||||
receive workspace paths.
|
||||
|
||||
## Registries And Module Specs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user