smart-memory
SKILL.md
Smart Memory v2 Skill
Smart Memory v2 is a persistent cognitive memory runtime, not a legacy vector-memory CLI.
Core runtime:
- Node adapter:
smart-memory/index.js - Local API:
server.py(FastAPI) - Orchestrator:
cognitive_memory_system.py
Core Capabilities
- Structured long-term memory (
episodic,semantic,belief,goal) - Entity-aware retrieval and reranking
- Hot working memory
- Background cognition (reflection, consolidation, decay, conflict resolution)
- Strict token-bounded prompt composition
- Observability endpoints (
/health,/memories,/memory/{id},/insights/pending)