Local-first vector memory with a self-organising 4-layer graph. Spec-decoding retrieval. Zettelkasten-linked edges.
The GUI, CLI and 50+ MCP-DXT tools are all inclusive across 24 integrated connectors.
Conversation turns, tool outputs, observations. Any unstructured agent context fed in as text.
Every memory is evaluated: ADD new info, UPDATE existing, DELETE contradictions, or NO_OP if already known. Zero duplicates.
Persisted across 4 graph types in SQLite. Survives all session resets. REM cycle compresses while idle.
Similarity between memories. Finds related concepts across your full context history.
Cause → Effect relationships. Understands why things happened, not just what.
Before → After sequences. Tracks how knowledge evolves and decays over time.
Named entity co-occurrence. Connects people, projects, and events automatically.
Most vector stores are passive. They store what you put in and return what you ask for. VEKTOR is an active memory layer — it evolves, curates, and reasons about what your agent should remember.
Standard RAG vector stores
VEKTOR Memory
Drop-in memory layer for LangChain agents.
recall() returns context, remember() stores.
v1 + v2 adapters included.
Persistent memory for OpenAI agent loops.
Recalled context injected into system prompt.
GPT-4o and o-series models supported.
Full MCP module — vektor_recall, vektor_store,
cloak_ssh_exec, cloak_fetch tools.
Connect Claude Desktop in minutes.
Provider-agnostic single config switch.
Key pooling for Gemini — multiple API keys,
waterfall rotation, zero rate-limit downtime.
vektor_memoire HTTP tool for Le Chat
and Mistral API agents. Local bridge on
localhost:3847. French-first sovereign memory.
50+ tool MCP layer for Claude Desktop.
Stealth browser, credential vault, CAPTCHA solving,
behaviour injection. Zero cloud. One install.
Ten new skills built for agentic workflows (token conservation, agent delegation, task orchestration, PR prep, slop detection, and more), a hardened Faraday security gate with an independent integrity watchdog and tamper-evident audit log, and JOT interface fixes across flashcards, collab styling, and the synthesis panel scrollbar.
10 skills · watchdog · audit-log · JOT fixesPer-session effort control for Claude models, real memory search for the Desk agent, and a refreshed model catalog across Claude, OpenRouter, and Groq.
effort · desk-search · model-catalogMenu leads with gold starred section. ★ jot and ★ graph open notes desk and memory graph straight from terminal.
★ activate · ★ chat · ★ jot · ★ graphNew /prompt command shows your current system prompt, or /prompt <text> to override it on the fly. Wired into tab autocomplete and the /help table.
/promptvektor graph (alias vektor dashboard) starts the graph server and opens it in your browser. vektor jot stores a quick idea straight to memory at importance 4 — no need to drop into chat first.
vektor graph · vektor dashboard · vektor jotYour agent now knows why memories are connected — not just what. Four-phase causal engine: G-Formula, MSM/IPW, IV Bounds, and Root Cause Analysis. Traces agent failures backwards through the causal chain and predicts the fix.
G-Formula · MSM/IPW · IV Bounds · RCA8-step deterministic pipeline replaces the old unbounded loop: DECOMPOSE → VAULT-FIRST → SWEEP → LOCI → COMMIT → ADVERSARIAL → SYNTHESISE → CRITIC+PATCH. Every run is auditable, reproducible, and hallucination-resistant.
deep:true · adversarial_search · loci_rank · patchTwo-pass whitepaper generation via Groq LLaMA with APA7 citation infrastructure. Your notes surface relevant memories as you write. Ghost-text autocomplete, briefing scheduler, post-generation citation scanner.
Notes RAG · Two-pass · APA7 · BriefingIntegrated notes layer with TAG pill, notes RAG, and two-pass article generation via Groq LLaMA. APA7 citation infrastructure, post-generation citation scanner, ghost-text autocomplete, and briefing scheduler. Notes live alongside memories in local SQLite — never leaves your machine.
Notes · RAG · Synthesis · Citations · BriefingFour-layer associative memory graph: semantic, causal, temporal, and entity. Memories connect to each other across all four dimensions simultaneously. The graph server visualises live relationships as you work.
vektor graph · vektor dashboardImportance-weighted memory decay with REM cycle consolidation. Low-signal memories fade over time. High-signal memories strengthen. Pinned memories are permanent. The result is a memory store that stays focused on what actually matters.
memory.pin(id) · memory.briefing() · rem cycle// 1. Install
// npm install vektor-slipstream
import { createMemory } from 'vektor-slipstream';
// 2. Initialise
const memory = await createMemory({
provider: 'gemini',
apiKey: process.env.GEMINI_API_KEY,
agentId: 'my-agent',
dbPath: './my-agent.db',
});
// 3. Remember — AUDN decides ADD/UPDATE/DELETE
await memory.remember("User prefers TypeScript");
// 4. Recall
const ctx = await memory.recall("coding preferences");
// 5. Traverse the graph
const g = await memory.graph("TypeScript", { hops: 2 });
// 6. What changed in 7 days?
const d = await memory.delta("architecture", 7);
Pure SQLite. No cloud dependency, no API keys for memory. Your memory graph never leaves your server. LLM providers process queries per their own privacy policies.
Claude, Gemini, Groq, Mistral, OpenAI, Ollama, OpenRouter. Switch provider with one config change. Key pooling for Gemini — waterfall rotation across multiple keys.
Automatic curation loop prevents contradictions and duplicates. The graph stays consistent without any manual management.
Background process compresses 50 fragments into 3 core insights. Runs while your agent is idle. Run via vektor rem from the CLI.
The graph type system underpinning VEKTOR's four memory layers — semantic, causal, temporal, and entity.
GRAPH ARCHITECTURE ARXIV // 2601.02163Self-organizing memory architecture for structured long-horizon reasoning. Informs VEKTOR's REM cycle approach to memory consolidation and lifecycle management across extended agent sessions.
MEMORY LIFECYCLE ARXIV // 2504.19413Scalable long-term memory via dynamic extraction, consolidation, and graph-based retrieval. Informs VEKTOR's AUDN curation loop and REM compression cycle. Mem0 benchmarks show 90%+ token cost reduction — consistent with VEKTOR's synthesis approach.
MEMORY COMPRESSION LETTA.COMThe memory-as-OS paradigm that inspired VEKTOR's approach to agent context management and recall.
AGENT OSCloud memory APIs charge twice: a subscription for the service, and an embedding API fee on every single store and recall operation. Those embedding calls add up fast — at production agent volume they often exceed the subscription itself. VEKTOR runs on your machine and routes through the LLM provider you already pay for. No second bill. No hidden meter.
Four Apache 2.0 CLI tools that pair with VEKTOR — vector DB migration, MCP config sync, universal AI integration, and cryptographic proof-of-authorship.
EXPLORE OPEN SOURCE TOOLS →
No cloud. No embedding bill. No data handshake.
VEKTOR runs on your machine, under your control, permanently.
Your memory graph is a portable SQLite file — no lock-in, ever.