Skip to main content

Module progress

Module progress 

Source
Expand description

Progress reporting helpers for long operations. Structured progress tracking.

Auto-extracts progress from tool results into DB metadata. Survives compaction. Injected into system prompt so the LLM always knows what’s been done even after context is trimmed.

Functions§

get_progress_summary
Get the current progress summary for injection into the system prompt.
track_progress
Extract progress from a tool call and persist it.