Hermes Proxy Server

API key configured   Upstream: https://macbook-pro-von-loomis.tail2eb3c3.ts.net

What this is

A small Express proxy. The browser-side chat app calls /agents/<name>/v1/chat/completions on this server. This server holds the HERMES_API_KEY in its environment, adds the Bearer header, and forwards the request to the public Tailscale Funnel URL. Responses stream back the same way.

Agents

NameAliasModelChat URL
Lumina Green (Main Agent) lumina hermes-agent /agents/lumina/v1/chat/completions
Chilly chilly chilly /agents/chilly/v1/chat/completions
Velvet Green velvet velvet-green /agents/velvet/v1/chat/completions
Velvet Green velvet-green velvet-green /agents/velvet-green/v1/chat/completions
Soluna Green soluna soluna /agents/soluna/v1/chat/completions
Loomy Bot Green loomy loomy /agents/loomy/v1/chat/completions

Quick test

Open /test for a JSON end-to-end check, or run:

curl https://macbook-pro-von-loomis.tail2eb3c3.ts.net \
  -H "Authorization: Bearer YOUR_KEY"

Docs

Full API documentation: /docs

Health check: /health