MCPcopy Create free account
hub / github.com/apache/maka / createSessionEventMapMemory

Function createSessionEventMapMemory

packages/runtime/src/ai-sdk-flow.ts:88–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86}
87
88export function createSessionEventMapMemory(): SessionEventMapMemory {
89 return { toolNameByUseId: new Map() };
90}
91
92/**
93 * Resolve the runtime identity shared by every event of an invocation.

Callers 12

runMethod · 0.85
buildFixtureFunction · 0.85
durableTurnHarnessFunction · 0.85
buildReactiveFixtureFunction · 0.85
createDurableTurnHarnessFunction · 0.85
projectLedgerFunction · 0.85

Calls

no outgoing calls

Tested by 5

buildFixtureFunction · 0.68
durableTurnHarnessFunction · 0.68
buildReactiveFixtureFunction · 0.68
createDurableTurnHarnessFunction · 0.68
projectLedgerFunction · 0.68