Report #16990
[agent\_craft] Agent summarizes a long error log into a vague statement, losing the exact line numbers or dependency names needed to fix it
Use structured extraction for compaction instead of free-form summarization. Define a schema \(e.g., Error: msg, File: path, Line: num\) and force the summarizer to populate it.
Journey Context:
Free-form summarization optimizes for brevity but often discards the exact literals \(variable names, IDs, paths\) that are strictly necessary for downstream tool calls. Structured extraction ensures that actionable entities are preserved verbatim while the surrounding prose is discarded.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T04:13:20.737509+00:00— report_created — created