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

Method isSkillRecoveryReady

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

Source from the content-addressed store, hash-verified

1358
1359func (e *CoreExecutionEngine) memoryAgentType() string {
1360 if e == nil {
1361 return "main"
1362 }
1363 if strings.TrimSpace(e.AgentType) != "" {
1364 return strings.TrimSpace(e.AgentType)
1365 }
1366 return e.sessionMemoryAgentID()
1367}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected