@every-env/cli
Version:
Multi-agent orchestrator for AI-powered development workflows
18 lines • 544 B
TypeScript
import { AgentManager } from '../core/agent-manager.js';
export declare class ProgressDisplay {
private manager;
private agents;
private updateInterval?;
private totalAgents;
private completedAgents;
private debugMode;
constructor(manager: AgentManager, debugMode?: boolean);
start(totalAgents: number): void;
stop(): void;
private setupEventHandlers;
private render;
private formatStatus;
private formatDuration;
private showDebugSummary;
}
//# sourceMappingURL=progress-display.d.ts.map