What problem does it solve? Running long autonomous tasks inside a single agent session blocks the parent conversation and limits tool access. This Skill launches fully independent Hermes Agent CLI processes with their own sessions, full tool access, and persistent logging, so long-running missions execute in the background without occupying the parent agent. ## Core Features & Use Cases - One-Shot Mode (-q): Run a single non-interactive query that executes autonomously and exits, ideal for fire-and-forget research or setup tasks. - Interactive PTY Mode: Launch a full interactive Hermes session for multi-turn collaboration, code review loops, and steered research with back-and-forth feedback. - Session Resumption: Resume previous CLI sessions with --continue or --resume to restore full conversation history from SQLite. - Use Case: Spawn two parallel agents — one building a FastAPI backend and another building a React frontend — then relay the API schema between them to keep both codebases in sync. ## Quick Start Spawn a background Hermes agent with the command hermes chat -q to research a topic and write the findings to a file, then monitor it with the process tool.