MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / MarkSkillHistoryCompacted

Method MarkSkillHistoryCompacted

agent/loop.go:376–386  ·  view source on GitHub ↗
(agentScope string)

Source from the content-addressed store, hash-verified

374 if e.skillPersistence != nil {
375 e.skillPersistence.ClearAll()
376 }
377 e.mu.Lock()
378 defer e.mu.Unlock()
379 e.aborted = false
380 e.LastState = nil
381 e.skillRecoveryReady = map[string]bool{}
382 e.l3Regions = nil
383}
384
385func (e *CoreExecutionEngine) Shutdown() {
386 e.disconnectMCP(context.Background())
387 if e.TaskRuntime != nil {
388 e.TaskRuntime.Shutdown()
389 }

Callers 3

maybeCompressContextMethod · 0.95
createWithStateMethod · 0.80
CompactMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected