UNPKG

mcp-subagents

Version:

Multi-Agent AI Orchestration via Model Context Protocol - Access specialized CLI AI agents (Aider, Qwen, Gemini, Goose, etc.) with intelligent fallback and configuration

17 lines 579 B
import type { AgentDetectionResult } from '../types/index.js'; import type { ConfigManager } from '../config.js'; export declare class AgentDetector { private configManager?; constructor(configManager?: ConfigManager | undefined); detectAllAgents(): Promise<AgentDetectionResult[]>; private detectQwen; private detectGemini; private detectAider; private detectGoose; private detectCodex; private detectOpenCode; private detectClaude; private checkCommandExists; private getEffectiveEnvVar; } //# sourceMappingURL=detection.d.ts.map