(executionId: string)
| 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"> |
no outgoing calls
no test coverage detected