Skip to main content

Module debug_dump

Module debug_dump 

Source
Expand description

Cross-crate sink trait for LLM request/response debug-dump instrumentation.

zeph-core owns the concrete debug-dump writer (DebugDumper) and the top-level agent loop’s --debug-dump wiring, but zeph-subagent cannot depend on zeph-core (the dependency runs the other way). DebugDumpSink is the minimal contract that lets zeph-core hand a dump-writer handle down into zeph-subagent’s agent loop — via SpawnContext/AgentLoopArgs — so sub-agent LLM calls are captured through the same pipeline as top-level calls (#6391).

Traits§

DebugDumpSink
Receives LLM request/response pairs for debug-dump instrumentation.