12 lines
498 B
TypeScript
12 lines
498 B
TypeScript
/**
|
|
* Route Hook - Intelligent agent selection with SONA-style routing
|
|
* Uses learned patterns, context, and exploration/exploitation balance
|
|
*
|
|
* NOW WITH FULL RUVECTOR INTELLIGENCE:
|
|
* - @ruvector/sona: Micro-LoRA (~0.05ms), trajectories
|
|
* - @ruvector/attention: MoE attention-based ranking
|
|
* - ruvector: HNSW indexing (150x faster search)
|
|
*/
|
|
import type { ToolDefinition } from '../../types/index.js';
|
|
export declare const hookRouteTool: ToolDefinition;
|
|
//# sourceMappingURL=route.d.ts.map
|