/** * `apiclaw acp` - APIClaw as an ACP (Agent Client Protocol) agent over stdio. * * Lets Buzz (block/buzz) and other ACP clients spawn APIClaw as an agent. * Reuses the exact business logic the MCP server (src/index.ts) and the * direct CLI (src/cli/commands/direct.ts) already expose - this file is a * thin deterministic-grammar dispatcher over the same gateway primitives. * * stdio hygiene: stdout carries ONLY ndjson-framed JSON-RPC traffic (written * by acp.ndJsonStream). Never console.log here. Diagnostics go to stderr. */ /** Wire an AgentSideConnection over stdio and start serving ACP requests. */ export declare function runAcpServer(): void; //# sourceMappingURL=acp-server.d.ts.map