Skip to main content

Module render

Module render 

Source
Expand description

Trace presentation shared by the Admin API and the MCP tools: list filtering and the rendered trace shape (each step with its changes).

Structsยง

StepWithChanges ๐Ÿ”’
A step plus the changes derived from the preceding snapshot.
TraceFilter
Optional filters for the trace list. All are ANDed; blank strings are ignored (a bare ?route= is not a filter).

Functionsยง

apply_filter
Applies f to a newest-first summary list.
non_empty ๐Ÿ”’
render_trace
Renders a trace with per-step changes computed at read time.
source_str ๐Ÿ”’