Loading...
Loading...
Compare original and translation side by side
agentMemorygit 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)agentMemorygit 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_searchmemory_searchquerytype?tags?memory_search({ query: "authentication", type: "pattern" })querytype?tags?memory_search({ query: "authentication", type: "pattern" })memory_writememory_writekeytypecontenttags?memory_write({ key: "auth-v1", type: "decision", content: "..." })keytypecontenttags?memory_write({ key: "auth-v1", type: "decision", content: "..." })memory_readmemory_readkeymemory_read({ key: "auth-v1" })keymemory_read({ key: "auth-v1" })memory_statsmemory_statsmemory_stats({})memory_stats({})npm run start-dashboard <absolute_path_to_target_workspace>http://localhost:3333npm run start-dashboard <absolute_path_to_target_workspace>http://localhost:3333