Files
tasq/node_modules/agentic-flow/dist/llm/index.js
T
2026-04-09 19:01:53 +08:00

8 lines
211 B
JavaScript

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