Hermes Agent
Nous Research's open-source terminal AI agent: 60+ built-in tools, persistent memory, a Skills system, and messaging gateways for Telegram / Discord. It supports custom OpenAI-compatible providers, so it points straight at ByteSeek.
Install
Linux / macOS / WSL2 / Android (Termux)
Windows (native, PowerShell)
The install script handles Python, Node.js and other dependencies; afterwards run source ~/.bashrc (or ~/.zshrc) to refresh commands.
Prerequisites
- Hermes installed (
hermes --versionprints a version) - An OpenAI-format group key from the API Keys page
Configure
Run the setup wizard:
At the provider step choose the custom / OpenAI-compatible entry and fill in:
- Base URL:
https://tokens.byteseek.ai/v1 - API Key: your
sk-key - Model: an exact ID from the model plaza, e.g.
gpt-5.6-sol
The wizard asks in order
The wizard then writes the config and returns to the main UI; a successful test message means you are connected.
Verify
doctor clean and chat replying normally means success. Charges appear on the usage page.