integrations

Multi-Turn Agent Memory with AWS AgentCore: Remember Across Sessions
Add persistent memory to AWS AgentCore agents with Hindsight. Agents remember context, decisions, and learnings across multi-turn conversations and sessions.

Agent Memory in SmolAgents: Retain, Recall, and Reflect
Add persistent memory to SmolAgents with Hindsight. Retain facts, recall context, and reflect on agent decisions across sessions.

Your OpenCode Agent Forgets Everything Between Sessions. Here's the Fix.
OpenCode sessions are stateless by default. The @vectorize-io/opencode-hindsight plugin adds persistent memory via automatic hooks and three explicit tools.

OpenAI Agents Forget Everything Between Runs. Here's the Fix.
OpenAI Agents SDK agents lose all state when a run ends. hindsight-openai-agents adds three tools and auto-injected memory instructions that give your agents persistent memory across sessions.

Agno Persistent Memory: Long-Term Memory for Agno Agents
Agno agents start each run fresh. hindsight-agno adds HindsightTools and memory_instructions so they can retain, recall, and reflect across sessions.

Persistent Memory for AutoGen Agents with Hindsight
AutoGen agents lose all state when a session ends. hindsight-autogen adds three tools — retain, recall, reflect — that give your agents persistent memory across sessions.

Teaching the Llama to Remember
LlamaIndex agents reset memory every session. Learn how to add persistent cross-session memory using hindsight-llamaindex in 3 steps. Full code examples included.

Adding Long-Term Memory to LangGraph and LangChain Agents
Learn how to add long-term memory to LangGraph and LangChain agents using three integration patterns — tools, nodes, and BaseStore — with per-user memory banks and semantic recall.