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

10 lines 296 B
import { AgentDetector as BaseDetector } from './utils/detection.js'; export class AgentDetector extends BaseDetector { constructor(configManager) { super(configManager); } async detectAll() { return this.detectAllAgents(); } } //# sourceMappingURL=detector.js.map