MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/utils/swarm/backends/InProcessBackend.ts:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 * abstraction (getTeammateExecutor() in registry.ts).
37 */
38export class InProcessBackend implements TeammateExecutor {
39 readonly type = 'in-process' as const
40
41 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected