Olympus v1.0.2
Public launch polish for Olympus, the read-only HermesOS Agent Monitor.
What changed:
- Added a live dashboard screenshot to the README.
- Rewrote install as a clear clone, npm install, run dev, open dashboard flow.
- Added discovery topics for agent monitor, Hermes Agent, AI agents, plugin, and operations.
Install locally:
git clone https://github.com/AIEngineerX/Olympus.git
cd Olympus
npm ci
npm run devThen open:
http://127.0.0.1:9119/olympus
Verification run before release:
- npm run verify
- npm run test:visual
- npm run test:live
- npm run test:performance
- npm run test:security
- npm run test:desktop
- npm audit --audit-level=moderate
Known caveat:
- Hermes Desktop currently has native routes but no dashboard plugin-tab route signal yet, so Olympus is verified through the Hermes web dashboard until Desktop plugin-tab parity lands.