You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -146,11 +146,10 @@ agent-image-buildx:
146
146
images/hermes-agent
147
147
148
148
# Refresh images/hermes-agent/uv.lock for the requested HERMES_VERSION.
149
-
# Rewrites the git ref in pyproject.toml, then runs `uv lock` inside an
150
-
# ephemeral uv container so it works the same on developer laptops and in CI.
151
-
# Requires network access to resolve the git dependency.
149
+
# Rewrites the git ref in pyproject.toml, then runs native uv (uses the host
150
+
# git + python to resolve the git+https dependency). Requires network access.
152
151
.PHONY: agent-image-relock
153
-
agent-image-relock: ## Relock images/hermes-agent/uv.lock for HERMES_VERSION. Requires local uv + git (resolves the git+https hermes-agent dep). CI alternative: run the agent-image-relock workflow (pins uv 0.5.0).
152
+
agent-image-relock: ## Relock images/hermes-agent/uv.lock for HERMES_VERSION. Requires local uv + git (resolves the git+https hermes-agent dep). CI alternative: run the agent-image-relock workflow (pins uv 0.11.7).
154
153
sed -i.bak -E 's|(hermes-agent @ git\+https://github.com/NousResearch/hermes-agent@)[^"]+|\1$(HERMES_VERSION)|' images/hermes-agent/pyproject.toml
0 commit comments