Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Memory Bridge

Skill Verifiziert Aktiv

Bridge Claude Code auto-memory into AgentDB with ONNX embeddings, deduplicate, and enable unified cross-project search

Zweck

To make Claude Code's auto-generated memories searchable across projects and sessions by storing them with embeddings in AgentDB.

Funktionen

  • Bridge Claude Code auto-memory to AgentDB
  • Generate ONNX embeddings for memory entries
  • Deduplicate memory entries using cosine similarity
  • Enable unified cross-project semantic search
  • Automatic import via SessionStart hook

Anwendungsfälle

  • Searching across all your past Claude Code sessions and projects
  • Recalling specific information learned or generated in previous interactions
  • Leveraging historical context for new tasks without manual import
  • Enabling advanced RAG patterns across auto-generated memories

Nicht-Ziele

  • Managing external AgentDB instances
  • Providing general-purpose text search unrelated to Claude Code memories
  • Replacing Claude Code's core functionality

Praktiken

  • Memory management
  • Data indexing
  • Semantic search

Voraussetzungen

  • Claude Code environment with auto-memory enabled
  • AgentDB accessible with HNSW indexing
  • Node.js runtime for helper scripts

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-rag-memory@ruflo

Qualitätspunktzahl

Verifiziert
96 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commitabout 23 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Agentdb Query

99

Query AgentDB through the controller bridge -- semantic routing, hierarchical recall, causal graphs, context synthesis, pattern store/search

Skill
ruvnet

V3 Memory Unification

99

Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).

Skill
ruvnet

Memory Management

99

AgentDB memory system with HNSW vector search. Provides 150x-12,500x faster pattern retrieval, persistent storage, and semantic search capabilities for learning and knowledge management. Use when: need to store successful patterns, searching for similar solutions, semantic lookup of past work, learning from previous tasks, sharing knowledge between agents, building knowledge base. Skip when: no learning needed, ephemeral one-off tasks, external data sources available, read-only exploration.

Skill
ruvnet

Embeddings

99

Vector embeddings with HNSW indexing, sql.js persistence, and hyperbolic support. 75x faster with agentic-flow integration. Use when: semantic search, pattern matching, similarity queries, knowledge retrieval. Skip when: exact text matching, simple lookups, no semantic understanding needed.

Skill
ruvnet

Validate Plugin

100

Validate a Claude Code plugin structure, frontmatter, and MCP tool references

Skill
ruvnet

Running Claude Code Via Litellm Copilot

100

Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.

Skill
xixu-me