MCPcopy Create free account
hub / github.com/bearlyai/OpenADE / interrupt

Method interrupt

projects/runtime-node/src/agents.ts:86–86  ·  view source on GitHub ↗
(executionId: string)

Source from the content-addressed store, hash-verified

84 activeSession?(params: { providerId: string; sessionId: string }): Promise<unknown> | unknown
85 start(params: RuntimeNodeAgentStartParams, callbacks?: RuntimeNodeAgentStartCallbacks): Promise<{ ok: boolean; error?: string }>
86 interrupt(executionId: string): Promise<{ ok: boolean; error?: string }> | { ok: boolean; error?: string }
87 reconnect?(
88 executionId: string,
89 callbacks?: Pick<RuntimeNodeAgentStartCallbacks, "onEvent">

Calls

no outgoing calls

Tested by

no test coverage detected