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

Method createSession

packages/cli/src/run-command-core.ts:38–38  ·  view source on GitHub ↗
(input: CreateSessionInput)

Source from the content-addressed store, hash-verified

36
37export interface MakaRunRuntime {
38 createSession(input: CreateSessionInput): Promise<SessionSummary>;
39 readExecutionBoundary(sessionId: string): Promise<ExecutionBoundaryReadModel>;
40 sendMessage(sessionId: string, input: UserMessageInput): AsyncIterable<SessionEvent>;
41 respondToSandboxBoundary(

Implementers 1

RuntimeHostRunRuntimepackages/cli/src/runtime-host-run-comm

Calls

no outgoing calls

Tested by 2

steeringDeliverySessionFunction · 0.52