cyberneticlibrary

Load persistent session memory

unclick-memoryskillsetup L24
malamutemayhem/unclick-agent-native-endpoints
What it does

Store and recall agent memory without external vector DB

Best for

Agent-native memory that stays on-device and never calls home

Inputs
  • · Memory key
  • · Memory content (text)
  • · Optional: metadata tags
Outputs
  • · Stored memory ID
  • · Recalled memory with context ranking
Requires
  • · In-process embedding (no cloud)
  • · SQLite or file-based storage
Preconditions

Memory content < 100KB, storage writable

Failure modes

Storage full, memory key collision, embedding fails

Trust signals
  • · No cloud calls
  • · Embedding on-device
  • · Context ranking without external API