ai-debug-local-mcp
Version:
🎯 ENHANCED AI GUIDANCE v4.1.2: Dramatically improved tool descriptions help AI users choose the right tools instead of 'close enough' options. Ultra-fast keyboard automation (10x speed), universal recording, multi-ecosystem debugging support, and compreh
25 lines • 842 B
TypeScript
import { OrchestratorResult } from '../types/orchestrator-types.js';
/**
* Hybrid Orchestrator - Gives main agent strategic control with selective tool access
*/
export declare class HybridOrchestrator {
name: string;
description: string;
private toolExecutor;
private readonly VERIFICATION_SUITE;
orchestrate(task: any): Promise<OrchestratorResult>;
private determineApproach;
private selectSubAgent;
private performDirectVerification;
private delegateToSubAgent;
private analyzeDiscrepancies;
private generateSummary;
private extractInfoFindings;
private generateSuggestions;
private determineNextSteps;
private calculateConfidence;
private executeTool;
setToolExecutor(executor: any): void;
private getToolParams;
}
//# sourceMappingURL=hybrid-orchestrator.d.ts.map