diagnostico-interrupcoes-agentes

Diagnose Hermes agent interruptions, timeouts, and silent failures.

5|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/rafael-fae/agent-ops-worflow --skill diagnostico-interrupcoes-agentes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diagnostico-interrupcoes-agentes
Source: https://github.com/rafael-fae/agent-ops-worflow/tree/main/skills/operacao/diagnostico-interrupcoes-agentes
Command: npx skills add https://github.com/rafael-fae/agent-ops-worflow --skill diagnostico-interrupcoes-agentes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps diagnose and correct interruptions, timeouts, and non-responsive Hermes agents during long-running tasks, reducing lost work and stalled delegation cycles.

Core Features & Use Cases

  • Timeout diagnosis: Identifies when tasks stop because terminal time limits are too short or new messages interrupt execution.
  • Agent recovery: Guides the restart and verification of Hermes agents that are not responding in Slack or appear as disconnected processes.
  • Configuration hardening: Recommends safer defaults for timeout, busy-input handling, and delegation iteration limits to improve reliability.
  • Use case: Use this Skill when an agent stops mid-build, a subagent fails during complex debugging, or a Mac-based Hermes agent looks alive but no longer processes inbound messages.

Quick Start

Ask for a Hermes agent interruption diagnosis and apply the recommended fixes to the affected agent’s configuration and launch state.

Frequently Asked Questions about diagnostico-interrupcoes-agentes

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

FAQPage Schema
Why does my Hermes agent timeout during long-running delegated tasks?

Hermes agent timeouts during long-running delegated tasks usually occur because terminal time limits are too short or new Slack messages interrupt execution. Diagnosing the interruption requires validating terminal timeout settings and busy input mode to prevent silent failures.

How do I diagnose a Slack-connected Mac agent that stops responding mid-build?

To diagnose a Slack-connected Mac agent that stops responding mid-build, validate the agent process health, check launchctl-managed profiles for active status, and review delegation iteration limits to identify whether the stall is a silent failure or a process disconnection.

Can I configure Hermes agents to ignore new Slack messages while busy?

Yes, you can configure busy-input handling to prevent Hermes agents from being interrupted by new Slack messages during execution. Setting safer defaults for busy-input mode hardens agent configuration and improves reliability for complex multi-agent tasks.

What is the best way to recover a Hermes agent that appears alive but no longer processes messages?

The best way to recover a Hermes agent that appears alive but no longer processes inbound messages is to restart the agent process and verify its health, followed by checking launchctl profiles and applying configuration hardening to prevent recurrence.

Do I need launchctl to run Hermes agents on macOS?

Yes, launchctl is used to manage profiles for Hermes agents on macOS. Validating launchctl-managed profiles is a required step to verify agent process health and ensure Slack-connected Mac agents remain responsive during complex debugging tasks.