feat(uv): add uv direct eval script, task data, healthcheck fix

- add run_uv.sh direct eval entry and test_uv.json meta
- add evaluation_examples/examples/uv task data
- switch setup.py healthcheck from /terminal to /screenshot to avoid Win7 hang
This commit is contained in:
2026-04-07 22:27:59 +08:00
parent 355bf655cc
commit acd38ca54a
4 changed files with 132 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
{
"uv": [
"uv_test"
]
}