Skip to main content

how-to

Guide: Add AgentCore Runtime Memory with Hindsight

Guide: Add AgentCore Runtime Memory with Hindsight

Add AgentCore Runtime memory with Hindsight using the runtime adapter, stable user bank IDs, and recall plus retain hooks across session churn.

May 4, 20264 min read
Guide: Add Claude Code Persistent Memory with Hindsight

Guide: Add Claude Code Persistent Memory with Hindsight

Add Claude Code persistent memory with Hindsight using the memory plugin, automatic recall hooks, and project aware bank IDs across sessions.

May 4, 20265 min read
Guide: Add Codex CLI Persistent Memory with Hindsight

Guide: Add Codex CLI Persistent Memory with Hindsight

Add Codex CLI persistent memory with Hindsight using hook based recall, automatic retain, and project scoped bank IDs that survive across sessions.

May 4, 20264 min read
Guide: Add CrewAI Persistent Memory with Hindsight

Guide: Add CrewAI Persistent Memory with Hindsight

Add CrewAI persistent memory with Hindsight using ExternalMemory, HindsightStorage, and optional per agent banks so repeated crew runs build on earlier work.

May 4, 20264 min read
Guide: Add LangGraph Persistent Memory with Hindsight

Guide: Add LangGraph Persistent Memory with Hindsight

Add LangGraph persistent memory with Hindsight using tools, recall and retain nodes, or the BaseStore adapter so agents remember users across runs.

May 4, 20264 min read
Guide: Add LlamaIndex Persistent Memory with Hindsight

Guide: Add LlamaIndex Persistent Memory with Hindsight

Add LlamaIndex persistent memory with Hindsight using HindsightMemory for auto recall and retain, or HindsightToolSpec when agents need explicit tools.

May 4, 20264 min read
Guide: Add Pipecat Voice Agent Memory with Hindsight

Guide: Add Pipecat Voice Agent Memory with Hindsight

Add Pipecat voice agent memory with Hindsight using HindsightMemoryService to recall context before replies and retain completed turns across calls.

May 4, 20264 min read
Guide: Add Pydantic AI Persistent Memory with Hindsight

Guide: Add Pydantic AI Persistent Memory with Hindsight

Add Pydantic AI persistent memory with Hindsight using async memory tools and auto injected instructions so agents remember users and workflow context.

May 4, 20264 min read
Guide: Add SmolAgents Persistent Memory with Hindsight

Guide: Add SmolAgents Persistent Memory with Hindsight

Add SmolAgents persistent memory with Hindsight using native Tool subclasses, optional memory instructions, and stable bank IDs for repeat runs.

May 4, 20264 min read
Guide: Add Strands Persistent Memory with Hindsight

Guide: Add Strands Persistent Memory with Hindsight

Add Strands persistent memory with Hindsight using native tools, optional memory instructions, and stable per user banks across agent sessions.

May 4, 20264 min read
Hermes Memory Bank Strategy for Production

Hermes Memory Bank Strategy for Production

Choose the right Hermes memory bank strategy for production with Hindsight, scope banks safely, and keep recall clean across users, teams, and environments.

Apr 20, 20265 min read
Hermes Multi-User Memory Setup with Hindsight

Hermes Multi-User Memory Setup with Hindsight

Set up Hermes multi-user memory with Hindsight, map each user to the right bank, and keep recall isolated so one user never inherits another user’s context.

Apr 20, 20266 min read
Hermes Shared Memory Across Agents Setup

Hermes Shared Memory Across Agents Setup

Set up Hermes shared memory across agents with Hindsight, reuse one bank on purpose, and test that multiple agents can build on the same context safely.

Apr 20, 20266 min read
Move Hermes Memory to Hindsight Cloud Guide

Move Hermes Memory to Hindsight Cloud Guide

Move Hermes memory from local files to Hindsight Cloud, keep the setup clean, and verify that recall still works after the switch to a managed backend.

Apr 20, 20265 min read
OpenClaw and Claude Code Shared Memory Setup

OpenClaw and Claude Code Shared Memory Setup

Set up shared memory between OpenClaw and Claude Code with Hindsight, reuse one bank across both tools, and verify that context moves cleanly between chat and coding work.

Apr 20, 20267 min read
OpenClaw Memory Bank Strategy for Teams

OpenClaw Memory Bank Strategy for Teams

Choose the right OpenClaw memory bank strategy for teams with Hindsight, compare per-user and shared patterns, and avoid the most common isolation mistakes.

Apr 20, 20266 min read
OpenClaw Project-Scoped Memory Setup Guide

OpenClaw Project-Scoped Memory Setup Guide

Set up OpenClaw project-scoped memory with Hindsight, keep one project’s context separate from another, and choose when to use fixed banks versus dynamic isolation.

Apr 20, 20265 min read
OpenClaw Shared Memory Across Agents Guide

OpenClaw Shared Memory Across Agents Guide

Set up OpenClaw shared memory across agents with Hindsight, choose the right bank granularity, and verify that multiple agents reuse the same context safely.

Apr 20, 20267 min read
Guide: Set Up ContextForge Memory with Hindsight

Guide: Set Up ContextForge Memory with Hindsight

Set up ContextForge memory with Hindsight so every client behind the gateway can use retain, recall, and reflect through one unified MCP endpoint.

Apr 16, 20266 min read
Guide: Use Hindsight Skills for Persistent Memory

Guide: Use Hindsight Skills for Persistent Memory

Use Hindsight Skills for persistent memory in Claude Code, OpenCode, or Codex so user preferences and project lessons survive across sessions.

Apr 16, 20266 min read
Guide: Add OpenCode Memory with Hindsight

Guide: Add OpenCode Memory with Hindsight

Add OpenCode memory with Hindsight using the native plugin for auto-recall, auto-retain, and direct retain, recall, and reflect tools.

Apr 16, 20265 min read
Guide: Add Paperclip Memory with Hindsight

Guide: Add Paperclip Memory with Hindsight

Add Paperclip memory with Hindsight so agents can retain, recall, and reflect across heartbeats and sessions instead of starting cold each run.

Apr 16, 20266 min read
Guide: Run Hindsight as a Local MCP Server

Guide: Run Hindsight as a Local MCP Server

Run Hindsight as a local MCP server with embedded PostgreSQL so Claude, Cursor, and other MCP clients get persistent memory without extra infra.

Apr 16, 20266 min read
Guide: Share One Hindsight Memory Across AI Tools

Guide: Share One Hindsight Memory Across AI Tools

Share one Hindsight memory bank across AI tools so Claude, ChatGPT, coding agents, and MCP clients can reliably build on the same long-term context.

Apr 16, 20266 min read
Control Recall Injection in OpenClaw with Hindsight

Control Recall Injection in OpenClaw with Hindsight

Control recall injection in OpenClaw with Hindsight, choose the right position, and tune memory placement for better context and prompt behavior.

Apr 15, 202610 min read
OpenClaw Per-User Memory Across Channels Setup Guide

OpenClaw Per-User Memory Across Channels Setup Guide

Set up OpenClaw per-user memory across channels with Hindsight, choose the right bank granularity, and keep one user's context consistent everywhere.

Apr 15, 202610 min read
How to Fix Hermes Memory When It Stops Recalling Context

How to Fix Hermes Memory When It Stops Recalling Context

Debug Hermes memory when it stops recalling context. Check mode, health, hooks, logs, and retention timing so auto-recall starts working again.

Apr 14, 202611 min read
Hermes Memory Modes with Hindsight, Hybrid, Context, Tools

Hermes Memory Modes with Hindsight, Hybrid, Context, Tools

Choose the right Hermes memory mode for Hindsight. Learn when to use hybrid, context, or tools, how to switch modes, and how to verify recall.

Apr 14, 202611 min read
Guide: Migrate hindsight-hermes to Native Hermes Memory

Guide: Migrate hindsight-hermes to Native Hermes Memory

Learn how to migrate hindsight-hermes to native Hermes memory without losing your bank, then verify recall, tools, and cross-session memory still work.

Apr 14, 202613 min read