hermes-agent-spawning

Spawn independent Hermes Agent CLI subprocesses for long-running tasks.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/founderphantom/zola-agent --skill hermes-agent-spawning-founderphantom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hermes-agent-spawning
Source: https://github.com/founderphantom/zola-agent/tree/main/skills/autonomous-ai-agents/hermes-agent
Command: npx skills add https://github.com/founderphantom/zola-agent --skill hermes-agent-spawning-founderphantom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spawn auxiliary Hermes Agent processes to run long-running tasks in isolation, enabling scalable concurrency and resilience.

Core Features & Use Cases

  • Spawn fully independent Hermes Agent CLI processes with their own sessions, enabling hours-long autonomous work
  • Interactive PTY mode for back-and-forth collaboration and task steering
  • One-shot non-interactive mode (-q) for fire-and-forget tasks and quick retries
  • Resume and manage previous sessions from SQLite history for continuity

Quick Start

Start a new hermes subprocess in PTY mode and submit your first task to begin interactive collaboration.

Frequently Asked Questions about hermes-agent-spawning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run long-running agent tasks without blocking my main automation process?

You can spawn independent Hermes Agent subprocesses to execute long-running tasks in isolation, enabling scalable concurrency and preventing main process blocking.

Can I interact with a subprocess agent for multi-turn collaboration?

Yes, you can use interactive PTY mode for back-and-forth collaboration and task steering, or use one-shot non-interactive mode (-q) for autonomous fire-and-forget runs.

Do I need the Hermes CLI installed to spawn agent subprocesses?

Yes, spawning Hermes Agent subprocesses requires a Hermes CLI installed on your system PATH and a configured API key to function correctly.

How do I resume a previous agent subprocess session?

You can resume and manage previous interactive or autonomous sessions from SQLite history, providing continuity across complex automations and long-running workflows.

What is the best way to handle fire-and-forget tasks with an agent subprocess?

Use the one-shot non-interactive mode (-q) to launch fire-and-forget tasks, enabling quick retries and autonomous execution without requiring active session management.

When should I use PTY mode instead of non-interactive mode for subprocesses?

Use PTY mode for interactive multi-turn collaboration requiring task steering, and use non-interactive mode (-q) for autonomous hours-long work or quick fire-and-forget queries.