Docs

Playground

The playground POSTs to `/api/perseus/query` (which proxies to the backend `POST /v1/query`). Each query returns a `run_id`, the final answer, the ranked snippets used as evidence, and MCTS diagnostics.

From the Playground you can drill into the full MCTS tree at `/console/runs/{run_id}` - every planner call, every tool call, and every backprop, with file:line citations.

When the backend is warming up, the cold p50 can be 5–10s. Subsequent queries on the same index reuse prefix cache + warm WM weights and land sub-second.