Skip to content

2026-01-20 Agent-Zero Recovery

Incident Summary

  • Issue: Agent-Zero login failure, RFC errors, and lack of autonomous capability.
  • Root Cause:
    • shell_interface defaulted to "ssh" (development mode) causing connection attempts to localhost:55080.
    • Missing OpenRouter API key.
    • Missing [LEASH] bypass.
    • Missing SSH keys for vivianl on computer-ai for autonomous fleet management.

Resolution

  1. Configuration:
    • Enabled shell_interface: "local".
    • Added --dockerized flag to systemd service to force production mode.
    • Configured Hybrid Model (OpenRouter Chat + Ollama Utility).
    • Disabled Human Confirmation ([LEASH]) extension.
  2. Infrastructure:
    • Generated SSH key on computer-ai.
    • Authorized key on memory-alpha.
  3. Knowledge:
    • Injected knowledge/default/main/fleet.md with fleet inventory.

Status

  • Agent-Zero is fully operational and autonomous.
  • Documentation site restored.