Agent Estate

Map of all AI agents, their locations, and their roles in Anthony’s setup.

Overview

The agent estate consists of multiple Hermes instances, a QwenPaw deployment, ZeroClaw, Open-Claw, and Nanobot — each with a defined role and home container.

Agents

AgentContainerRoleStatus
hermes-productionCT460Production Command CentreActive
hermes-chaosCT450Experimental Chaos LabActive
nanobotCT333Scout (quota notifications, daily briefing)Active
qwenpawCT465Multi-agent gatewayActive
zeroclawCT333Autonomous daemon (TOML config)Active
open-clawVM 403Autonomous gateway nodeActive

Shared Infrastructure

All agents share:

Relationships

  • Hermes production (CT460) and Hermes Chaos (CT450) are separate Hermes instances with separate configs, skills, and cron jobs.
  • ZeroClaw and Nanobot share the same LXC container (CT333) but are different software with different configs (TOML vs JSON).
  • Open-Claw (VM 403) is a completely separate Docker-based gateway, not related to ZeroClaw despite the similar name.
  • QwenPaw (CT465) is a separate agent platform with its own workspace and model routing.

Key Rules

  • Never assume one agent’s config applies to another. Each agent has its own config format, paths, and provider routing.
  • CT333 has two agents. ZeroClaw (root, TOML) and Nanobot (JSON) coexist. Do not restart one without checking the other.
  • CT450 Chaos is experimental. Changes here must not affect CT460 production without explicit approval.
  • Phase Two (estate consolidation) is not approved. CT450 duplicate cron jobs remain paused; CT460 counterparts remain enabled.
  • hermes-agent — Hermes Agent system details
  • nanobot — Nanobot system details
  • hosts — Host and container inventory