ASYNC IPC
Zero-thread inter-agent communication
Agora v5 — atomic JSON inbox writes. No FIFOs, no race conditions. Debuggable with cat inbox/agent.json.
HIERARCHY
Three-tier agent architecture
Archon → Daimon → Ergates. Persistent specialists with SOUL.md identity. Stateless workers on demand.
MEMORY
Cross-session state via .eter/
Every project carries its own .eter/ directory. Agents pick up exactly where they left off.
TMUX
Self-managed agent processes
Agora auto-spawns agents in isolated tmux windows. Real-time pane capture for progress visibility.
PARALLEL
Concurrent task delegation
Hermes talks to multiple agents simultaneously. Hefesto spawns parallel sub-agents via delegate_task.
PORTABLE
No symlinks, no hardcoded paths
HERMES_HOME-aware path resolution. Shared API keys + per-profile overrides. Git-friendly by design.