Appearance
UI Surfaces
The agent platform is consumed by four UIs today: Director (the workbench), Smithers (the constraint-convergence orchestrator), Chat (the conversation app), and Admin (the operator console). Each integrates with system.agents — but in different ways and at different depths.
Pages
- Director integration —
backendMount: 'system.agents'and the actor canvas. - Smithers integration —
SmithersSupervisororchestrating coding sessions throughagencyInvoke. - Chat integration —
ConversationSurfaceas the bridge. - Admin integration — what an admin can do via
$sessionList,$sessionClearAll,$metrics.
See also
Source:
projects/matrix-3/packages/director/src/,projects/matrix-3/packages/smithers/,projects/matrix-3/packages/chat/,projects/matrix-3/packages/matrix-web/.