claude-flow
Version:
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
14 lines • 496 B
TypeScript
/**
* Memory MCP Tools for CLI - V3 with sql.js/HNSW Backend
*
* UPGRADED: Now uses the advanced sql.js + HNSW backend for:
* - 150x-12,500x faster semantic search
* - Vector embeddings with cosine similarity
* - Persistent SQLite storage (WASM)
* - Backward compatible with legacy JSON storage (auto-migrates)
*
* @module v3/cli/mcp-tools/memory-tools
*/
import type { MCPTool } from './types.js';
export declare const memoryTools: MCPTool[];
//# sourceMappingURL=memory-tools.d.ts.map