From 7d8598f2540753cba21e05c28d07041ff3d663ee Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 30 Mar 2026 02:53:06 -0300 Subject: [PATCH] atlasbot: cap quick runtime and expose genius model to portal --- services/atlasbot/atlasbot-deployment.yaml | 12 +++++++++--- services/bstein-dev-home/backend-deployment.yaml | 2 ++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/services/atlasbot/atlasbot-deployment.yaml b/services/atlasbot/atlasbot-deployment.yaml index 192f7439..f6eb37d1 100644 --- a/services/atlasbot/atlasbot-deployment.yaml +++ b/services/atlasbot/atlasbot-deployment.yaml @@ -110,6 +110,12 @@ spec: value: "600" - name: ATLASBOT_THINKING_INTERVAL_SEC value: "30" + - name: ATLASBOT_QUICK_TIME_BUDGET_SEC + value: "15" + - name: ATLASBOT_SMART_TIME_BUDGET_SEC + value: "45" + - name: ATLASBOT_GENIUS_TIME_BUDGET_SEC + value: "180" - name: ATLASBOT_SNAPSHOT_TTL_SEC value: "30" - name: ATLASBOT_HTTP_PORT @@ -135,11 +141,11 @@ spec: - name: ATLASBOT_SMART_MAX_CANDIDATES value: "6" - name: ATLASBOT_FAST_LLM_CALLS_MAX - value: "24" + value: "8" - name: ATLASBOT_SMART_LLM_CALLS_MAX - value: "48" + value: "24" - name: ATLASBOT_GENIUS_LLM_CALLS_MAX - value: "96" + value: "72" ports: - name: http containerPort: 8090 diff --git a/services/bstein-dev-home/backend-deployment.yaml b/services/bstein-dev-home/backend-deployment.yaml index 14038931..3dd5ec2e 100644 --- a/services/bstein-dev-home/backend-deployment.yaml +++ b/services/bstein-dev-home/backend-deployment.yaml @@ -73,6 +73,8 @@ spec: value: qwen2.5:14b-instruct-q4_0 - name: AI_ATLASBOT_MODEL_SMART value: qwen2.5:14b-instruct + - name: AI_ATLASBOT_MODEL_GENIUS + value: qwen2.5:14b-instruct - name: AI_ATLASBOT_TIMEOUT_SEC value: "30" - name: AI_NODE_NAME