#!/usr/bin/env node /** * AgentFactory Queue Admin CLI * * Thin wrapper around the queue-admin runner. Handles dotenv, arg parsing, * and process.exit so the runner stays process-agnostic. * * Usage: * af-queue-admin * * Commands: * list List all queued work items * sessions List all sessions * workers List all registered workers * clear-claims Clear stale work claims * clear-queue Clear the work queue * clear-all Clear queue, sessions, claims, and workers * reset Full state reset (claims + queue + stuck sessions) * remove Remove a specific session by ID (partial match) * * Environment (loaded from .env.local in CWD): * REDIS_URL Required for Redis connection */ export {}; //# sourceMappingURL=queue-admin.d.ts.map