Files

51 lines
1.1 KiB
JSON

{
"name": "elite-longterm-memory",
"version": "1.2.0",
"description": "Ultimate AI agent memory system. Combines bulletproof WAL protocol, vector search, git-based knowledge graphs, cloud backup, and maintenance hygiene. Never lose context again.",
"keywords": [
"memory",
"ai-agent",
"long-term-memory",
"vector-search",
"lancedb",
"git-notes",
"wal",
"persistent-context",
"claude",
"gpt",
"clawdbot",
"moltbot",
"cursor",
"copilot",
"ai",
"llm",
"automation",
"context-management",
"mem0",
"auto-extraction",
"fact-extraction"
],
"optionalDependencies": {
"mem0ai": "^1.0.0"
},
"author": "NextFrontierBuilds",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/NextFrontierBuilds/elite-longterm-memory"
},
"homepage": "https://github.com/NextFrontierBuilds/elite-longterm-memory",
"bugs": {
"url": "https://github.com/NextFrontierBuilds/elite-longterm-memory/issues"
},
"bin": {
"elite-memory": "./bin/elite-memory.js"
},
"files": [
"SKILL.md",
"bin/",
"templates/",
"README.md"
]
}