From 406247b14985ab57902e8e42898dc8cb8960290d Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 8 Mar 2026 20:50:21 +0000 Subject: feat(executor): implement Gemini-based task classification and load balancing - Add Classifier using gemini-2.0-flash-lite to automatically select agent/model. - Update Pool to track per-agent active tasks and rate limit status. - Enable classification for all tasks (top-level and subtasks). - Refine SystemStatus to be dynamic across all supported agents. - Add unit tests for the classifier and updated pool logic. - Minor UI improvements for project selection and 'Start Next' action. --- web/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'web/index.html') diff --git a/web/index.html b/web/index.html index d7fb591..629b248 100644 --- a/web/index.html +++ b/web/index.html @@ -11,6 +11,7 @@

Claudomator

+