/** * Orchestration Module * * Provides agent orchestration capabilities using @foxruv/agent-orchestration */ export { AgentOrchestrationManager, createOrchestrationManager, type OrchestrationConfig, type AgentAnalysis, type ChallengerValidation, type ValidationResult, type ConsensusResult, type OrchestrationPhaseResult, } from './orchestration-integration.js'; export { default } from './orchestration-integration.js';