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

Method QueryLoop

agent/loop.go:430–437  ·  view source on GitHub ↗
(ctx context.Context, state *AgentState)

Source from the content-addressed store, hash-verified

428
429func (e *CoreExecutionEngine) MarkSkillHistoryCompacted(agentScope string) {
430 if agentScope == "" {
431 agentScope = "main"
432 }
433 e.mu.Lock()
434 defer e.mu.Unlock()
435 if e.skillRecoveryReady == nil {
436 e.skillRecoveryReady = map[string]bool{}
437 }
438 e.skillRecoveryReady[agentScope] = true
439}
440

Calls 1

queryLoopMethod · 0.95