بنقرة واحدة
smart-memory
Persistent local transcript-first memory for OpenClaw via a Node adapter and FastAPI engine.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Persistent local transcript-first memory for OpenClaw via a Node adapter and FastAPI engine.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | smart-memory |
| description | Persistent local transcript-first memory for OpenClaw via a Node adapter and FastAPI engine. |
Smart Memory v3.1 is a local transcript-first cognitive memory runtime with revision-aware derivation, pinned context lanes, entity-aware retrieval, and bounded prompt composition.
Core runtime:
smart-memory/index.jsserver.pycognitive_memory_system.pystorage/sqlite_memory_store.py plus transcripts/preference, identity, and task_stateUse the native wrapper package in skills/smart-memory-openclaw/.
Primary exports:
createSmartMemorySkill(options)createOpenClawHooks({ skill, agentIdentity, summarizeWithLLM })The wrapper remains stable while the backend is now transcript-first under the hood.
memory_search/retrievequery, type, limit, min_relevance, and optional conversation_historymemory_commit.memory_retry_queue.jsonmemory_insights/insights/pendingCore endpoints:
GET /healthPOST /ingestPOST /retrievePOST /composePOST /run_backgroundGET /memoriesGET /memory/{memory_id}GET /insights/pendingTranscript and inspection endpoints:
POST /transcripts/messageGET /transcripts/{session_id}GET /transcript/message/{message_id}GET /memory/{memory_id}/evidencePOST /reviseGET /memory/{memory_id}/historyGET /memory/{memory_id}/activeGET /memory/{memory_id}/chainGET /lanes/{lane_name}POST /lanes/{lane_name}/{memory_id}DELETE /lanes/{lane_name}/{memory_id}POST /rebuildPOST /rebuild/{session_id}GET /eval/suite/{suite_name}GET /eval/case/{case_id}Legacy vector-memory CLI artifacts remain deprecated and should not be revived.