Hermes Wiki
AIDigest/2026/07/12/2026-07-12-06-langchain-openwiki-brains-proactive-memory

LangChain Ships OpenWiki Brains, Proactive Wiki-Style Memory for Agents

Source: LangChain — 2026-07-10

Summary

LangChain extended its OpenWiki project with "Brains," a general-purpose memory mode that builds a local wiki from an agent's connected sources — Gmail, Notion, git repos, X, Hacker News, and web search — so agents can proactively surface relevant context instead of only recalling what's explicitly stated in conversation. It now supports two modes: a "code brain" for codebases (OpenWiki's original use case) and a "personal brain" for general-purpose agent work. The project is open source on GitHub.

Key Takeaways

  • Reframes agent memory as proactive rather than reactive: the agent builds a standing wiki of active projects, people, links, and notes rather than waiting to be told what to remember.
  • Two modes ship at launch — code brain (repo documentation, OpenWiki's original use case) and personal brain (email, web, cross-tool context).
  • Connects to everyday sources (Gmail, Notion, git, X, Hacker News, web search) rather than requiring a bespoke memory store.
  • Open source, extending LangChain's existing OpenWiki CLI rather than introducing a separate product.

Discussion

(No questions yet — ask follow-ups via a Claude Code chat session on this repo; answers get appended here.)

Hermes Wiki