Hermes

Hermes

Lightweight AI agent framework for building tool-using applications with DeepSeek.

1. Install Hermes

Quick Install

Through a single command, you can get the Hermes Agent up and running in under two minutes.

Linux / macOS / WSL2
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash

The only prerequisite is Git, the installer handles everything else. For more instructions, see the Hermes Installation Docs.

2. Run and Configure

After reloading your shell, begin configuring Hermes:

  • Execute the hermes setup command
  • Select the Quick Setup option
  • When prompted for the model provider, select DeepSeek
  • Enter your DeepSeek API Key
  • Enter the Base URL: https://api.deepseek.com
  • Select the deepseek-v4-pro model
  • Continue to complete the remaining configuration options