Related doc
The Agent RuntimeHow SimPilot acts like an engineering agent: phases, typed events, tools, approvals, subagents, and replay.
Open docDefined term / workflow
The pass that summarizes cold rollout segments into typed memory entries to bound the context window.
Long investigations would otherwise blow the context. Autocompact (packages/agent/src/kernel/autocompact.ts) summarizes cold segments into typed memory entries that preserve citations, decisions, and case-state references while shedding raw bytes. The full rollout remains replayable from durable records.
Related doc
The Agent RuntimeHow SimPilot acts like an engineering agent: phases, typed events, tools, approvals, subagents, and replay.
Open docRelated doc
Memory & RecallDurable, classification-aware memory that lets the agent learn across cases without leaking context across tenants.
Open doc