{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/core/remote-execution/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,cAAc,kCAAkC,CAAC;AACjD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC","sourcesContent":["/**\n * Remote Execution — public API (2.14.0).\n *\n * The durable control plane (Bucephalus) can execute a mission's tool/process\n * work on a separate physical machine while inference remains on its own host.\n * This module exposes the target model, transport, protocol, and the\n * RemoteMissionExecutor; Capability Routing and Shared Inference Scheduling are\n * explicitly out of scope.\n */\n\nexport * from \"./file-remote-target-registry.js\";\nexport * from \"./remote-execution-error.js\";\nexport * from \"./remote-mission-executor.js\";\nexport * from \"./remote-protocol.js\";\nexport * from \"./remote-resume.js\";\nexport * from \"./remote-runtime-sync.js\";\nexport * from \"./remote-target-registry.js\";\nexport * from \"./remote-target-types.js\";\nexport * from \"./remote-transport.js\";\nexport * from \"./remote-verification.js\";\nexport * from \"./runtime-bundle.js\";\nexport * from \"./ssh-transport.js\";\n"]}