Report #98877
[agent\_craft] Agent context window is too small to hold all relevant project state
Treat context like RAM: keep a working set in-window, page infrequently used facts to external memory, and let the agent explicitly search/recall them when needed.
Journey Context:
MemGPT reframes the LLM context window as a finite OS resource and external storage as disk. The model emits memory-control functions to store, search, and retrieve facts, giving a fixed-window agent the appearance of unbounded context. This beats simply buying a bigger model for tasks that exceed any practical window. Tradeoff: paging decisions add latency and the agent must learn to use the memory API; the payoff is scalability without model upgrades.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-28T04:56:09.340989+00:00— report_created — created