diff --git a/public/css/styles.css b/public/css/styles.css index d24e994..865148e 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -2504,6 +2504,24 @@ tbody tr:hover td { text-align: center; } +#schedules-table { + table-layout: fixed; +} + +.schedule-task-cell { + max-width: 250px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.schedule-actions-cell { + display: flex; + align-items: center; + gap: 4px; + flex-wrap: nowrap; +} + .terminal-wrapper { display: flex; flex-direction: column; diff --git a/public/index.html b/public/index.html index 6b10d22..edf90e3 100644 --- a/public/index.html +++ b/public/index.html @@ -91,6 +91,10 @@ Sistema + + + Importar + Novo Agente @@ -288,6 +292,14 @@ + + + + + + + + Agente @@ -311,6 +323,15 @@ + + + + Histórico de Disparos + + + Nenhum disparo registrado + + @@ -534,6 +555,44 @@ + + + Ferramentas Permitidas + + Lista separada por vírgula. Vazio = todas permitidas. + + + Max Turns + + Limite de turnos agênticos. 0 = sem limite. + + + Permission Mode + + Padrão + default + plan + acceptEdits + bypassPermissions + + + + Tags @@ -852,6 +911,36 @@ + + + + Importar Agente + + + + + + + JSON do Agente + + Cole o JSON gerado pela função de exportar agente. + + + + + + @@ -864,6 +953,7 @@ +
Nenhum disparo registrado
Lista separada por vírgula. Vazio = todas permitidas.
Limite de turnos agênticos. 0 = sem limite.
Cole o JSON gerado pela função de exportar agente.