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

Method hasActiveRuns

packages/runtime/src/runtime-kernel.ts:158–158  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

156 /** Take back every queued message (both queues) as one `\n\n`-joined string. */
157 retractQueue(sessionId: string): string;
158 hasActiveRuns(sessionId: string): boolean;
159 /**
160 * The turns of the runs in flight for this session. The same fact
161 * `hasActiveRuns` reports, named — which is what lets a client tell a turn

Implementers 2

RuntimeKernelpackages/runtime/src/runtime-kernel.ts
DelegatingRuntimeKernelpackages/runtime/src/__tests__/session

Calls

no outgoing calls

Tested by

no test coverage detected