Skip to content

Zeus Hermes Orchestrator v0.1.0

Choose a tag to compare

@brainx brainx released this 17 Jun 00:07

Zeus Hermes Orchestrator v0.1.0

Initial public alpha for running many Hermes Agent bots from reusable templates.

Highlights

  • Stdlib-only local orchestrator with TOML template validation.
  • Isolated Hermes profile rendering under .zeus/.
  • SQLite bot registry and loopback CLI/API.
  • Gateway lifecycle management with PID ownership checks and graceful stop/restart.
  • Built-in templates for coding, research, support, and native DeepSeek configuration.
  • README hero, badges, demo recording, roadmap, and operator-focused docs.
  • Systemd sample unit plus backup, logs, upgrade, and restart policy notes.
  • CI gates for Python 3.11, 3.12, and 3.13 with ruff, mypy, Bandit, ShellCheck, tests, package build, and twine metadata checks.

Verification

  • GitHub CI passed on the release commit 8845634c580213420412569ad9fbabc10fc2972b.
  • Fresh VPS verification passed previously for the same release line with real Hermes profile checks and API smoke.

Security

  • Mutating API endpoints require ZEUS_API_KEY.
  • Templates reject inline secret-like values.
  • Runtime state and rendered profile env files remain outside git.