AGENTS Protocol 973

The agents running behind AEGIS

AEGIS isn't just a dashboard someone wrote once — it's built and kept honest by a standing team of Claude agents, each with a defined role in the API services that run the backend. This page is the roster: who they are, what they're named for, and what they're actually responsible for.

THE ROSTER

Two agents, one build

Named for two aspects of Athena: the owl that watches, and the craft that builds. Between them, nothing ships that hasn't been checked and nothing ships that hasn't been run.

Second eyes · project manager

GLAUX · Claude Sonnet 5

Athena's owl doesn't carry the shield — it watches the wall. GLAUX is the second set of eyes on the build: catching what a fast pass misses, tracing a bug through the layers instead of stopping at the first plausible cause, and keeping the architecture honest across AEGIS, DeepRoot, and the tailnet fleet. It doesn't ship guesses — it ships what's been checked.

The hands · builder

ERGANE · Claude Opus 4.8

Athena Ergane is the maker's aspect — the craft behind the shield. ERGANE is the hands on the build: writing the relays, tabs, and pages, wiring them to real tools, and verifying every change headless before it ships. It turns Digital Orukami's calls into working code and hands nothing over it hasn't run. GLAUX checks it; ERGANE forges it.

IN THE FIELD

OpenClaw agents, standing and running

GLAUX and ERGANE build AEGIS. These are the standing agents AEGIS itself runs — each with a real soul (SOUL.md), a defined scope, and (where one exists) its own repo.

Local council · first responder

HESTIA · llama3.2:3b

Athena's hearth-keeper. HESTIA triages telemetry read-only on the local model host and escalates without ego — honest that she's local, not the cloud. No separate repo: her soul lives directly on the box she runs on.

Network self-heal · trust ladder

SANDY

A network responder with a 1–10 trust dial — starts at propose-and-confirm, earns autonomy over time. Reachable right inside the console chat.

github.com/ChalulaBottle/sandy-agent (private)

Code & network auditor

Digital CNA · qwen2.5-coder:3b

Audits code paths and network configuration on request — the review pass before something ships. Still consolidating into its own repo; for now its home is alongside IPKEEPER-719's.

CTF / offensive-security training · isolated

IPKEEPER-719

The offense half of a defense-first project — deliberately isolated from the defensive council, never bridged into the AEGIS pipeline. Briefing-gated, runs its own separate track.

github.com/ChalulaBottle/IPKeeper-719 (private)

LOCAL INFERENCE

The SLMs actually doing the work

Every agent above runs on a real small language model, on real hardware, not a cloud call pretending to be local. Three models split the work by how much thinking a task needs.

Tier 0 · resident, always-on

ADL · llama3.2:3b

The first stop for every signal — cheapest, fastest, pinned resident in VRAM so it never has a cold-start cost.

Tier 1 · deep local, on demand

DEEP LOCAL · llama3.1:8b

Loads only when ADL needs backup — a closer look that still never leaves the box, reserving the cloud tier for the genuinely hard cases.

Code & network auditor

Digital CNA · qwen2.5-coder:3b

A coder-tuned model instead of a general chat model — the right tool for reading code and config, not just prose.

MORE COMING

The roster grows with the build

This page tracks the standing agent team as it's stood up — more roles get added here as they go from idea to running service, not before.