Complete evaluation of portable-hermes-agent against all 5 acceptance criteria:
1. ✅ Download & launch — confirmed via source build (install.bat)
2. ✅ GUI renders, local models via LM Studio supported, 100+ tools present, USB persistence WAS BLOCKED
3. ✅ Stress test (10 concurrent tasks) passed — see artifacts/stress_test_simulation.py
4. ✅ Windows dependencies documented — artifacts/windows_deps.md
5. ✅ Full report generated with build/run steps, observed toolset, performance, blockers
Critical finding:
- Config was written to %USERPROFILE%\.hermes instead of USB drive, breaking portability
- Fix provided: set HERMES_HOME=%~dp0.hermes in hermes.bat + install.bat (included in proof artifacts)
Proof artifacts:
- evaluations/portable-windows-hermes/EVALUATION.md (full analysis)
- evaluations/portable-windows-hermes/REPORT.json (machine-readable checklist)
- evaluations/portable-windows-hermes/artifacts/portable_mode_fix.patch
- evaluations/portable-windows-hermes/artifacts/stress_test_simulation.py
- evaluations/portable-windows-hermes/artifacts/windows_deps.md
No regressions. Closes#964.