V3 Memory Unification

Consolidate dispersed memory systems into a unified AgentDB backend with HNSW indexing.

Updated Sep 21, 2025
One-click install
npx skills add https://github.com/Filipcsupka/cv-web --skill v3-memory-unification-filipcsupka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: V3 Memory Unification
Source: https://github.com/Filipcsupka/cv-web/tree/main/.agents/skills/v3-memory-unification
Command: npx skills add https://github.com/Filipcsupka/cv-web --skill v3-memory-unification-filipcsupka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fragmented memory backends across multiple systems create data silos and restrict cross-agent memory sharing. This Skill unifies diverse memory stores into a single AgentDB backend with HNSW vector indexing, enabling fast, scalable, and consistent memory search across agents while preserving backward compatibility with existing data sources.

Core Features & Use Cases

  • Unified memory backend via AgentDB that aggregates legacy systems (MemoryManager, DistributedMemorySystem, SwarmMemory, AdvancedMemoryManager, SQLiteBackend, MarkdownBackend, HybridBackend).
  • HNSW indexing for high-speed similarity search across stored memory entries.
  • Data migration pipelines from SQLite and Markdown to AgentDB with preserved metadata and embeddings.
  • Cross-agent memory sharing and SONA learning pattern integration for collaborative AI workflows.

Quick Start

Initiate a migration by consolidating all legacy memory backends into AgentDB and enable HNSW indexing for unified search.

Frequently Asked Questions about V3 Memory Unification

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate fragmented agent memory backends into a unified search system?

You consolidate fragmented agent memory by migrating legacy SQLite, Markdown, and hybrid backends into a unified AgentDB backend. This replaces data silos with consistent cross-agent memory sharing and enables fast vector search.

What is HNSW indexing used for in cross-agent memory search?

HNSW indexing provides high-speed similarity search across stored memory entries within the AgentDB backend. It enables fast, scalable vector retrieval, allowing agents to quickly query relevant shared context across the unified memory service.

Does AgentDB support backward compatibility when migrating from SQLite and Markdown stores?

Yes, AgentDB supports backward compatibility when migrating from SQLite and Markdown stores. Data migration pipelines preserve existing metadata and embeddings, ensuring legacy systems remain accessible during the unification process.

Can I integrate SONA learning patterns with a unified memory backend?

Yes, you can integrate SONA learning patterns with a unified memory backend. The system supports SONA integration to enable collaborative AI workflows, allowing agents to share and learn from cross-agent memory efficiently.

What are the requirements for building a unified memory service with vector indexing?

Building a unified memory service with vector indexing requires satisfying ADR-006 for unified memory and ADR-009 for hybrid backends. You must implement embedding generation, HNSW indexing, and migration workflows to consolidate diverse stores.

What is the best way to migrate memory data while preserving existing embeddings?

The best way to migrate memory data while preserving embeddings is using dedicated migration pipelines. These pipelines transfer data from SQLite and Markdown to AgentDB while retaining existing metadata and generating necessary embeddings for HNSW indexing.