Welcome! Let's connect to Hermes Agent
Hermes Workspace needs a running Hermes Agent backend. This page will auto-refresh when a connection is detected.
git clone https://github.com/outsourc-e/hermes-agent.gitClone as a sibling to hermes-workspace for auto-discovery
cd hermes-agent && python3 -m venv .venv && source .venv/bin/activate && pip3 install -e ".[webapi]"cd hermes-agent && source .venv/bin/activate && python3 -m uvicorn webapi.app:app --host 0.0.0.0 --port 8642Or click "Start Server" below if hermes-agent is already installed
Custom setup? Set HERMES_API_URL to point to your Hermes Agent:
HERMES_API_URL=http://your-server:8642 pnpm dev
This page auto-refreshes when Hermes Agent is detected