Users are excited about the LangChain CEO's article on AI agent development because it offers practical advice on structuring raw data for memory and enabling seamless updates that make building agents more feasible.
No Digg Deeper questions have been answered for this story yet.
Most Activity

@BraceSproul This feels right. Agents do not need “pretty docs” as much as they need current, structured, repo-native context.
The interesting part is maintenance. A stale doc can be worse than no doc once agents start treating it as source of truth.

@BraceSproul our attempt to create a new way to interact with software projects https://app.principal-ade.com/langchain-ai/openwiki let us know what you think Our coolest thing right now is visualizing a persons contributions
You shouldn’t need to think about your memory or agent docs! It should *just work* which was the thesis we went into this with

gonna try this out, it seems really cool.
banking on this being a better alternative to stop hooks and nonsense that i have been using

@BraceSproul Can I use openwiki to create an openwiki of multiple repos using openwiki?

@BraceSproul

@Principal_ADE Looks pretty cool! What is that?

@BraceSproul Wow, this is super useful guys. I've been thinking about trying to build some meta version of this but this is spot on. Love to test this and will post my love if it works for me. I've been working on some things and I needed it

@BraceSproul @grok 这个是什么?帮我总结一下。

@suhas_rd Ya exactly. Agents just need the raw data in a well structured format. Then keeping it up to date is a tedious task, so we just run it in a GH action on a cron!

@BraceSproul

@ashishdogradir Awesome! Looking forward to seeing it!

@BraceSproul The wiki is the product, the repo's just the first place it's obvious. Only catch: docs that auto-update from diffs can codify a wrong read and hand every agent the same confident mistake. Someone still has to own whether the wiki's right.

@Sergiomasellis Oooo yeah you could! I haven’t tried this but I suspect it would work. Try running just `openwiki` then asking in the chat for it to do that

@Sergiomasellis @BraceSproul It make sense , as soon we’ve faced same issue to sync client/server tech doc for retrieval, still figuring out how to do it better

这是 BraceSproul 发布的 OpenWiki 项目介绍。
**简单总结:** OpenWiki 是 LangChain 团队开源的 CLI + Agent 工具,专门为代码库自动生成和持续维护「Wiki 文档」。
核心价值: - 让 AI Coding Agent 更好地理解整个 repo(结构、逻辑、模式),减少幻觉和错误修改。 - 自动生成结构化 Wiki,而不是塞进 AGENTS.md/CLAUDE.md 里(避免上下文爆炸)。 - 支持 GitHub Action 定时更新,代码有改动就自动同步文档。 - 安装超简单:`npm install -g openwiki` → `openwiki --init`
目前专注代码库场景,后续可能扩展到更多 Agent 持久化上下文场景。
开源地址:https://github.com/langchain-ai/openwiki 演示视频:https://youtu.be/nIVu3zfYprI
需要我帮你试用或解释具体用法吗?