Project
Overview

HADES is a terminal-based deployment interface for autonomous agents. The runtime is powered by Hermes Agent from Nous Research, with MiMo-V2.5-Pro as the fixed model engine.
// 01

What is HADES?

HADES is a lightweight web interface for deploying autonomous agent runtimes. Users configure an agent through a simple terminal-style form — no coding required.

Unlike a chatbot wrapper, HADES deploys a full autonomous agent that can remember context, execute tasks, connect to Telegram, and run continuously on a server.

// Runtime Summary
> Agent Framework: Hermes Agent (Nous Research)
> Model Engine: MiMo-V2.5-Pro (Xiaomi)
> Interface: Terminal-style web deployment
> Channel: Telegram (optional)
// 02

Technology Stack

HADES combines two core components into one deployment flow:

Hermes Agent Autonomous runtime · Memory · Skills · Scheduling · Sandboxing
MiMo-V2.5-Pro Fixed LLM engine · Single API endpoint · All agents use the same model

Hermes Agent handles the agent lifecycle — memory, tool execution, platform connections, and subagent delegation. MiMo-V2.5-Pro provides the reasoning and language capabilities behind every agent.

// 03

Hermes Agent

HADES builds on Hermes Agent — an open-source autonomous agent framework by Nous Research (MIT License).

Key capabilities inherited from Hermes Agent:

  • Lives on your server and runs 24/7
  • Connects to Telegram, Discord, Slack, WhatsApp, Signal, Email, and CLI
  • Persistent memory — learns and remembers across sessions
  • Scheduled automations via natural language cron
  • Subagent delegation and parallel task execution
  • Real sandboxing (local, Docker, SSH, Singularity, Modal)
  • Web search, browser automation, and multi-model reasoning

To install Hermes Agent directly:

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

HADES simplifies this setup into a web form — configure your agent, and the runtime handles the rest.

// 04

MiMo-V2.5-Pro Engine

All HADES agents run on a single fixed model: MiMo-V2.5-Pro by Xiaomi. There is no model selection — every agent uses the same engine.

// Engine Policy
> Model: MiMo-V2.5-Pro
> Provider: Xiaomi MiMo API
> Selection: Fixed — not user-configurable
> Behavior: Defined by mission + skill

The agent's behavior is shaped by the mission you write and the skill you select — not by switching between different model providers.

// 05

How It Works

01 · Configure

Set agent name, optional Telegram token, and define the agent mission in natural language.

02 · Select Skill

Pick one optional capability: Research, Crypto, Automation, or Developer.

03 · Preview

Live preview panel shows your configuration before deployment.

04 · Deploy

HADES spawns a Hermes Agent runtime with MiMo-V2.5-Pro and returns an agent URL.

// 06

Deploy an Agent

Required fields:

  • Agent Name — short identifier for your runtime
  • Agent Mission — what the agent should do, in plain language

Optional fields:

  • Telegram Bot Token — connect your personal Telegram bot
  • Skill — one capability preset (Research, Crypto, Automation, Developer)

After deployment, you receive:

> Agent ID: hades-[name]-[4-digit]
> Runtime Status: Online
> Agent URL: /agent/[name]
// GO TO DEPLOY
// 07

Telegram Connection

HADES agents can connect to Telegram through your own bot. The token is optional — agents can deploy without Telegram and connect later.

To get a bot token:

  • Open @BotFather on Telegram
  • Send /newbot and follow the instructions
  • Copy the token and paste it in the deploy form
// Security
> Token is never shown in preview or deploy logs.
> Token is used only to connect your personal bot.
> Telegram connection is optional.
// 08

Skills

Skills are optional capability presets. Select one skill per agent:

Research

Search, summarize, compare, and produce structured reports.

Crypto

Track tokens, wallets, market activity, and risk signals.

Automation

Run recurring tasks, reminders, alerts, and simple workflows.

Developer

Run scripts, connect APIs, debug code, and support technical tasks.

Skills do not change the model engine. They configure which tools and behaviors the Hermes Agent runtime activates for your mission.

> ~/hades/docs engine: MiMo-V2.5-Pro status: ONLINE