Agents & Integrations
Hermes Agent
Hermes Agent (NousResearch) is a self-hosted agent with its own OpenAI-compatible transport layer (ChatCompletionsTransport), which is exactly the shape /v1/chat/completions returns.
Installation
macOS / Linux (CLI only)
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
Windows (PowerShell)
iex (irm https://hermes-agent.nousresearch.com/install.ps1)
The installer handles Python, Node.js and other dependencies for you. If you'd rather have a GUI, download the Hermes Desktop installer from the Hermes Agent website instead. After install, reload your shell and run hermes setup to configure a provider.
Configuration
Point it at Draven AI by setting a custom base URL and key wherever Hermes reads its chat-completions provider config:
Provider settings
base_url: https://api.dravenai.lat/v1
api_key: sk-drv-your-api-key
model: your-model-id
Hermes Agent is an independent open-source project — check its own docs for the exact config location for your installed version.