/** * Agent command — DEPRECATED. * * The external agent/worker model (HTTP-based registration, heartbeat, and job polling) * has been replaced by the internal WorkerDispatcher in @generacy-ai/orchestrator. * Workers are now spawned internally by the orchestrator's Fastify server. * * Use `generacy orchestrator` to start the orchestrator, which handles worker * dispatch automatically. */ import { Command } from 'commander'; /** * Create the (deprecated) agent command */ export declare function agentCommand(): Command; //# sourceMappingURL=agent.d.ts.map