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

Method clearAbort

agent/loop.go:1447–1451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1445 if state == nil {
1446 return
1447 }
1448 state.Messages = skills.StripSkillContextMessages(state.Messages, sources)
1449}
1450
1451func (e *CoreExecutionEngine) injectPendingTaskNotifications(state *AgentState) {
1452 if state == nil || e.TaskRuntime == nil {
1453 return
1454 }

Callers 1

queryLoopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected