| type: | note | |||
|---|---|---|---|---|
| title: | 201 — Agent / Orchestrator breakdown | |||
| status: | draft | |||
| tags: |
| |||
| links: |
|
The Supervisor validates automated recommendations before anything sensitive.
| Agent | Job |
|---|---|
| Perception | collect + correlate sensor data |
| Risk | severity + confidence |
| Mission | choose response resources |
| Fleet | track robot availability / assignment |
| Incident | maintain incident state machine |
| Report | produce incident reports |
| Maintenance | flag degraded equipment |
| Supervisor | gate automated recommendations |
All communication is event-driven (via the bus in packages/event-bus),
never uncontrolled recursive calls.
See also: [[103-events]], [[104-safety]].