9 lines
342 B
TypeScript
9 lines
342 B
TypeScript
/**
|
|
* LLM Orchestration Module
|
|
*
|
|
* Exports:
|
|
* - RuvLLMOrchestrator: Self-learning multi-agent orchestration
|
|
*/
|
|
export { RuvLLMOrchestrator } from './RuvLLMOrchestrator.js';
|
|
export type { TRMConfig, SONAConfig, AgentSelectionResult, TaskDecomposition, LearningOutcome, } from './RuvLLMOrchestrator.js';
|
|
//# sourceMappingURL=index.d.ts.map
|