Skip to main content

Module debug_dump

Module debug_dump 

Source
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§

DebugDumper
Cloneable debug dump writer; clones share the same atomic counter.
RequestDebugDump

Enums§

DumpFormat
Output format for debug dump files.