type:
note
title:
201 — Agent / Orchestrator breakdown
status:
draft
tags:
agent
orchestrator
architecture
links:
101-architecture

Agent layer (interfaces + events, no recursion)

The Supervisor validates automated recommendations before anything sensitive.

AgentJob
Perceptioncollect + correlate sensor data
Riskseverity + confidence
Missionchoose response resources
Fleettrack robot availability / assignment
Incidentmaintain incident state machine
Reportproduce incident reports
Maintenanceflag degraded equipment
Supervisorgate automated recommendations

All communication is event-driven (via the bus in packages/event-bus), never uncontrolled recursive calls.

See also: [[103-events]], [[104-safety]].