Skip to content

Agent Ecosystem Overview

56 registered agents, 54 active. All execute through the shared executor (ge-executor), not individual pods.

Source of truth: ge-ops/master/AGENT-REGISTRY.json

By LLM Provider

  • Claude (51): All infrastructure, security, governance, and most dev agents
  • OpenAI/Codex (4): margot (client comms), benjamin (docs), jouke (content), dinand (Team Beta)
  • Gemini (1): felice (Team Beta)

Team Structure

Swimlane Agents Purpose
orchestration dolly Routes all work. Never calls LLMs.
client_project dima, aimee, faye, margot Intake, scoping, project management, communications
team_alpha urszula, floris, martijn, koen, marije, benjamin, jouke, alex, boris, marta Primary dev team
team_beta maxim, floor, valentin, eric, judith, joost, dinand, tjitte, yoanna, iwona Mirror dev team
infrastructure_operations ron, arjan, thijmen, leon, gerco, otto Cloud, k8s, deployment
network_infrastructure stef, karel, jette, corne Firewalls, VPNs, DNS
security_compliance piotr, julian, victoria, pol, hugo Secrets, compliance, pentesting
monitoring_analysis nessa, eltjo, mira Performance, logs, incidents
knowledge_content alexander, annegreet, felice Design, curation, content
innovation joshua R&D

Key Agents

  • Dolly — Orchestrator. Scans inboxes, routes via Redis Streams. Never calls LLMs.
  • Ron — Guardian. Constitution enforcement, integrity monitoring.
  • Koen/Eric — Code reviewers (Alpha/Beta).
  • Annegreet — Knowledge curator. Feeds the wiki brain's learning pipeline.
  • Margot — Client communications (OpenAI).
  • Urszula/Maxim — Lead backend developers (Alpha/Beta).

How Agents Execute

All agents run through the shared executor deployment (ge-executor, 2 replicas). Per-agent k8s deployments exist but are ALL scaled to 0 (legacy). See Executor for details.

Monitoring Agent Isolation

Annegreet, eltjo, victoria, nessa, mira are in the monitoring isolation set. They cannot trigger each other via post-completion hooks. See Hook Loops.

Communication

  • Task dispatch: Redis Streams (triggers.{agent})
  • Discussions: Admin UI API (/api/discussions/*)
  • Clarifications: ge-ops/notifications/human/
  • Completions: ge-ops/system/completions/COMP-*.md + Redis Stream