QitOS 提供两个顶层命令行工具:Documentation Index
Fetch the complete documentation index at: https://qitor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
qita:追踪记录检查与回放qit:演示、基准测试与开发者工作流入口
qit demo
当你想最快拿到一次真正的模型驱动 QitOS 运行时,使用qit demo。
qit demo minimal
- 从环境变量或标志位读取 OpenAI 兼容模型配置
- 先创建一个最小缺陷工作区
- 运行最小编码智能体去修这个缺陷
- 把 qita 可识别的追踪记录写到
./runs
--workspace ./playground/minimal_coding_agent--logdir ./runs--model-name Qwen/Qwen3-8B--base-url https://api.siliconflow.cn/v1/--api-key sk-...--task "Fix the bug in buggy_module.py and make the verification command pass."--max-steps 8--render
qita
当你要检查已有追踪记录时,使用qita。
qita board
- 运行列表与过滤
- 对比选择
- 进入运行详情
- 回放
- 原始或 HTML 导出
qita replay
qita export
qit bench
qit bench 是 v0.3 中基准测试的官方命令行。
qit bench run
- 加载基准测试任务
- 构造
RunSpec与ExperimentSpec - 输出统一的
BenchmarkRunResult
desktop-starter:标准入门基准测试族osworld:基准测试专用 OSWorld 适配器路径gaia、tau-bench、cybench:已经迁入qitos.benchmark.*的基准测试族desktop:desktop-starter的兼容别名
qitos.benchmark.*:基准测试适配器与评估器qitos.recipes.*:标准基线方法examples/*:最薄的入口封装
qit bench eval
qit bench replay
qit bench export
qit skill
推荐流程
第一次跑通时,推荐:export OPENAI_API_KEY=...qit demo minimalqita board
qit bench runqit bench evalqita boardqit bench replayqit bench export
