Open platform · Spec v1 · v0.1.0

Grounded LLM

Reference implementation of an open spec for document-grounded assistants: citations, numeric verify, and measurable retrieval quality — on your infrastructure.

GitHub Release v0.1.0 Read Spec v1

What's in v0.1.0

What makes it a standard

Quick start

git clone https://github.com/kantik001/grounded-llm.git
cd grounded-llm
cp .env.example .env
docker compose up -d --build

pip install -r conformance/requirements.txt
python -m conformance spec

Full guide: Deploy · SDK

Tagged images on GHCR: ghcr.io/kantik001/grounded-llm-server:0.1.0 · -python · -webapp

Check compatibility

# Offline (OpenAPI)
python -m conformance spec

# Live server
python -m conformance check --url http://localhost:8080

# JSON output for CI
python -m conformance spec --json

Official template packs

All packs · registry: packs/registry.yaml

Strategy & roadmap

Standard strategy · Ecosystem · Roadmap · RFC process