symbolic-memory

Verified·Scanned 2/18/2026

Implements a stateless symbolic memory backed by PostgreSQL and an Ollama model. The skill reads PG_DSN, OLLAMA_HOST, and OLLAMA_MODEL and posts prompts to f"{OLLAMA_HOST}/api/generate" (default http://127.0.0.1:11434).

from clawhub.ai·v1·3.4 KB·0 installs
Scanned from 1.0.5 at 8949463 · Transparency log ↗
$ vett add clawhub.ai/th3hypn0tist/symbolic-memory

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.

NOTE

This skill does not rely on agent-local persistent memory for long-term state.

Durable knowledge is stored in a shared, versioned symbolic memory substrate (as defined in the JIT Symbolic Memory design pattern).

The skill may operate without symbolic memory, but long-term coherence and multi-agent consistency are only guaranteed when it is present.

Design pattern

https://github.com/Th3Hypn0tist/random/blob/main/jit-symbolic-memory-design-pattern