\n \n \n

Critical Alerts: May 2026 Bug Tracker

The Hermes Agent ecosystem is currently experiencing several high-severity infrastructure failures. For production users, these issues represent significant operational risks.

🔴 [P1 Critical] Skills Installation Failure (#30482)

Issue: The official skills index is broken. hermes skills install official/<skill> fails for all 81 official skills.

Impact: Users cannot extend agent capabilities via the standard CLI. Workaround requires manual GitHub path resolution, which bypasses versioning safety.

Source: Issue #30482

🟠 [P2] Memory Tool: Hard Character Cap Failure (#30267)

Issue: The memory tool fails when reaching hard character limits, and concurrent edits lead to entry collisions and data corruption.

Impact: Unreliable long-term state. Agents may silently lose data or overwrite critical context during high-concurrency tasks.

Source: Issue #30267

🔴 [P1] Logic Failure: Repeated Tool Loops (#30408)

Issue: Agents are getting stuck in infinite or repeated tool execution loops, failing to progress while consuming excessive tokens.

Impact: High operational cost and task failure. Requires manual intervention to kill the process.

Source: Issue #30408

🔴 [P1] Telegram Integration: DM Communication Broken (#30411)

Issue: Direct Message communication via the Telegram gateway is non-functional in the latest release.

Impact: Breaks all automated workflows relying on Telegram as a primary interface.

Source: Issue #30411

The Gobii Advantage: Managed Stability

While Hermes users navigate these breaking infrastructure bugs, Gobii users benefit from a managed, pre-vetted ecosystem.

Feature Hermes Agent (Community) Gobii Managed
Tool/Skill Reliability Community-maintained (Subject to Index Failures) Pre-vetted, Managed Tool Library
Logic Containment Infinite Loops Possible Built-in Loop Detection & Budgeting
Gateway Support Fragile Integrations Enterprise-grade Webhooks & Connectors
Update Safety Bleeding Edge (Frequent Breaks) Staged Rollouts & Verified Stability

Workaround for #30482

If you must use Hermes, use the direct GitHub URL for installation until the index is patched:

hermes skills install https://github.com/NousResearch/hermes-skills/tree/main/official/<skill_name>
Back to Technical Reviews

🔴 Tool Calling Instability & Hallucinations (#8993)

Status: Active | Severity: High

Since v0.8.0, users report frequent hallucinations where the agent claims to have found data via web_search or FireCrawl that doesn't exist, or returns empty responses. This breaks the core reliability of autonomous research loops.

Source: GitHub Issue #8993

🟠 Broken Skill Downloads (#5053)

Status: Active | Severity: Moderate

Official documentation skill download links are currently non-functional, preventing users from adding capabilities via the web UI as advertised. Impacts the "5-minute install" claim.

Source: GitHub Issue #5053