8 lines
211 B
JavaScript
8 lines
211 B
JavaScript
/**
|
|
* LLM Orchestration Module
|
|
*
|
|
* Exports:
|
|
* - RuvLLMOrchestrator: Self-learning multi-agent orchestration
|
|
*/
|
|
export { RuvLLMOrchestrator } from './RuvLLMOrchestrator.js';
|
|
//# sourceMappingURL=index.js.map
|