{
   "name": "pgmnemo",
   "abstract": "Multi-agent memory substrate for PostgreSQL — provenance-gated, vector-hybrid recall",
   "description": "pgmnemo adds a first-class memory layer to PostgreSQL for LLM-based agents. Every ingest() call requires a commit_sha or artifact_hash provenance token; rows without provenance are blocked or warned. Hybrid recall combines cosine similarity (HNSW via pgvector), BM25 full-text search, recency decay, and importance weighting in a single SQL call. Includes RLS-based multi-tenant isolation, causal-chain traversal, temporal windowed recall, and graph-proximity scoring.",
   "version": "0.2.2",
   "date": "2026-05-10T18:38:00Z",
   "maintainer": [
      "Alex Gaydabura <asistentgaidaburas@gmail.com>"
   ],
   "release_status": "stable",
   "user": "GAIDABURA",
   "sha1": "8de32fa582a3663e32d49be67f482117cfb15a4a",
   "license": "apache_2_0",
   "prereqs": {
      "build": {
         "requires": {
            "pg_config": 0
         }
      },
      "runtime": {
         "requires": {
            "PostgreSQL": "14.0.0",
            "vector": "0.7.0"
         }
      }
   },
   "provides": {
      "pgmnemo": {
         "abstract": "Multi-agent memory substrate for PostgreSQL — provenance-gated, vector-hybrid recall",
         "docfile": "README.md",
         "file": "extension/pgmnemo--0.2.1.sql",
         "version": "0.2.2"
      }
   },
   "tags": ["memory", "agent", "llm", "vector", "provenance", "multi-tenant", "hnsw", "recall"],
   "resources": {
      "bugtracker": {
         "web": "https://github.com/pgmnemo/pgmnemo/issues"
      },
      "homepage": "https://github.com/pgmnemo/pgmnemo",
      "repository": {
         "type": "git",
         "url": "https://github.com/pgmnemo/pgmnemo.git",
         "web": "https://github.com/pgmnemo/pgmnemo"
      }
   }
}
