- Add ui.json configs for Main (purple) and Ejecutor (red) agents - AgentBar: fused arc-shaped dock at bottom with dynamic glow - Quick press opens styled terminal frame mockup - Hold opens voice modal with Web Speech API streaming transcription - Responsive: full-width mobile, max-width on tablet/desktop/4K - Agents API: serve uiConfig from ui.json in agent directories - Agents page: route, store, toolbar integration
10 lines
206 B
JSON
10 lines
206 B
JSON
{
|
|
"label": "Ejecutor",
|
|
"shortLabel": "EJ",
|
|
"color": "#ef4444",
|
|
"gradient": "linear-gradient(135deg, #ef4444, #dc2626)",
|
|
"terminalBg": "#0a0f1a",
|
|
"terminalBorder": "#ef4444",
|
|
"enabled": true
|
|
}
|