<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/openwiki-brains-an-open-source-wiki-memory-layer-for-ai-agents-ux7xdoht3" -->

---
title: OpenWiki Brains: an open-source wiki memory layer for AI...
description: LangChain released OpenWiki Brains, an open-source framework that gives AI agents proactive ambient memory by autonomously fetching context from external...
canonical: https://daily.dev/posts/openwiki-brains-an-open-source-wiki-memory-layer-for-ai-agents-ux7xdoht3
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: OpenWiki Brains: an open-source wiki memory layer for AI agents | daily.dev
og:description: LangChain released OpenWiki Brains, an open-source framework that gives AI agents proactive ambient memory by autonomously fetching context from external...
og:url: https://daily.dev/posts/openwiki-brains-an-open-source-wiki-memory-layer-for-ai-agents-ux7xdoht3
og:image: https://api.daily.dev/og/posts/uX7XDoht3.png
og:image:alt: OpenWiki Brains: an open-source wiki memory layer for AI agents
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenWiki Brains: an open-source wiki memory layer for AI agents

**[Collections](https://daily.dev/sources/collections)** · 2 min read · 3 upvotes · 0 comments

## Summary

LangChain released OpenWiki Brains, an open-source framework that gives AI agents proactive ambient memory by autonomously fetching context from external sources and organizing it into a local Markdown wiki. It offers two modes: Code Brain for generating codebase documentation from a Git repo, and Personal Brain for connecting to sources like Gmail, Notion, Twitter/X, and Hacker News to maintain a running wiki about your work context. Unlike reactive session-based memory, OpenWiki updates on a schedule in the background, requires no server, and stores everything locally in editable Markdown files. Planned features include Slack connectors, semantic search, and MCP support.

## Content

LangChain's OpenWiki has shipped two meaningful updates recently: a general-purpose memory mode called Brains, and adoption of OKF (Open Knowledge Format) as a structured metadata standard.

## OpenWiki Brains

The original OpenWiki focused on codebase documentation. Brains extends that into two modes:

- **Code Brain** - generates a wiki from a codebase, same as before
- **Personal Brain** - pulls context from connected sources like Gmail, Notion, Git repos, Twitter/X, Hacker News, and web search

The key distinction from typical agent memory is that it's proactive rather than reactive. Instead of only storing what a user explicitly shares, Personal Brain autonomously fetches and organizes relevant context on a scheduled cadence, writing everything into a local Markdown wiki that agents can reference. No server to provision.

The framing is that this is meant to complement tools like Codex or Claude's built-in memory, not replace them. Those are reactive and session-scoped; OpenWiki Brains is ambient and persistent.

## OKF support in 0.2

A common question after the initial launch was whether OpenWiki would support OKF. Version 0.2 adds it.

OKF (Open Knowledge Format) is a proposed standard, originally from Google Cloud, for structuring knowledge wikis. In practice, adopting it means:

- YAML front matter on every document with fields like title, description, tags, categories, and timestamps
- Auto-generated `index.md` files summarizing directory contents
- `logs.md` changelogs tracking updates over time

The practical benefit for coding agents is that structured metadata allows deterministic filtering on tags and categories, rather than relying entirely on open-ended semantic search to find the right context. It also makes OpenWiki wikis compatible with community tools built around the OKF ecosystem, including Google's open-source wiki visualizer.

## What's next

Planned additions include Slack connectors, full-text and semantic search, MCP support, and richer knowledge formats.

## Questions this post answers

### What is OpenWiki Brains and how does Personal Brain differ from Claude's built-in memory?

OpenWiki Brains is a memory layer with two modes: Code Brain, which generates a wiki from a codebase, and Personal Brain, which proactively pulls context from Gmail, Notion, Git repos, Twitter/X, Hacker News, and web search on a scheduled cadence into a local Markdown wiki. Unlike Claude's built-in memory, which is reactive and session-scoped, Personal Brain is ambient and persistent, meant to complement rather than replace those tools.

_daily.dev helps developers track new memory architectures like ambient, persistent agent context stores._

### What does OKF (Open Knowledge Format) support in OpenWiki 0.2 actually add?

OpenWiki version 0.2 adds OKF support, a structured metadata standard originally from Google Cloud, which adds YAML front matter (title, description, tags, categories, timestamps) to every document, auto-generated index.md files summarizing directories, and logs.md changelogs tracking updates. This enables deterministic filtering by tags and categories instead of relying solely on semantic search, and makes wikis compatible with tools like Google's open-source wiki visualizer.

_developers choosing metadata standards for agent context can follow ecosystem moves like this on daily.dev._

## Similar posts on daily.dev

- [Knowledge as Code: The Memory File Just Got a Spec](https://daily.dev/posts/knowledge-as-code-the-memory-file-just-got-a-spec-rlawyv7rd) · Pulumi · 2 upvotes · 0 comments
- [Using OKF to provide long term context to your agent](https://daily.dev/posts/using-okf-to-provide-long-term-context-to-your-agent-9rqtpfok6) · iO tech\_hub · 10 upvotes · 0 comments

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#mcp](https://daily.dev/tags/mcp), [#langchain](https://daily.dev/tags/langchain)

[View this post on daily.dev](https://daily.dev/posts/openwiki-brains-an-open-source-wiki-memory-layer-for-ai-agents-ux7xdoht3)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"OpenWiki Brains: an open-source wiki memory layer for AI agents","url":"https://daily.dev/posts/openwiki-brains-an-open-source-wiki-memory-layer-for-ai-agents-ux7xdoht3","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/openwiki-brains-an-open-source-wiki-memory-layer-for-ai-agents-ux7xdoht3"},"datePublished":"2026-07-10T17:02:46.187Z","dateModified":"2026-09-13T19:35:05.482Z","description":"LangChain released OpenWiki Brains, an open-source framework that gives AI agents proactive ambient memory by autonomously fetching context from external...","isAccessibleForFree":true,"articleSection":"Collections","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/openwiki-brains-an-open-source-wiki-memory-layer-for-ai-agents-ux7xdoht3","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":3},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,mcp,langchain","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"OpenWiki Brains: an open-source wiki memory layer for AI agents"}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/openwiki-brains-an-open-source-wiki-memory-layer-for-ai-agents-ux7xdoht3#faq","mainEntity":[{"@type":"Question","name":"What is OpenWiki Brains and how does Personal Brain differ from Claude's built-in memory?","acceptedAnswer":{"@type":"Answer","text":"OpenWiki Brains is a memory layer with two modes: Code Brain, which generates a wiki from a codebase, and Personal Brain, which proactively pulls context from Gmail, Notion, Git repos, Twitter/X, Hacker News, and web search on a scheduled cadence into a local Markdown wiki. Unlike Claude's built-in memory, which is reactive and session-scoped, Personal Brain is ambient and persistent, meant to complement rather than replace those tools. daily.dev helps developers track new memory architectures like ambient, persistent agent context stores."}},{"@type":"Question","name":"What does OKF (Open Knowledge Format) support in OpenWiki 0.2 actually add?","acceptedAnswer":{"@type":"Answer","text":"OpenWiki version 0.2 adds OKF support, a structured metadata standard originally from Google Cloud, which adds YAML front matter (title, description, tags, categories, timestamps) to every document, auto-generated index.md files summarizing directories, and logs.md changelogs tracking updates. This enables deterministic filtering by tags and categories instead of relying solely on semantic search, and makes wikis compatible with tools like Google's open-source wiki visualizer. developers choosing metadata standards for agent context can follow ecosystem moves like this on daily.dev."}}]}
```

