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