Hermes

Hermes Workspace

Connecting to Hermes Agent...

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.

1Clone Hermes Agent (with WebAPI)
git clone https://github.com/outsourc-e/hermes-agent.git

Clone as a sibling to hermes-workspace for auto-discovery

2Install dependencies
cd hermes-agent && python3 -m venv .venv && source .venv/bin/activate && pip3 install -e ".[webapi]"
3Start the WebAPI server
cd hermes-agent && source .venv/bin/activate && python3 -m uvicorn webapi.app:app --host 0.0.0.0 --port 8642

Or 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