Skip to content

Release Status & Compatibility

This toolchain is in source-checkout preview. The supported first-run path is to clone the repositories and run the local checks documented in Quickstart. Registry package installs remain pending until the first PyPI/npm packages are published.

The project 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.

Availability

ChannelStatusUse it when
Source checkoutsSupported preview pathYou want to run llmwiki-serve, the optional bridge, chat, or docs locally today.
GitHub Pages docsLive at https://knowledge-bridge-labs.github.io/llmwiki-docs/You want the rendered docs site for quickstart, architecture, protocol, and release-status references.
PyPI/npm packagesPending first publicationWait for package publication before relying on package-manager install commands.

First-Run Roles

NeedStart withAdd later
Serve and query one existing knowledge graph.llmwiki-serveNothing else is required when your agent or script can synthesize answers directly.
Return one cited artifact through a companion endpoint.llmwiki-agent-bridge after the source worksAdd a runtime profile only after evidence-only bridge smoke passes.
Inspect source readiness, citations, graph context, and run traces in a browser.llmwiki-chat after the source worksAdd a bridge when the browser should test the real bridge path instead of the local development runtime.

Repository Status

RepositoryPackage metadataRegistry statusSupported path todayRuntime baselinePrimary gate
llmwiki-servePython package, Apache-2.0, CLI entrypointPyPI publication pendingSource checkout with uv sync --extra devPython 3.11+uv run python scripts/release_smoke.py
llmwiki-agent-bridgenpm package, Apache-2.0, CLI entrypointnpm publication pendingSource checkout with npm ciNode.js 22.12+npm run check
llmwiki-chatnpm package, Apache-2.0, Vite browser workbench artifactnpm publication pendingSource checkout with npm ciNode.js 22.12+npm run check
llmwiki-docsVitePress docs portal, Apache-2.0GitHub Pages path preparedSource checkout with npm ciNode.js 22.12+npm run check

The primary gate column is a status-oriented smoke signal. Each repository also keeps its own README, changelog, package metadata, license files, and CI gates.

The dated 0.1.0 changelog sections in llmwiki-serve, llmwiki-agent-bridge, and llmwiki-chat describe source-preview baselines. Registry package publication is still pending until this matrix records package versions and install commands.

Protocol Surfaces

SurfaceOwnerStatusCompatibility claimValidation gate
HTTP Knowledge Sourcellmwiki-servePublic-preview contractLocal HTTP endpoints for manifest, context query, search, read, and graph projection.llmwiki-serve release smoke and llmwiki-chat npm run test:e2e:live smoke.
MCP JSON-RPC compatibilityllmwiki-serveCompatibility surfaceLegacy JSON-RPC tool calls for local integration testing.llmwiki-serve MCP smoke coverage.
MCP Streamable HTTPllmwiki-serveSDK-backed source surface where implementedOfficial MCP SDK-backed tool calls for source retrieval.llmwiki-serve MCP SDK smoke coverage.
A2A source compatibilityllmwiki-serveOpt-in compatibility surfaceAgent-card discovery and message:send for A2A-native source discovery.A2A source smoke coverage when enabled.
Bridge runtime endpointsllmwiki-agent-bridgePublic-preview contractA2A and MCP bridge endpoints that gather source evidence and return a grounded answer artifact.npm run check in llmwiki-agent-bridge.
Browser workbenchllmwiki-chatPublic-preview UISource selection, graph inspection, bridge selection, trace display, citations, and answer review.llmwiki-chat lint, typecheck, unit, E2E, build, and pack gates.

Runtime Adapter Status

Runtime pathStatusWhat worksWhat is not claimedValidation gate
Agent Bridge A2APublic-preview pathConnects chat or clients to a bridge agent card and message:send endpoint.Certified A2A conformance or hosted runtime operation.Bridge and chat A2A smoke tests.
Agent Bridge MCPPublic-preview pathConnects chat or MCP clients to llmwiki_agent_run on the bridge.Certified MCP conformance or hosted runtime operation.Bridge and chat MCP smoke tests.
Local Development RuntimeSupported for developmentDeterministic UI flow, tool-call trace, citation rendering, and graph continuity.Production answer quality.npm run test and npm run test:e2e in llmwiki-chat.
Hermes profileSupported bridge profileUses the bridge runtime profile for Hermes-compatible gateways.Product-certified Hermes integration.Bridge profile tests plus operator smoke against a real Hermes-compatible gateway.
DeepAgents profileSupported bridge profileUses the bridge runtime profile for DeepAgents-compatible gateways.Product-certified DeepAgents integration.Bridge profile tests plus operator smoke against a real DeepAgents runtime.
Generic OpenAI-compatible profileSupported bridge profileCalls /v1/chat/completions with source evidence and normalizes an answer artifact.Any provider-specific model quality or hosted runtime SLA.npm run check in llmwiki-agent-bridge.
Copilot or IDE agentsDirect-client candidateCan use direct HTTP, MCP-style, or skill/command integrations when the agent environment supports them.Built-in Copilot adapter or product validation.Integration-specific manual smoke.

Validation evidence should be read from the current repository checks rather than from a single historical commit. For a local preview, run the primary gate listed in the repository matrix and any live source, bridge, or chat smoke that matches the path you plan to use.

Non-Claims

  • Not certified MCP conformance.
  • Not certified A2A conformance.
  • Not product-certified Hermes, DeepAgents, Copilot, or IDE integration.
  • Not a hosted production runtime.
  • Not a vector database, crawler, ingestion pipeline, or full-stack RAG app.
  • Not a promise that private wiki content is safe to expose without operator review, network controls, authentication, and logging policy.

Status Update Rule

Before publishing a package version, update this page with the actual registry state, package versions, supported runtime paths, protocol caveats, and validation commands used for that release.

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