For the complete documentation index, see llms.txt. This page is also available as Markdown.

Hermes Agent

Use Cortecs models with Hermes Agent

Hermes Agent is an autonomous agent from Nous Research with persistent memory, tools, and messaging integrations. It supports custom OpenAI-compatible endpoints.

Before you begin, create a Cortecs API key by following the Quickstart and choose a tool-calling model from the model catalog.

1. Install Hermes Agent

On macOS, Linux, or WSL:

curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash

See the Hermes Agent documentation for other platforms.

2. Connect to Cortecs

Run:

hermes model

Select Custom endpoint, then enter:

  • API base URL: https://api.cortecs.ai/v1

  • API key: Your Cortecs API key

  • Model name: The exact Cortecs model ID

  • Context length (if prompted): The catalog value; Hermes requires at least 64,000 tokens

Start the agent with:

hermes chat

For more configuration options, see the Hermes Agent provider documentation.

Last updated