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.

Start the working local server from the project root: 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.

Back to inference.kg Check same-origin API

If the API check returns JSON with inference.kg-selfcontained, the full server is running.