Skip to content

Commit 42baebe

Browse files
feat: update hermes
1 parent 43b8615 commit 42baebe

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/hermes-agent-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
hermesAgentTag:
77
description: "Hermes Agent release tag"
8-
default: "0.9.0"
8+
default: "2026.4.13"
99
required: true
1010
platforms:
1111
description: "Platforms"

hermes-agent/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ RUN chmod 755 /usr/local/bin/1panel-hermes-entrypoint.sh && \
2222
gosu hermes /usr/local/bin/uv pip install \
2323
--python /opt/hermes/.venv/bin/python \
2424
--no-cache-dir \
25-
aiohttp \
26-
httpx \
27-
cryptography \
28-
dingtalk-stream \
29-
lark-oapi \
30-
websockets \
3125
qrcode
3226

3327
WORKDIR /opt/data/workspace

0 commit comments

Comments
 (0)