/** * method-catalog-acp.ts * * Hosted third-party coding agents (Claude Code, Codex CLI, opencode) over the * Agent Client Protocol: read-only discovery of installed agents, and the * one-act spawn that turns a discovered agent + working directory into a * hosted daemon session that appears as a steerable/stoppable fleet row. * * Like the other handler-registered verb groups these declare * `transport: ['ws']` and are served through the generic * `/api/control-plane/methods/{id}/invoke` endpoint. */ import type { GatewayMethodDescriptor } from './method-catalog-shared.js'; export declare const builtinGatewayAcpMethodDescriptors: readonly GatewayMethodDescriptor[]; //# sourceMappingURL=method-catalog-acp.d.ts.map