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

Method injectPendingTaskNotifications

agent/loop.go:1351–1358  ·  view source on GitHub ↗
(state *AgentState)

Source from the content-addressed store, hash-verified

1349 }
1350}
1351
1352func (e *CoreExecutionEngine) sessionMemoryAgentID() string {
1353 if e == nil || strings.TrimSpace(e.AgentID) == "" {
1354 return "main"
1355 }
1356 return strings.TrimSpace(e.AgentID)
1357}
1358
1359func (e *CoreExecutionEngine) memoryAgentType() string {
1360 if e == nil {
1361 return "main"

Callers 1

queryLoopMethod · 0.95

Calls 2

Tested by

no test coverage detected