init: minimal submit agent

This commit is contained in:
z3st
2026-07-21 18:45:22 +08:00
commit fefc5688e1
5 changed files with 109 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# ModelHub 提交智能体
用于获取 `strategyId` 的最小化智能体。
## 功能
- `GET /health` → 健康检查
- `GET /` → 显示 strategyId
## 平台要求
- ✅ 根目录 Dockerfile
- ✅ 暴露 8080 端口
-`/health` 端点返回 200
- ✅ 处理 SIGTERM 信号
- ✅ 读取 `STRATEGY_ID` 环境变量