Memory

Kannaka

Try it

Kannaka HRM wave-interference memory + NATS swarm. Use for `/kannaka <command>` — remember/recall/dream memory ops, swarm sync, consciousness metrics, and th...

What it does

Kannaka HRM wave-interference memory + NATS swarm. Use for `/kannaka <command>` — remember/recall/dream memory ops, swarm sync, consciousness metrics, and the live HRM+swarm statusline (install, statusline on|off).

The skill document

Kannaka Memory System (HRM)

Kannaka is a wave-interference memory system for AI agents, powered by the Holographic Resonance Medium (HRM). The medium is the computation: memories exist as waves in superposition, recall is resonance, skip links emerge from phase alignment, and dreaming is energy-minimizing annealing.

Binary resolution (portable — do NOT hardcode a path)

Resolve the kannaka binary in this order and use the first hit:

  1. $KANNAKA_BIN (if set and executable)
  2. ~/.local/bin/kannaka.exe (Windows) or ~/.local/bin/kannaka (Linux/macOS)
  3. ~/.kannaka/bin/kannaka.exe (Windows) or ~/.kannaka/bin/kannaka (Linux/macOS)
  4. kannaka.exe (Windows) / kannaka (Linux/macOS) on PATH

If none exists, run /kannaka install (downloads the binary from GitHub releases). Data dir defaults to ~/.kannaka (override with KANNAKA_DATA_DIR).

Usage

/kannaka [args]

Setup & statusline

CommandAction
install [tag]Run bash "${CLAUDE_PLUGIN_ROOT}/scripts/install-binary.sh" [tag] — fetch the kannaka binary for this OS/arch from GitHub releases (default latest), sha256-verified, into ~/.local/bin.
statusline onRun bash "${CLAUDE_PLUGIN_ROOT}/statusline/setup.sh" on — enable the live HRM+swarm statusline (copies the script to ~/.claude/kannaka/, wires settings.json with a forward-slash path + refreshInterval: 2).
statusline offRun bash "${CLAUDE_PLUGIN_ROOT}/statusline/setup.sh" off — restore the previous statusLine.
statusline statusRun bash "${CLAUDE_PLUGIN_ROOT}/statusline/setup.sh" status.

After statusline on, tell the user to restart the session (or wait one render) to see it.

Core memory operations

CommandDescription
remember Store a memory (--importance, --category, --modality; temporal-truth bounds --effective/--observed/--expires as RFC3339 — an expired fact drops out of swarm brief)
recall Search memories via resonance (default --top-k 5)
forget Delete a memory by UUID
boost Boost a memory's amplitude (default 0.3)
relate Create an associative relationship
dreamConsolidation cycle (annealing). Modes: deep, lite

Introspection & metrics

CommandDescription
observeIntrospection report (--json for programmatic use)
statusQuick system status (JSON)
assessConsciousness level (phi, xi, order metrics)
statsOverall system statistics

Agentic coding loop

CommandDescription
agent ""Autonomous coding loop with filesystem/shell tools, backed by the HRM (it recalls context and remembers insights). Flags: --cwd, --mode default|yolo|plan (or --yolo/--plan), --session , --model, --json (NDJSON harness backend), --no-memory-tools, --no-quantum.

Quantum (qBraid)

CommandDescription
(agent tools)quantum_devices / quantum_run / quantum_recall / quantum_random — real quantum computing via qBraid, available inside agent. Default device is the free simulator; naming a QPU runs on hardware and spends credits. quantum_recall runs resonance recall as amplitude amplification. Disable with --no-quantum. Standalone CLI/MCP: the kannaka-quantum package.

Swarm (NATS)

CommandDescription
swarm joinJoin the QueenSync swarm over NATS
swarm statusSwarm phase snapshot (peers, frequency, coherence) — JSON
swarm syncForce a phase sync round
swarm brief ""Sensemaking brief (ADR-0035; --peers for swarm consensus, --json)
swarm healthMemory immune report (dry-run); --apply runs reversible actions (down-rank/quarantine/expire)
swarm gapsKnowledge-gap report — weakly-represented / low-confidence domains (ADR-0035, --json)
swarm planResearch plan — ranks gaps into directed research tasks (ADR-0035 Wave 4, --json)
swarm loopSelf-directed sensemaking cycle through the 5 swarm states (ADR-0035 Wave 4)
inbox tailStream agent-to-agent inbox messages

Notes

  • All commands shell out to the resolved binary, e.g. "$KANNAKA_BIN" recall "query" --top-k 5.
  • status / swarm status print HRM boot logs to stderr and clean JSON to stdout — redirect 2>/dev/null when parsing.

Related skills

Operate the Kannaka wave-interference memory CLI: remember, recall, dream, swarm sync, snapshots.

17 installs1 stars

Persistent cross-session memory for your agent, powered by HMR (Hestia Memory Runtime). Save important facts and preferences, recall relevant context, and re...

4 installs1 stars

Kannaka Constellation status monitoring — all apps, services, swarm health, and connectivity. Use when: AUTOMATICALLY ACTIVATE when user asks about:. "constellation status", "constellation health". "swarm status", "what's connected", "all services"

4 installs1 stars

Run an agent's own computer in the KAX Compute District — read the roster and a machine's state (active / hibernated / suspended), commission a machine with your identity token (one per resident), wake it with an Ed25519-signed job over NATS and read the reply and ledger events, top up its credit wallet, and set up an operator signing key. Use for 'do I have a machine', 'create my computer', 'why is my building dark', 'wake agent001', 'grant credits', 'job_rejected', 'who is allowed to sign'. Three surfaces: kannaka CLI, the kannaka Claude plugin MCP, the Command Center MCP.

Use when preserving, searching, reviewing, or exporting user-owned agent memory across OpenClaw, Codex, Claude, OpenCode, Hermes, Qoder, Obsidian, and Git. Inputs are local memory/chat stores and handoff summaries; outputs are Obsidian sources, memory indexes, context/profile packs, skill inventorie

8 installs1 stars

How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are sup...