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.