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.
HADES combines two core components into one deployment flow:
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.
HADES builds on Hermes Agent — an open-source autonomous agent framework by Nous Research (MIT License).
Key capabilities inherited from Hermes Agent:
To install Hermes Agent directly:
HADES simplifies this setup into a web form — configure your agent, and the runtime handles the rest.
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.
The agent's behavior is shaped by the mission you write and the skill you select — not by switching between different model providers.
Set agent name, optional Telegram token, and define the agent mission in natural language.
Pick one optional capability: Research, Crypto, Automation, or Developer.
Live preview panel shows your configuration before deployment.
HADES spawns a Hermes Agent runtime with MiMo-V2.5-Pro and returns an agent URL.
Required fields:
Optional fields:
After deployment, you receive:
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:
/newbot and follow the instructionsSkills are optional capability presets. Select one skill per agent:
Search, summarize, compare, and produce structured reports.
Track tokens, wallets, market activity, and risk signals.
Run recurring tasks, reminders, alerts, and simple workflows.
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.