github outsourc-e/hermes-workspace v2.0.0
v2.0.0 — Zero-Fork Release

latest releases: v2.3.0, v2.2.0, v2.1.3...
one month ago

Zero-fork release. Clone, don't fork.

Project Workspace now runs on vanilla pip install hermes-agent (0.10.0+). No patches, no forks, no drift. Upgrade any time with pip install -U hermes-agent.

Highlights

  • Zero-fork architecture — workspace talks directly to vanilla hermes-agent via standard endpoints
  • One-liner installercurl -fsSL … | bash provisions everything
  • Conductor (/conductor) — mission-control surface: spawn missions, assign workers, watch live output
  • Operations (/operations) — agent registry: pause, steer, kill live agents with role + model insight
  • Hermes-Nous theme — dark + light editorial variants with cobalt/paper surface pass
  • Synthesized tool pills — inline tool-call rendering from dashboard stream markers
  • Landing parity pass — hero, features, screenshots, setup, OG image, mobile theme toggle

Fixes

  • Duplicate responses and disappearing history on interrupt (#62)
  • Portable-mode double user message + uncleaned timeouts
  • Local model selection actually propagates to chat
  • Dashboard token injection on / instead of /index.html
  • Onboarding no longer stacks behind workspace shell

Full notes: CHANGELOG.md

Upgrade

git pull
pnpm install
pnpm build

Pair with latest agent: pip install -U hermes-agent

Don't miss a new hermes-workspace release

NewReleases is sending notifications on new releases.