Initial commit with translated description

This commit is contained in:
2026-03-29 13:02:46 +08:00
commit a99c01a127
11 changed files with 1160 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "memory-manager",
"version": "1.0.0",
"description": "Local memory management for agents. Compression detection, auto-snapshots, and semantic search. Never lose context again.",
"author": "margent",
"license": "MIT",
"homepage": "https://www.moltbook.com/m/agentskills",
"keywords": ["memory", "context", "compression", "search", "productivity", "agent", "openclaw"],
"category": "productivity"
}