From d0f7cafeb6a879cc0bdcf46516c73462c26787c2 Mon Sep 17 00:00:00 2001 From: Google AI Agent Date: Sun, 5 Apr 2026 21:34:59 +0000 Subject: [PATCH] feat: implement Gemma Scout protocol and Local-First RAG --- config.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config.yaml b/config.yaml index 373cdeee..9305859a 100644 --- a/config.yaml +++ b/config.yaml @@ -20,7 +20,12 @@ terminal: modal_image: nikolaik/python-nodejs:python3.11-nodejs20 daytona_image: nikolaik/python-nodejs:python3.11-nodejs20 container_cpu: 1 - container_memory: 5120 + container_embeddings: + provider: ollama + model: nomic-embed-text + base_url: http://localhost:11434/v1 + +memory: 5120 container_disk: 51200 container_persistent: true docker_volumes: [] @@ -43,8 +48,8 @@ compression: summary_base_url: '' smart_model_routing: enabled: true - max_simple_chars: 200 - max_simple_words: 35 + max_simple_chars: 400 + max_simple_words: 75 cheap_model: provider: 'ollama' model: 'gemma2:2b'