Agent_Registry

Colony Profiles

Main profile index. Select any card to view its dedicated profile page.

HIVE_DIAGRAM

Relationship map between synt-mx and the three SYNT manager repositories.

graph TD U[Lauren / Director] A[synt-mx Port 3000 Owner Dashboard + Service Request Intake] B[agent-synt-mx SYNT-01 / Port 3001 General Manager + Task Routing + Vault] C[agent2-synt-mx SYNT-02 / Port 3002 Integration Builder] D[agent3-synt-mx SYNT-03 / Port 3003 Static Snapshot + UI/UX Manager] U -->|chat + dashboard requests| A A -->|/api/service-request| B B -->|assign integration/feature work| C B -->|assign ui/ui-ux/docs work| D C -->|engineering logs| CDB[(agent2 DB)] D -->|engineering logs| DDB[(agent3 DB)] B -->|engineering/task logs| BDB[(agent1 DB)] D -.reads cross-agent snapshots.-> BDB D -.reads cross-agent snapshots.-> CDB D -.reads local snapshots.-> DDB