aicoolies logo

OpenWiki

LangChain CLI for maintaining agent-friendly codebase documentation

Share
open-sourceOpen SourceTelemetry Concerns
Visit Website →

OpenWiki is LangChain’s open-source CLI for generating and maintaining an agent-focused wiki inside a codebase. It can create an openwiki/ documentation folder, update it from repository changes, add guidance to AGENTS.md or CLAUDE.md, and run via an interactive CLI or daily GitHub Action so coding agents have durable context without stuffing every detail into prompts.

OpenWiki is a LangChain-maintained CLI that turns codebase documentation into a living context layer for AI coding agents. Its core promise is straightforward: generate an openwiki/ directory for a repository, keep that documentation updated as the code changes, and make it easy for agents to reference the wiki rather than overloading AGENTS.md, CLAUDE.md or a single giant prompt file. The tool fits a common developer workflow problem: coding agents can write code quickly, but they often lose architectural context, repeat stale assumptions, or waste tokens rediscovering the same repo structure. OpenWiki frames documentation as agent infrastructure rather than a static human-only artifact.

The live GitHub source is strong enough for a create-ready tool page. As of the July 5 write check, langchain-ai/openwiki was an active MIT-licensed repository with 4,392+ GitHub stars, 326+ forks, recent pushes, and a README that documents npm install -g openwiki, openwiki --init, interactive usage, one-shot -p mode, and openwiki --update. The README also explains the daily GitHub Action path for opening documentation update PRs and notes that OpenWiki can append prompting to AGENTS.md or CLAUDE.md so a coding agent knows where to search for context. It supports OpenRouter, Fireworks, Baseten, OpenAI and Anthropic out of the box, with custom model IDs available through configuration.

The aicoolies page should position OpenWiki as a documentation-and-context tool for teams already adopting Claude Code-style agents, Cursor, Codex, or other repository agents. Strong use cases include onboarding a large repo, keeping architecture notes fresh, giving agents a durable search target, and reducing the temptation to paste huge context files into every session. Caveats should mention that generated wiki quality depends on model choice, repo structure and review discipline; secrets are saved locally in ~/.openwiki/.env; and generated documentation still needs human review before it becomes trusted engineering knowledge.

Pricing

Open-source MIT-licensed CLI. Model-provider usage, API keys, hosted runners and repository automation costs remain user-side.

Platforms

Command-line documentation generator and updater for repository wiki folders, AGENTS.md or CLAUDE.md guidance, provider configuration and GitHub Action documentation refreshes.

Categories

Tags

Use Cases

Related Tools

ZCode

Z.ai desktop agentic development environment for GLM-5.2 coding

ZCode is Z.ai’s Agentic Development Environment for GLM-5.2 coding workflows. The desktop app combines a first-party coding agent, goal mode, model/provider setup, MCP server management, Git and terminal context, remote phone control, usage stats and safety confirmation modes so developers can plan, implement, review and iterate on long-running software tasks from one workspace.

freemiumTelemetry

Accomplish Coworker

Open-source desktop AI coworker for browsing and code execution.

Accomplish Coworker is an MIT-licensed open-source AI coworker that runs on the desktop, combining computer-use style browsing with code execution so agents can research, implement, run, and debug workflows in one local environment.

open-sourceOpen SourceTelemetry

Headroom

Context compression for LLM apps and coding agents

Headroom is an Apache-2.0 context compression layer for LLM apps and coding agents. It compresses tool output, logs, files, RAG chunks, and agent history through a local library, proxy, wrapper, or MCP server, with retrieval hooks for bringing originals back when needed. Treat its savings numbers as Headroom-reported benchmarks, not independent aicoolies measurements.

open-sourceOpen SourceTelemetry

Codebase Memory MCP

Codebase knowledge graph MCP server for AI coding agents

Codebase Memory MCP is an MIT-licensed MCP server that turns a repository into a persistent code knowledge graph for AI coding agents. It gives Claude Code, Cursor, Codex-style agents, and other MCP clients structural queries for functions, classes, call chains, routes, and architecture, helping them explore large projects without repeatedly rereading files or relying only on broad search.

open-sourceOpen SourceTelemetry
BeeAI Framework logo

BeeAI Framework

Python and TypeScript framework for production multi-agent systems

BeeAI Framework is an Apache-2.0 toolkit for building production-ready AI agents and multi-agent systems in Python and TypeScript. Its docs cover agents, tools, RAG, memory, workflows, backend providers, serving, and A2A/MCP integration surfaces, making it a vendor-neutral option for teams comparing LangGraph, CrewAI, Mastra, and related agent runtimes.

open-sourceOpen SourceTelemetry

Notion MCP Server

Official Notion MCP server for AI-agent workspace access

Notion MCP Server is Notion's official MIT-licensed MCP server for connecting AI assistants to Notion workspaces. It supports the vendor-backed remote OAuth path and tools designed for page, workspace, and Markdown-style operations, making it a safer default than unofficial Notion bridges for teams already using Notion for docs, projects, or internal knowledge bases.

open-sourceOpen SourceTelemetry