MCPcopy
hub / github.com/holaboss-ai/holaOS / BridgeWorkerLike

Interface BridgeWorkerLike

runtime/api-server/src/bridge-worker.ts:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298export interface BridgeWorkerLike {
299 start(): Promise<void>;
300 close(): Promise<void>;
301}
302
303export interface RuntimeRemoteBridgeWorkerOptions {
304 logger?: LoggerLike;

Callers

nothing calls this directly

Implementers 8

RuntimeRemoteBridgeWorkerruntime/api-server/src/bridge-worker.t
TerminalSessionManagerruntime/api-server/src/terminal-sessio
RuntimeEvolveWorkerruntime/api-server/src/evolve-worker.t
RuntimeQueueWorkerruntime/api-server/src/queue-worker.ts
RuntimeCronWorkerruntime/api-server/src/cron-worker.ts
RuntimeMainSessionEventWorkerruntime/api-server/src/main-session-ev
RuntimeRecallEmbeddingBackfillWorkerruntime/api-server/src/recall-embeddin
RuntimeIntegrationContextAutofetchWorkerruntime/api-server/src/integration-con

Calls

no outgoing calls

Tested by

no test coverage detected