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

Hermes Agent

Hermes Agent is the self-improving AI agent built by Nous Research. It's the only agent with a built-in learning loop — it creates skills from experience, improves them during use, nudges itself to persist knowledge, searches its own past conversations, and builds a deepening model of who you are across sessions. Run it on a $5 VPS, a GPU cluster, or serverless infrastructure that costs nearly nothing when idle. It's not tied to your laptop — talk to it from Telegram while it works on a cloud VM.

Account & API Keys Setup

The first step to start using Infron is to create an account and get your API key.

Setup Guide

Works on Linux, macOS, WSL2, and Android via Termux. The installer handles the platform-specific setup for you.

curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bashsh

API base URL:

After installation:

Getting Started

Last updated