autolab-hermes-delegation

Orchestrate multi-agent Autolab Hermes delegation with role contracts and parent rules.

303|41|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/burtenshaw/multiautoresearch --skill autolab-hermes-delegation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: autolab-hermes-delegation
Source: https://github.com/burtenshaw/multiautoresearch/tree/main/.agents/skills/autolab-hermes-delegation
Command: npx skills add https://github.com/burtenshaw/multiautoresearch --skill autolab-hermes-delegation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate Hermes delegation for multi-agent Autolab setups by clearly defining parent-child interaction rules and preventing repeated delegation.

Core Features & Use Cases

  • Structured role contracts: Enforces passing the full role contract in every delegate_task call to ensure predictable behavior.
  • Safety-focused governance: Keeps memory isolation and defined toolsets per role, preventing unintended actions.
  • Reuse across roles: Works for planner, reviewer, researcher, reporter, memory-keeper, experiment-worker, and others within a single repo.

Quick Start

Follow the steps to deploy Hermes as the parent controller and begin delegating tasks to child agents in a controlled, single-pass flow.

Frequently Asked Questions about autolab-hermes-delegation

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

FAQPage Schema
What is safe multi-agent delegation in Autolab Hermes workflows?▼

Safe multi-agent delegation in Autolab Hermes workflows is a control method where a parent session delegates tasks to child agents like planner or researcher while enforcing role defaults, memory isolation, and single-pass summaries to prevent uncontrolled actions.

How do I delegate tasks to multiple agents without losing safety controls?▼

To delegate tasks safely to multiple agents, pass the full role contract in every delegate_task call, ensuring each agent operates within a defined toolset and isolated memory to prevent unintended or repeated delegation actions.

Does Hermes delegation support roles beyond planner and reviewer?▼

Hermes delegation supports multiple roles including planner, reviewer, researcher, reporter, memory-keeper, and experiment-worker, allowing a single parent controller to reuse the delegation contract across various specialized agents within one repo.

How do I stop a parent Hermes session from repeatedly delegating to child agents?▼

To stop a parent Hermes session from repeatedly delegating to child agents, enforce non-clarification interactions and single-pass summaries within the delegate_task contract, which prevents circular task hand-offs.

Can I use Hermes delegation for multi-agent control in a single repository context?▼

Hermes delegation is designed for multi-agent control within a single repository context, allowing a parent session to manage role defaults and governance rules for all child agents operating in that environment.

What are the limitations of using single-pass summaries in multi-agent workflows?▼

Single-pass summaries in multi-agent workflows prevent repeated delegation but require each child agent to return complete results in one pass, meaning complex tasks must be fully scoped within the initial delegate_task contract before execution.