Skip to content

Demo

This first-run demo shows the ownership boundary in one minute: an upstream workflow creates Markdown, llmwiki-serve projects that folder into read-only APIs, and agents, bridge, or chat consume the served Knowledge Source.

The demo intentionally uses a placeholder upstream command. The public OSS components in this organization do not ingest raw documents or run a compiler. They start after compatible Markdown or wiki files already exist.

What The Demo Shows

StageOwnerWhat happens
Raw materialYour team workflowNotes, docs, tickets, PDFs, and exports remain outside the serving layer.
Markdown wiki creationYour upstream compiler, authoring tool, script, or CI jobCompatible Markdown pages, links, tags, frontmatter, source references, and optional graph sidecars are written.
Read-only projectionllmwiki-serveThe folder is parsed into /manifest, /source-bundle, /query, /search, /read, /graph, and MCP tools.
Direct agent useCodex, Claude Code, Copilot-style agents, IDEs, scripts, or host appsThe host retrieves evidence and owns planning, prompting, synthesis, and final UX.
Optional orchestrationllmwiki-agent-bridgeSelected sources can be queried together and optionally passed to a runtime for a normalized result artifact.
Optional inspectionllmwiki-chatA browser workbench can test the source, inspect pages and graph context, and review citations and traces.

For the text version of this flow, read Data Flow. For the hands-on path, start with Quickstart.

Regenerate The Demo

The committed media is generated from source:

sh
npm run demo:first-run

The script uses local Chrome or Chromium plus ffmpeg. Set CHROME_PATH if the browser is not installed in a standard location.

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