Add Agent evaluation report site

This commit is contained in:
wuyang
2026-07-27 16:44:10 +08:00
parent df475e8d90
commit cd1eacbd9e
15 changed files with 2487 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Agent Evaluation Site
中文交互式报告,用于展示 K1412 Agent Evaluation v1 的结论、任务契约、发布门禁和相关产物。
## Local Preview
```bash
python3 -m http.server 4173 --directory evaluation-site
```
打开 `http://127.0.0.1:4173/`
## Production
- app slug: `agent-eval`
- container port: `8080`
- health path: `/health`
- public URL: `https://agent-eval.k1412.top/`
- deployment: k1412 Unraid Compose Manager
网页是阅读入口,事实源仍是:
- `research/evaluation/k1412-agent-evaluation-v1.md`
- `data/evaluation/k1412-agent-eval-task-contracts-v1.json`
- `tools/evaluation/score_agent_runs.py`