Skip to main content

Documentation Index

Fetch the complete documentation index at: https://platform.minimax.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Hermes Agent is an open-source self-improving AI agent framework by Nous Research.

Prerequisites

  • A MiniMax Token Plan Key with Token Plan or Credits access
  • A computer with terminal access (macOS, Linux, or Windows with WSL2)

Hermes Agent

Install Hermes Agent

Hermes Agent is an open-source, self-improving AI agent built by Nous Research. It features persistent cross-session memory, a built-in learning loop, 40+ integrated tools, and multi-platform access (CLI, Telegram, Discord, Slack, WhatsApp). Run the one-line installer in your terminal:
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
Verify the installation:
hermes doctor
For more information, refer to the Hermes Agent documentation.

Configure MiniMax Token Plan

Hermes Agent has built-in support for MiniMax as a provider. Run the model selector:
hermes model
  1. Select “MiniMax (global endpoint)” from the provider list.
Select MiniMax (global endpoint)
  1. When prompted, enter your Token Plan Key obtained from the MiniMax Token Plan page.
Enter MiniMax API Key
  1. Select MiniMax-M2.7 as the model.
Select MiniMax-M2.7
Don’t have resources yet? View your Token Plan Key on the Token Plan page, then buy a Token Plan subscription or Credits, or use resources assigned by your Team. Token Plan Keys are different from pay-as-you-go API Keys.

Start Using Hermes Agent

Run hermes to start talking with Hermes Agent powered by the latest MiniMax M-series models.
Hermes Agent’s persistent memory and self-improving skills system means it gets better the more you use it — your coding patterns, project context, and preferences are remembered across sessions automatically.