Skip to main content

integrations

Multi-Turn Agent Memory with AWS AgentCore: Remember Across Sessions

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.

May 1, 202610 min read
Agent Memory in SmolAgents: Retain, Recall, and Reflect

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.

Apr 29, 20267 min read
Your OpenCode Agent Forgets Everything Between Sessions. Here's the Fix.

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.

Apr 20, 20267 min read
OpenAI Agents Forget Everything Between Runs. Here's the Fix.

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.

Apr 17, 20269 min read
Agno Persistent Memory: Long-Term Memory for Agno Agents

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.

Apr 9, 20268 min read
Persistent Memory for AutoGen Agents with Hindsight

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.

Apr 6, 20267 min read
Teaching the Llama to Remember

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.

Mar 30, 202612 min read
Adding Long-Term Memory to LangGraph and LangChain Agents

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.

Mar 24, 20268 min read