MCPcopy
hub / github.com/CopilotKit/CopilotKit / get

Method get

packages/bot/src/action-store.ts:11–11  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

9export interface ActionStore {
10 put(id: string, snap: ActionSnapshot, ttlMs?: number): Promise<void>;
11 get(id: string): Promise<ActionSnapshot | undefined>;
12 delete(id: string): Promise<void>;
13}
14/** @deprecated Configure `createBot({ state })` instead. Action snapshots are stored via `StateStore.kv`. */

Callers 15

enqueueUserMessageMethod · 0.65
getOrCreateMethod · 0.65
recordMessageMethod · 0.65
getMessagesMethod · 0.65
ensureStreamFunction · 0.65
onTextMessageStartEventFunction · 0.65
onToolCallEndEventFunction · 0.65
markInterruptedFunction · 0.65
buildFileContentPartsFunction · 0.65

Implementers 1

InMemoryActionStorepackages/bot/src/action-store.ts

Calls

no outgoing calls

Tested by 15

runAgentMethod · 0.52
triggerMethod · 0.52
onMethod · 0.52
offMethod · 0.52
serverPushMethod · 0.52
runAgentMethod · 0.52
SpyAssistantMessageFunction · 0.52
runAgentMethod · 0.52
triggerMethod · 0.52
onMethod · 0.52
offMethod · 0.52
serverPushMethod · 0.52