We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b8615 commit 42baebeCopy full SHA for 42baebe
2 files changed
.github/workflows/hermes-agent-release.yml
@@ -5,7 +5,7 @@ on:
5
inputs:
6
hermesAgentTag:
7
description: "Hermes Agent release tag"
8
- default: "0.9.0"
+ default: "2026.4.13"
9
required: true
10
platforms:
11
description: "Platforms"
hermes-agent/Dockerfile
@@ -22,12 +22,6 @@ RUN chmod 755 /usr/local/bin/1panel-hermes-entrypoint.sh && \
22
gosu hermes /usr/local/bin/uv pip install \
23
--python /opt/hermes/.venv/bin/python \
24
--no-cache-dir \
25
- aiohttp \
26
- httpx \
27
- cryptography \
28
- dingtalk-stream \
29
- lark-oapi \
30
- websockets \
31
qrcode
32
33
WORKDIR /opt/data/workspace
0 commit comments