Prompt Lens
This is the static fallback page. Prompt Lens is bundled in this project, but it is a live Python app and needs the local project runner so /prompt-lens/ can be proxied same-origin.
cd /mnt/e/inference.kg && bash tools/serve.sh 8000
Then open http://127.0.0.1:8000/prompt-lens/. Do not use a plain python3 -m http.server for this experiment; a static server cannot proxy its API, media, or settings routes.
If the API check returns JSON with inference.kg-selfcontained, the full server is running.