Symbolic Memory

Stateless symbolic memory effect for LLM agents using SQL facts + canonical semantics, activated via symbols and JIT meaning (PostgreSQL + Ollama).

kernel8901 1e371bb 4 files · 3.0 KB Updated

File contents

symbolic-memory

Purpose

Provide a stateless symbolic memory workflow:

  • Store facts + canonical semantics in PostgreSQL
  • Expose references as symbols
  • Activate meaning just-in-time (budgeted)
  • Send only activated facts to the LLM (Ollama)

Rule: Store semantics. Compute meaning. Never confuse the two.

kernel8901/ai-agent-skills-classification/tree/main/人工智能与大型语言模型/symbolic-memory commit 1e371bb615

Frequently asked questions

npx skillmds@latest add kernel8901/symbolic-memory