Operator manual.
How the Orpheus operating system is structured, how agents are routed, and how to use the Conductor cockpit during a live session.
Overview
Orpheus DAO is a static site that presents an AI agent operating system for crypto builders. The marketing layer lives on index.html; the interactive cockpit is conductor.html.
Pages
- index.html — Vision, orchestra preview, features, Symphony DAO.
- conductor.html — Agent grid, command center, live log, mixer, sequence.
- manifesto.html — Public principles and commitments.
- whitepaper.html — Technical framing and roadmap.
- documentation.html — This guide.
Agent orchestra
Six default channels ship with the demo:
- Hermes Research — indexing, synthesis, citations.
- Code Lyre — contracts, tests, deployment prep.
- Security Oracle — static and symbolic review passes.
- Launch Muse — distribution, liquidity, comms sequencing.
- Market Tempo — pair tracking and depth readouts.
- Community Chorus — moderation across social surfaces.
Conductor session
Pin an agent
Click a tile in the agent grid to pin the active composer. Prompts route to the pinned channel.
Mixer
Drag faders to set relative volume. Use M (mute) and S (solo) to focus the harmony.
Presets & knobs
Research, Ship, Audit, Launch, and Moderate presets adjust prompt depth, temperature, and risk posture. Knobs are draggable.
Run / Stop
Session controls animate CPU, memory, and harmony meters while the live log streams synthetic movement events.
Running locally
python -m http.server 8000 # open http://localhost:8000/
No build step. Shared chrome (nav, footer, logo) is injected by assets/js/orpheus-ui.js.