What problem does it solve? Managing long-running background Hermes/Perpetua-Tools agent sessions manually is error-prone: stale PID files, duplicate sessions, and unclear status checks. This Skill provides a controlled start/stop/status lifecycle for a background hermes_harness.py process tracked by a PID file, so you can launch long tasks without blocking your current session. ## Core Features & Use Cases - Session Lifecycle Control: Start, stop, or check the status of a background hermes_harness.py session with a single command, with loud failure if a session is already running. - Multi-Session Support: Run concurrent sessions by setting the HERMES_SPAWN_SESSION environment variable to distinct, strictly validated session ids. - Machine-Readable Output: Use the --json flag to get structured status output for scripting and automation. - Use Case: Kick off a long-running task like "summarize open PRs" in the background, then poll its status later without blocking your interactive session. ## Quick Start Ask the agent to start a background Hermes session with a task description, then check its status with the status action.