Loading...
Loading...
A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).
npx skill4agent add sickn33/antigravity-awesome-skills agent-memory-mcpagentMemorygit clone https://github.com/webzler/agentMemory.git .agent/skills/agent-memorycd .agent/skills/agent-memory
npm install
npm run compilenpm run start-server <project_id> <absolute_path_to_target_workspace>npm run start-server my-project $(pwd)memory_searchquerytype?tags?memory_search({ query: "authentication", type: "pattern" })memory_writekeytypecontenttags?memory_write({ key: "auth-v1", type: "decision", content: "..." })memory_readkeymemory_read({ key: "auth-v1" })memory_statsmemory_stats({})npm run start-dashboard <absolute_path_to_target_workspace>http://localhost:3333