MCPcopy Create free account
hub / github.com/block/buzz / agentMemoryQueryKey

Function agentMemoryQueryKey

desktop/src/features/agent-memory/hooks.ts:11–12  ·  view source on GitHub ↗
(agentPubkey: string)

Source from the content-addressed store, hash-verified

9import { buildMemoryGraph, type MemoryGraph } from "./lib/buildMemoryGraph";
10
11export 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

Callers 1

useAgentMemoryQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected