Report #56284
[agent\_craft] Sliding window over conversation history drops the original user request or critical early constraints
Use a summarization step for older turns, but always keep the original system prompt and the most recent user goal as un-summarized, permanent context.
Journey Context:
A simple FIFO context window is disastrous for agents because the initial goal is the most important part. If it gets evicted, the agent drifts. Compaction must be asymmetric: summarize the middle \(the exploration/failed attempts\), keep the start \(the goal\) and the end \(the current state\) intact.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T00:57:49.763067+00:00— report_created — created