docs: align venv path to match installer (venv/ not .venv/)

The install script creates venv/ but several docs referenced .venv/,
causing agents to fail with 'No such file or directory' when following
AGENTS.md instructions.

Fixes #2066
This commit is contained in:
Test 2026-03-19 18:16:26 -07:00
parent 04b6ecadc4
commit 672e9752a0
5 changed files with 14 additions and 14 deletions

View file

@ -12,7 +12,7 @@ training server.
```bash
cd ~/.hermes/hermes-agent
source .venv/bin/activate
source venv/bin/activate
python environments/your_env.py process \
--env.total_steps 1 \