Hermes Agent

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.

June 17, 20266 min read

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:

ToolCapability
ChatGPT / ClaudeChat only — suggest, not execute
Cursor / CodexCoding only — limited scope
Zapier / MakeRule-based — no intelligence
AutoGPTAutonomous — sering hallucinate, unreliable
Hermes AgentFull 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:

ComponentDetails
VPS ProviderOVHcloud
VPS PlanVPS-1 (2 vCores, 4GB RAM, 40GB NVMe)
OSLinux (Debian/Ubuntu)
Hermes VersionLatest (June 2026)
Model ProviderOpenCode Go
Modeldeepseek-v4-flash
MessagingTelegram
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
Hermes Agent Architecture Diagram - User to VPS flow
Hermes Agent Architecture Diagram - User to VPS flow

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

  1. Buka Telegram, cari @BotFather
  2. Send /newbot
  3. Simpan API token
  4. 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.

SkillUse Case
terminalRun shell commands
fileRead/write files
webSearch and extract
browserBrowser automation
memoryPersistent 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):

PlanvCoresRAMStoragePrice
VPS-124GB40GB NVMe$4.54/mo
VPS-248GB75GB NVMe$8.50/mo
VPS-3612GB100GB NVMe$12.32/mo
VPS-4824GB200GB NVMe$23.37/mo

Our monthly cost:

ItemCost
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

  1. Start simple — Get basic chat working first
  2. Use skills — Create reusable procedures
  3. Check logs — When something breaks, logs are your friend
  4. Update regularlyhermes update gets 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.

Hermes AgentAI AssistantOpen SourceTutorial

Avendrix

Engineering Digital Evolution

© 2026 Avendrix. All rights reserved.