Add Agent evaluation report site
This commit is contained in:
@@ -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`
|
||||
Reference in New Issue
Block a user