Hermes Agent
Prerequisites
Step 1: Install
Step 2: Write the API key
Replace jt_xxx with your JoyToken API key, then run:
Write ~/.hermes/.env
The command writes this file content with the concrete value from JOY_TOKEN_OPENAI_BASE_URL:
~/.hermes/.env
Step 3: Configure provider
Run this command to write the Hermes provider config:
Write ~/.hermes/config.yaml
The command writes this file content:
~/.hermes/config.yaml
Step 4: Verify
Run one request:
A successful response includes pong.
Hermes may also print Python package or security scanner warnings before the response. If the output includes pong, the JoyToken request succeeded.