(agentScope string)
| 1358 | |
| 1359 | func (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 | } |
no outgoing calls
no test coverage detected