---
title: hermes-agent
canonical_url: "https://www.modelscope.ai/studios/hokynetz/hermes-agent"
md_url: "https://www.modelscope.ai/studios/hokynetz/hermes-agent.md"
repository: hokynetz/hermes-agent
chinese_name: uu
last_updated: 2026-09-13
sdk_type: docker
sdk_version: 6.17.3
downloads: 0
stars: 0
---

# hermes-agent

> hermes-agent - An interactive demo by hokynetz on ModelScope. Hermes Agent (Nous) di ModelScope Studio

hokynetz/hermes-agent is an interactive demo (Studio) on ModelScope. built with docker 6.17.3. also known as 「uu」.

- **Repository**: hokynetz/hermes-agent
- **SDK**: docker
- **SDK version**: 6.17.3
- **Downloads**: 0
- **Stars**: 0
- **Last updated**: 2026-09-13

Source: https://www.modelscope.ai/studios/hokynetz/hermes-agent

---

# Hermes Agent (Nous) di ModelScope Studio

Deploy Hermes Agent resmi (MIT) dengan LLM dari token ModelScope.

## Secrets yang wajib di-set (Studio Settings -> Secrets)
| Nama | Isi |
|---|---|
| MODELSCOPE_SDK_TOKEN | token ms-... dari modelscope.ai |
| API_SERVER_KEY | password acak (mis. openssl rand -hex 32) - kunci API di port 7860 |
| TELEGRAM_BOT_TOKEN | bot BARU dari @BotFather (jangan sama dengan studio lain) |
| HERMES_MODEL | (opsional) default: Qwen/Qwen3.5-235B-A22B |

## Endpoint setelah deploy
- POST {url}/v1/chat/completions  (OpenAI-compatible, header Authorization: Bearer API_SERVER_KEY)
- GET  {url}/health

## Catatan
- State persisten di /mnt/workspace/.hermes (config, sesi, memori, skills, cron)
- Dashboard web (9119) hanya bind localhost - akses UI penuh via Telegram channel, atau fase 2 override port
- Konfigurasi di-generate sekali saat boot pertama; hapus /mnt/workspace/.hermes/config.yaml untuk re-seed
