15 lines
519 B
JavaScript
15 lines
519 B
JavaScript
#!/usr/bin/env node
|
|
/**
|
|
* FastMCP Hook Server - Intelligent agent routing and self-learning
|
|
*
|
|
* 19 tools total:
|
|
* - 10 hook tools (pre/post edit, command, routing, etc.)
|
|
* - 9 intelligence tools (SONA, attention, trajectory, patterns)
|
|
*
|
|
* RuVector Intelligence Features:
|
|
* - @ruvector/sona: Micro-LoRA (~0.05ms), EWC++, Trajectory tracking
|
|
* - @ruvector/attention: MoE, Flash, Hyperbolic, Graph attention
|
|
* - ruvector core: HNSW indexing (150x faster)
|
|
*/
|
|
export {};
|
|
//# sourceMappingURL=hooks-server.d.ts.map
|