OpenWiki

Tracked

OpenWiki is a CLI that writes and maintains agent documentation for your codebase, keeping AI agents in sync with up-to-date project knowledge.

Author langchain-ai Open Sourced 2026-06-22 Last Commit Unknown

Overview

OpenWiki is a command-line tool from LangChain that automatically writes and maintains documentation optimized for AI agents. It scans a codebase and produces living docs that keep coding agents grounded in accurate, current project knowledge instead of stale or missing context.

Key Features

  • Generates agent-oriented documentation directly from the codebase via a CLI
  • Keeps documentation in sync as the code evolves, reducing manual maintenance
  • Designed to ground AI coding agents with up-to-date project context
  • Produced and maintained by the LangChain team

Use Cases

  • Bootstrapping agent-ready docs for a new or existing repository
  • Keeping agent knowledge bases current as code changes
  • Reducing hallucinations and miscontext from outdated project documentation

Technical Details

  • Distributed as a CLI focused on agent documentation workflows
  • Built and maintained by LangChain, aligned with agent ecosystem conventions
  • Operates directly on the local codebase to produce and refresh docs