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

Function getAgentMemory

desktop/src/shared/api/tauriEngrams.ts:48–54  ·  view source on GitHub ↗
(
  agentPubkey: string,
)

Source from the content-addressed store, hash-verified

46 * that's the legitimate empty state, distinct from a thrown error.
47 */
48export async function getAgentMemory(
49 agentPubkey: string,
50): Promise<AgentMemoryListing> {
51 return invokeTauri<AgentMemoryListing>("get_agent_memory", {
52 agentPubkey,
53 });
54}

Callers 1

useAgentMemoryQueryFunction · 0.90

Calls 1

invokeTauriFunction · 0.90

Tested by

no test coverage detected