5 lines
156 B
Plaintext
5 lines
156 B
Plaintext
# Hermes Web UI -- minimal Python dependencies
|
|
# The server uses only stdlib + pyyaml.
|
|
# All heavy ML/agent deps live in the Hermes agent venv.
|
|
pyyaml>=6.0
|