Guides
In-depth guides for AI memory and agent development
Guide: Add AG2 Memory with Hindsight
Add AG2 memory with Hindsight using the hindsight-ag2 package, which registers retain, recall, and reflect tools on your AG2 agents so they remember across conversations.
Guide: Add Microsoft Agent Framework Memory with Hindsight
Add Microsoft Agent Framework memory with Hindsight using the hindsight-agent-framework context provider, so every agent run recalls relevant context before it runs and retains the conversation after.
Guide: A Cross-Session Memory Strategy for Bedrock AgentCore
A cross-session memory strategy for Amazon Bedrock AgentCore: scope the Hindsight bank to a stable user or agent identity so memory survives the ephemeral runtimeSessionId instead of evaporating between sessions.
Guide: Add Agno Memory with Hindsight
Add Agno memory with Hindsight using the hindsight-agno toolkit, so your agents recall relevant facts and retain what they learn across sessions.
Guide: Add Aider Memory with Hindsight
Add Aider memory with Hindsight using the hindsight-aider wrapper, so each Aider session recalls relevant project context before it starts and retains the transcript after.
Guide: Add AutoGen Memory with Hindsight
Add AutoGen memory with Hindsight using the hindsight-autogen tools, so your AssistantAgent can retain, recall, and reflect on long-term memory across conversations.
Guide: Add Claude Agent SDK Memory with Hindsight
Add Claude Agent SDK memory with Hindsight using the hindsight-claude-agent-sdk package, so agents recall relevant memories every turn and retain what they learn.
Guide: Add Cline Memory with Hindsight
Add Cline memory with Hindsight using lifecycle hooks that recall context before each task and retain what happened after — no MCP required.
Guide: A Codex CLI Memory Bank Strategy Across Repos, Bugs, and Decisions
A per-repo memory bank strategy for Codex CLI with Hindsight, so repo conventions, bug history, and engineering decisions stay retrievable without unrelated projects bleeding together.