Use this file to discover all available pages before exploring further.
This guide takes you from a fresh environment to a model-backed minimal coding agent and a live trace view in under 2 minutes.Here is what the runtime looks like when you watch it work:
Need a provider first? Read Prerequisites. It explains how to get an OpenAI-compatible API key and validate your endpoint before running QitOS.
Any OpenAI-compatible endpoint works. Point OPENAI_BASE_URL at your provider if you’re not using OpenAI directly.
3
Run the minimal coding agent
qit demo minimal
This demo creates a small workspace with a buggy file, configures a real model, asks a minimal coding agent to fix the bug, runs verification, and writes a qita-ready trace. You should see output similar to:
Open http://127.0.0.1:8765 in your browser. The board shows every run in your log directory with step counts, stop reasons, and final results. Click view on any run to inspect its step-by-step trajectory (the temporal sequence of prompts, decisions, tool calls, and observations), or replay to play it back.
The packaged demo and examples/quickstart/minimal_agent.py follow the same minimal coding-agent path. Start from the example file when you want to read or customize the code directly.