Record Agent evaluation site deployment

This commit is contained in:
wuyang
2026-07-27 16:49:44 +08:00
parent cd1eacbd9e
commit 5373d564ec
6 changed files with 33 additions and 3 deletions
+6
View File
@@ -166,6 +166,11 @@ deployment: Unraid Compose Manager, app slug agent-eval
It uses no Ollama or runtime API. The source report remains usable even when the research application is
offline.
The 2026-07-27 deployment uses immutable image
`docker.k1412.top/wuyang/agent-eval:20260727T084425Z-cd1eacb` on NAS host port 12005. Container health,
NAS/VPS Tailscale reachability, HTTP-to-HTTPS redirect, HTTP/2, Let's Encrypt SAN, static-asset hashes,
public desktop/mobile rendering, and the homepage entry were all verified.
## Runtime Constraints
- Python standard library only; no package installation is required for the current web server and collection scripts.
@@ -195,6 +200,7 @@ Live validation:
web/manage.sh status
curl -fsS http://100.114.68.27:18080/api/health | jq
curl -fsS https://lab.k1412.top/api/health | jq
curl -fsS https://agent-eval.k1412.top/health
```
The health payload reports app/assets versions, paper count, available/default models, and missing default model tags.