multi-agent
Guide: Shared Memory Across a CrewAI Crew
Decide when a CrewAI crew should share one Hindsight memory bank versus giving each agent its own isolated bank, and how memory flows between agents.
Guide: Team Memory with OpenCode — Shared Banks for Engineering Conventions
Give a whole engineering team one shared OpenCode memory bank with Hindsight, so every developer's sessions draw from the same conventions, known bugs, and past decisions.
Guide: Shared Memory Across All Your Paperclip Agents
Give every Paperclip agent org-wide shared memory with Hindsight — install the plugin once and one agent's lessons become available to all the others.
Guide: Per-Agent vs Shared Memory Banks in Strands Agents
Decide between per-agent memory banks (isolation) and a shared bank (institutional memory) when several Strands Agents collaborate, using Hindsight's native @tool retain, recall, and reflect.

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.

Building Multi-Agent Systems with Shared Memory Guide
Multi-agent memory works when agents share the right bank boundaries. This guide covers shared agent context, isolation patterns, and when Hindsight fits best.

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.