MCPcopy Create free account
hub / github.com/Roy3838/Observer / dispatchMemoryUpdate

Function dispatchMemoryUpdate

app/src/components/MemoryManager.tsx:11–16  ·  view source on GitHub ↗
(agentId: string)

Source from the content-addressed store, hash-verified

9
10// Dispatch a memory update event
11export function dispatchMemoryUpdate(agentId: string) {
12 const event = new CustomEvent(MEMORY_UPDATE_EVENT, {
13 detail: { agentId }
14 });
15 window.dispatchEvent(event);
16}
17
18interface MemoryManagerProps {
19 agentId: string;

Callers 2

updateAgentMemoryFunction · 0.90
updateAgentImageMemoryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected