Hermes Agent: AI Assistant yang Bisa Executable, bukan cuma Chat
Setup Hermes Agent AI assistant open source di VPS OVHcloud. Panduan instalasi, konfigurasi, Telegram bot, use cases & biaya $14.54/bulan.
Kenapa kita build AI assistant sendiri di VPS 🚀
The Problem
Lu punya ide. Lu punya produk. Lu punya visi.
Tapi time lu limited. 24 jam sehari, 8 jam tidur, 4 jam makan + life. Sisa 12 jam untuk everything.
Coding, marketing, research, customer support, content creation — semuanya lu sendiri.
Gimana caranya compete sama tim yang punya 5-10 orang?
Answer: AI Assistant yang beneran execute.
Bukan ChatGPT yang cuma jawab pertanyaan. Bukan Claude yang cuma suggest.
Tapi AI yang bisa:
- Jalankan commands
- Browse internet
- Edit files
- Kirim messages
- Remember context
Hermes Agent adalah jawabannya.
What is Hermes Agent?
Hermes Agent adalah open-source AI agent framework by Nous Research.
Think of it sebagai "operating system" untuk AI assistant.
Lu kasih task, Hermes eksekusi. Simple.
Key difference vs tools lain:
| Tool | Capability |
|---|---|
| ChatGPT / Claude | Chat only — suggest, not execute |
| Cursor / Codex | Coding only — limited scope |
| Zapier / Make | Rule-based — no intelligence |
| AutoGPT | Autonomous — sering hallucinate, unreliable |
| Hermes Agent | Full execution + memory + multi-platform |
Kenapa Hermes Agent?
1. Bisa Execute, bukan cuma Chat
Lu: "Check server status"
Hermes: *runs ssh command*
*returns status*
*checks disk space*
*monitors processes*
Done. Real execution, bukan cuma saran.
2. Persistent Memory
Hermes remembers:
- Project context
- Previous decisions
- User preferences
- Past conversations
Setiap session baru, dia inget semua. Ga perlu jelasin ulang.
3. Multi-Platform
- Telegram (mobile-friendly)
- Discord (community)
- Slack (team)
- WhatsApp (personal)
- CLI (developer)
Our Setup (Avendrix Labs)
Ini setup kita di Avendrix Labs:
| Component | Details |
|---|---|
| VPS Provider | OVHcloud |
| VPS Plan | VPS-1 (2 vCores, 4GB RAM, 40GB NVMe) |
| OS | Linux (Debian/Ubuntu) |
| Hermes Version | Latest (June 2026) |
| Model Provider | OpenCode Go |
| Model | deepseek-v4-flash |
| Messaging | Telegram |
| Monthly Cost | $14.54/month total |
Kenapa pilih OVHcloud?
- Affordable — starting $4.54/month
- Fast NVMe storage
- Free daily backup
- Unlimited traffic
Kenapa pilih OpenCode Go?
- Affordable — $10/month
- Fast dan responsive
- Stable untuk production
Setup Guide (Hands-On)
Step 1: Install
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
Verify:
hermes --version
Step 2: Initialize
hermes setup
Ini bakal guide lu through model selection, API key setup, gateway configuration.
Step 3: Configure Model
model:
default: deepseek-v4-flash
provider: opencode-go
base_url: https://opencode.ai/zen/go/v1
api_mode: chat_completions
Step 4: Setup Telegram Bot
- Buka Telegram, cari @BotFather
- Send /newbot
- Simpan API token
- Jalankan:
hermes gateway setup
Step 5: Start Gateway
hermes gateway start
hermes gateway status
Step 6: Test!
Kirim ke bot Telegram:
What is the current directory?
Hermes akan execute pwd dan return hasilnya langsung di chat.
Use Cases
1. Daily Research Automation
hermes cron create "0 0 * * *" \
--name "Tech Research Daily" \
--prompt "Research latest AI trends"
Result: Research report siap setiap pagi.
2. Coding Agent
Lu: "Build landing page with dark theme"
Hermes: spawns coding agent -> explores -> writes -> tests -> commits
Done. Feature ready for review.
3. Email Monitoring
hermes cron create "0 10 * * *" \
--name "Email Summary" \
--prompt "Check Gmail. Summarize unread."
4. Content Creation
Lu: "Write blog post about AI agents"
Hermes: researches topic -> writes draft -> creates file
Done. Content ready.
Skills: The Power Move
Skills adalah reusable workflows. Lu define sekali, pakai berkali-kali.
| Skill | Use Case |
|---|---|
terminal | Run shell commands |
file | Read/write files |
web | Search and extract |
browser | Browser automation |
memory | Persistent memory |
Buat custom skill di ~/.hermes/skills/my-skill/SKILL.md:
---
name: my-skill
description: "What this skill does"
---
## Steps
1. Step 1
2. Step 2
Memory System
Problem: Setiap session baru, AI "lupa" everything. Hermes solution: Persistent memory — inget project context, decisions, preferences.
Cost Breakdown
Hermes itself free (open source).
OVHcloud VPS Pricing (June 2026):
| Plan | vCores | RAM | Storage | Price |
|---|---|---|---|---|
| VPS-1 | 2 | 4GB | 40GB NVMe | $4.54/mo |
| VPS-2 | 4 | 8GB | 75GB NVMe | $8.50/mo |
| VPS-3 | 6 | 12GB | 100GB NVMe | $12.32/mo |
| VPS-4 | 8 | 24GB | 200GB NVMe | $23.37/mo |
Our monthly cost:
| Item | Cost |
|---|---|
| VPS (VPS-1) | $4.54/month |
| OpenCode Go API | $10/month |
| Total | $14.54/month |
Compare: ChatGPT Plus $20/mo, Claude Pro $20/mo. ~$15/month for 24/7 AI assistant that truly executes.
Getting Started Checklist
- Install Hermes Agent
- Run
hermes setup - Configure model provider
- Setup Telegram bot
- Start gateway
- Test with simple task
- Add first cron job
- Create custom skill
Tips & Best Practices
- Start simple — Get basic chat working first
- Use skills — Create reusable procedures
- Check logs — When something breaks, logs are your friend
- Update regularly —
hermes updategets latest features
Final Thoughts
Solo founder doesn't mean working alone.
Dengan Hermes Agent, lu punya:
- Research assistant — baca internet untuk lu
- Coding partner — build features
- Email filter — highlight apa yang penting
- Content writer — draft articles
Semuanya dari satu assistant, persistent memory, multi-platform delivery.
The question isn't whether you can afford to automate. The question is: can you afford NOT to?
Questions about Hermes Agent? Drop a comment or reach out to us at Avendrix Labs.
About the Author This article was written by the team at Avendrix Labs, a Singapore-based software house building digital products. We're currently working on DocSnap, an AI-powered photo editor for official documents.
Disclaimer: Artikel ini dibuat dengan bantuan AI dan telah melalui review tim Avendrix Labs untuk memastikan akurasi dan kualitas konten.