Caleb demonstrates deploying Hermes AI on a VPS, configuring OpenRouter/Telegram, memory and skills, then scheduling automated tasks across platforms seamlessly.
Main Points
Hermes is a 24/7 self-improving AI on a server.
It writes its own skills by observing task workflows and outcomes.
It remembers preferences and work style over time.
It supports scheduling tasks via natural language.
It works across 15+ messaging platforms via a single gateway.
A VPS is recommended for reliability, security, and always-on operation.
Hostinger offers a one-click Hermes deployment template.
The setup includes a detailed guide and budgeting tips.
You can redeploy or wipe the VPS without affecting your main device.
The video covers skills, memory, automated jobs, and cost management.
Takeaways
Use a VPS for always-on operation to enable schedules and alerts.
Use Hostinger’s one-click template to minimize setup friction.
Save and securely store the admin credentials for the Hermes web terminal.
Enable daily auto-backups and pick an optimal server location.
Refer to the Hermes agent setup guide for commands and troubleshooting.
Summary
This transcript provides a complete beginner-to-intermediate implementation guide for deploying and operating a Hermes AI Agent as a 24/7 autonomous assistant. The core problem addressed is: how to move from a passive chatbot (like ChatGPT) to a persistent, self-improving agent that:
Runs continuously (via VPS)
Communicates via messaging platforms (Telegram)
Learns via skills + memory
Automates tasks via scheduled jobs
Optimizes cost via model selection
Primary technologies:
Hermes Agent
Docker
VPS (Hostinger)
OpenRouter (AI model provider)
Telegram Bot API
Source:
Detailed Step-by-Step Breakdown
1. Deploy Hermes on VPS (Hostinger One-Click)
Recommended VPS Specs:
2 vCPU
8GB RAM
100GB NVMe
8TB bandwidth
Steps:
Choose VPS plan (KVM-2 recommended)
Configure:
Billing cycle (recommended: 12 months)
Server location (auto)
Optional backups
Set credentials:
Username: hermes
Password: auto-generated (SAVE THIS)
Deploy → wait for provisioning
2. Access VPS Terminal
Open Hostinger dashboard
Launch Web Terminal
Note project ID (last 4 characters)
3. Navigate to Hermes Project
cd /docker/hermes-agent-<PROJECT_ID>
4. Enter Docker Container
docker compose exec -it hermes-agent /bin/bash
5. Run Hermes Setup Wizard
hermes setup
Select:
Setup mode → Quick Setup
AI Provider → OpenRouter
6. Configure OpenRouter API
Steps:
Create account
Generate API key
Set:
Credit limit (e.g., $50)
No expiration (optional)
Paste API key into terminal
(Note: invisible paste for security)
7. Select AI Model
Example:
Default: Claude Opus (expensive ❌)
Recommended: GPT-5.4-mini (cheaper)
8. Setup Telegram Integration
Create Bot
Open Telegram
Search: @BotFather
Commands:
/start
/newbot
Provide:
Bot name
Username
Copy Bot Token
Configure in Hermes
Paste:
Bot Token
Allowed User ID
Get User ID:
Search: @userinfobot
Copy numeric ID
Final Setup Prompt
Confirm home channel → Y
9. Launch Hermes Chat
hermes gateway install
hermes gateway run
Result:
Agent is now:
Online 24/7
Connected to Telegram
Ready for interaction
10. First Message (IMPORTANT CONTEXT SETUP)
Send via Telegram:
You're running on a Hostinger VPS inside a Docker container.
Check your environment and list tools and skills.
11. Skills System (Core Learning Mechanism)
Definition:
Reusable task workflows saved automatically
View skills:
Show me all installed skills
12. Create Custom Skill
Example:
Research top trending AI tools.
Return top 3.
Then save this as a skill called "YouTube video research"
Result:
Task executed
Workflow saved as reusable skill
13. Memory System (Persistent Context)
View memory:
Show me what you remember about me
Add preference:
Remember: I prefer short and direct responses
14. Upgrade Memory (Optional)
Command:
hermes memory setup
Options:
Built-in memory (default)
Honcho (advanced behavioral memory)
15. Create Automated Jobs (Scheduling)
Example:
Set a weekly job every Monday at 9AM
to research top AI tools using YouTube video research skill
Docker Deep Dive — Nigel PoultonKindle, Hardcover, Paperback
A practical guide to Docker containers, helping you understand how Hermes runs in isolated environments and how to manage, debug, and optimize containerized applications.
The DevOps Handbook — Gene Kim et al.Kindle, Paperback
Covers automation, infrastructure management, and continuous systems—directly relevant to running a persistent AI agent on a VPS with scheduled jobs.
Prompt Engineering for Generative AI — James Phoenix & Mike TaylorKindle, Paperback
Essential for improving how you interact with Hermes, especially when creating high-quality skills and automated workflows.
Designing Autonomous AI Agents — Various Authors (O’Reilly)
Focuses on multi-agent systems, autonomy, and task orchestration—highly aligned with Hermes' architecture and use cases.
Site Reliability Engineering — GoogleKindle, Paperback
Explains how to maintain reliable always-on systems, which is crucial when running a 24/7 AI assistant on a VPS with real-world dependencies.
Get New Posts
Follow on your preferred channel for new articles, notes, and experiments.