VPS Hermes :

Hébergement VPS Hermes Agent | Configuration Docker en un clic

Plan :

Training Plan.png

Github

https://github.com/nousresearch/hermes-agent

Design sans titre (17).png

Hermes Agent | OpenRouter

SETUP COMMANDS

1. Open Browser Terminal:
From your Hostinger VPS dashboard, click Browser Terminal.

2. Navigate to your project directory:
cd /docker/hermes-agent-xxxx/

Replace xxxx with your project identifier from Docker Manager.

3. Enter the Hermes Agent container:
docker compose exec -it hermes-agent /bin/bash

4. Check your setup :
hermes status

5. Switch your AI model :
hermes model

QUICK REFERENCE

Capture d’écran 2026-04-16 à 19.40.20.png

Telegram :

Telegram – a new era of messaging

@BotFather
@userinfobot

Prompt 1 — Environment & Capabilities Audit

You are running inside a Hostinger VPS (Docker containerized environment).

Perform a full environment audit and return a structured report including:

1. System Information:
   - OS, kernel version, CPU, RAM, disk
   - Container limitations (if detectable)

2. Available Tools & Binaries:
   - Installed CLI tools (e.g., curl, git, python, node, etc.)
   - Package managers available

3. Programming Capabilities:
   - Supported languages and versions
   - Ability to execute scripts (Python, Bash, etc.)

4. Network Capabilities:
   - Internet access (test it)
   - DNS resolution
   - Ability to call external APIs

5. Permissions & Constraints:
   - File system access (read/write locations)
   - Privilege level (root or restricted)

6. Special Capabilities:
   - Web browsing
   - Task scheduling (cron or equivalent)
   - Background job execution

Output the result in a clean JSON + short human-readable summary.

Prompt 2 — Real-Time News Intelligence

Search the web and identify the top 3 most relevant AI and technology news stories TODAY.

Requirements:
- Use multiple reliable sources
- Prioritize recency (last 24 hours)

For each story, return:
1. Title
2. Source
3. Key summary (3-5 bullet points)
4. Why it matters (impact on industry, users, or future trends)

Then:
- Rank them by importance
- Provide a final "1-paragraph executive brief" summarizing the overall trend of the day

Keep it concise, high-signal, and decision-oriented.

Prompt 3 — Autonomous Scheduled Agent Task