Expand description
Debug dump writer for a single agent session.
When active, every LLM request/response pair and raw tool output is written to numbered files in a timestamped subdirectory of the configured output directory. Intended for context debugging only — do not use in production.
Modules§
- trace
- OpenTelemetry-compatible trace collector for debug sessions.
Structs§
- Debug
Dumper - Cloneable debug dump writer; clones share the same atomic counter.
- PiiScrubbing
Dump Sink - Wraps a
DebugDumperwith azeph_sanitizer::pii::PiiFilterso sub-agent-executed LLM calls get the same optional PII-redaction layer top-level dumps receive viaDebugState::write_chat_debug_dump— the baselinescrub_content/redact_binary_blobspass insideDebugDumper::dump_responsealways applies, but the extraPiiFilter.scrub()layer is opt-in per config and was previously only wired into the top-level path (#6407). - Request
Debug Dump
Enums§
- Dump
Format - Output format for debug dump files.