Show measured benchmark runs stored across sessions in the gaia-runs memory namespace
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-ruflo-016dc63a5be9 ,按照其中的说明把「gaia-history」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Display a table of all GAIA benchmark runs that have been stored in the
gaia-runs AgentDB memory namespace.
/gaia history
/gaia history --limit=10
/gaia history --model=claude-sonnet-4-6
/gaia history --level=1
| Flag | Default | Description |
|---|---|---|
--limit | 20 | Maximum rows to show |
--level | all | Filter by GAIA level |
--model | all | Filter by model ID |
--since | all | ISO-8601 date; show runs after this date |
--format | table | table or json |
gaia-runs namespace: npx @claude-flow/cli@latest memory list --namespace gaia-runs/gaia run).Run ID Date Level Model Q Pass% Cost ($) Mean turns
------------------- ---------- ----- ------------------ --- ------ -------- ----------
run-20260527-1423 2026-05-27 L1 claude-sonnet-4-6 53 20.8% $0.47 4.2
run-20260524-0912 2026-05-24 L1 claude-haiku-4-5 53 9.4% $0.09 3.1
run-20260522-1537 2026-05-22 L1 claude-sonnet-4-5 53 18.2% $0.41 3.9
{
"run_id": "run-20260527-1423",
"timestamp": "2026-05-27T14:23:00Z",
"level": 1,
"model": "claude-sonnet-4-6",
"total": 53,
"passed": 11,
"pass_rate": 0.208,
"est_cost_usd": 0.47,
"mean_turns": 4.2,
"adrs": ["ADR-133","ADR-135"],
"git_sha": "abc1234"
}
npx @claude-flow/cli@latest memory list --namespace gaia-runs --limit $LIMIT--level and --model filters if provided.pass_rate.pass_rate over time.