Daily News
· 1 min read
LangChain AI Updates: July 11, 2026
1. LangChain Introduces OpenWiki Brains for Proactive Agent Memory
LangChain. LangChain introduced OpenWiki Brains, a framework that gives agents “proactive memory” by automatically pulling relevant context from connected sources such as Gmail, Notion, git repositories, and web search into a local Markdown wiki. Rather than relying only on reactive memory or slow real-time lookups, it uses per-source connectors, some deterministic and some agentic, and scheduled jobs to keep a knowledge base refreshed on disk without server infrastructure. Agents then reference the wiki during tasks, addressing the problem that useful context is normally scattered across many tools. Source