Skip to content

Wiki Knowledge Sources for AgentsMake project wikis readable by coding agents.

Run llmwiki-serve beside an existing LLMWiki, Markdown, or Obsidian folder. Agents retrieve project context over HTTP and MCP. Bridge and chat stay optional.

60-second demo

See the folder-to-agent flow before you install.

Upstream workflows create compatible Markdown or wiki files. llmwiki-serve projects that folder read-only, and agents, bridge, or chat consume the served Knowledge Source.

Open the full demo notes

Public preview for AX and coding-agent workflows

Turn scattered project wikis into local Knowledge Sources.

These components are for teams that already have project knowledge spread across LLMWiki, Markdown, or Obsidian folders. Instead of combining everything into one large RAG application, run a small source server beside each folder and let the coding agent retrieve the context it needs.

The default path is intentionally small: serve one folder, verify the served view, and connect it to Codex, Claude Code, Copilot-style agents, IDE extensions, or scripts. Bridge and chat are optional layers for multi-source evidence, runtime delegation, and human inspection.

Use it when you want to...
  • Reuse an existing project wiki without moving the files.
  • Give a coding agent project-specific memory on demand.
  • Keep evidence, citations, and graph context visible during agent work.
  • Connect several wiki folders only when one workflow needs them together.
Minimum useful pathRun llmwiki-serve on your own wiki folder or ./examples/sample-wiki, then query /query. Stop there if direct retrieval is enough.
Public-preview installUse source checkouts today. PyPI and npm package commands become primary after publication gates pass.
Protocol postureSource access is HTTP/MCP first. A2A source compatibility is opt-in, and bridge runtime surfaces are described as A2A-style and MCP-style compatibility.

First Run At A Glance

Repositories

When To Add Bridge Or Chat

NeedRecommended path
One coding agent should read one wiki folder while it worksRun llmwiki-serve and connect the agent directly.
Several wiki folders must be searched togetherRun one llmwiki-serve per folder and connect them through llmwiki-agent-bridge.
A service should gather evidence and call a model runtime for a cited answerUse llmwiki-agent-bridge in delegated-runtime or hybrid mode.
A human needs to test setup, inspect evidence, or debug tracesOpen llmwiki-chat as the browser workbench.
You only need package status, release support, or protocol detailsRead Release Status, Protocols, and API Reference.

Module Map

flowchart LR
  wiki["Wiki folder"]
  serve["llmwiki-serve"]
  agent["Host agent"]
  bridge["Agent bridge"]
  runtime["Runtime"]
  chat["llmwiki-chat"]

  wiki -->|project| serve
  serve -->|direct retrieval| agent
  bridge -->|query sources| serve
  bridge -->|delegate synthesis| runtime
  chat -->|configure runtime| bridge
  chat -->|inspect source| serve
ModuleOwnsDoes not own
llmwiki-serveFile projection, manifest, context packs, search, read, graph, HTTP, MCP, optional A2A source compatibility.Wiki authoring, ingestion jobs, model calls, answer synthesis, browser UI.
llmwiki-agent-bridgeSource fan-out, runtime profile config, OpenAI-compatible chat completions call, normalized answer artifact, citations, graph, trace.Reading local files directly, hosting a model, browser source selection UI.
llmwiki-chatSource setup, bridge/runtime setup, graph inspection, answer review, run details, citation selection.Serving wiki files, storing provider secrets, production answer quality.
llmwiki-docsCross-repo first-run path, architecture, protocol posture, release status, operations references.Package runtime behavior or upstream LLM Wiki specification ownership.

Choose Your Path

GoalPage
Run the first local pathQuickstart
Understand the data flowDemo and Data Flow
Understand the vocabularyCore Concepts
Decide direct source vs bridge vs chatArchitecture and Runtime Adapters
Connect Codex, Claude Code, Copilot-style IDE agents, or scriptsDirect Agent Integrations and AI Tool Support
Understand HTTP, MCP, and A2A-style compatibility surfacesProtocols and API Reference
Expose endpoints beyond loopbackNetwork & Security and Deployment
Check package/public-preview statusRelease Status & Compatibility
Prepare endpoint operationsDeployment, Network & Security, and Troubleshooting
Check public-preview support statusRelease Status & Compatibility and FAQ

Public preview

This is independent community tooling for LLM Wiki-style Markdown knowledge folders and agent-readable context. It is not an official project from Andrej Karpathy or any upstream producer named in compatibility examples, and it does not claim certified MCP or A2A conformance.

Public-preview documentation for Knowledge Bridge Labs wiki Knowledge Source components.