(agentPubkey: string)
| 9 | import { buildMemoryGraph, type MemoryGraph } from "./lib/buildMemoryGraph"; |
| 10 | |
| 11 | export const agentMemoryQueryKey = (agentPubkey: string) => |
| 12 | ["agent-memory", agentPubkey.toLowerCase()] as const; |
| 13 | |
| 14 | /** |
| 15 | * Synchronous gate: does this desktop manage the agent (i.e. hold its |
no outgoing calls
no test coverage detected