How It Works
Message Arrives
User sends a message via Telegram. OpenClaw gateway routes it to the right agent.
Plugin Signs JWT
hindclaw generates a JWT with sender, agent, channel, and topic. No user config needed.
Server Resolves
Hindsight extension authenticates, resolves permissions, injects tags and strategy.
Memory Operates
Recall returns filtered memories. Retain stores with correct tags. All server-side.
Features
Per-Agent Memory Banks
Each agent gets its own memory bank with custom missions, entity labels, dispositions, and directives. Configured via JSON5 files, synced to Hindsight.
Multi-Bank Recall
Agents can read from multiple banks in parallel. A strategic advisor recalls from finance, marketing, and ops banks simultaneously.
Named Retain Strategies
Route retain operations through a 5-level strategy cascade: agent, channel, topic, group, user. Most specific scope wins.
Infrastructure as Code
hindclaw plan/apply/import. Declare bank configs in files, diff against server state, apply changes. Like Terraform for memory banks.
Built on Hindsight
Biomimetic memory with semantic, BM25, graph, and temporal retrieval. Facts, entities, observations, mental models.
Server-Side Access Control
JWT-based auth, per-user tag injection and strategy routing via Hindsight extensions. One enforcement point for all clients.
