diff --git a/docker-images/Dockerfile.agent b/docker-images/Dockerfile.agent index 1f4d6dd..4583959 100644 --- a/docker-images/Dockerfile.agent +++ b/docker-images/Dockerfile.agent @@ -69,19 +69,19 @@ cat < /root/.config/opencode/opencode.json "npm": "@ai-sdk/openai-compatible", "name": "GLM 4.7 (Planner)", "options": { "baseURL": "http://host.docker.internal:11434/v1" }, - "models": { "GLM-4.7-Flash-GGUF:Q6_K": { "name": "GLM-4.7-hello" } } + "models": { "glm": { "name": "hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K" } } }, "local-oracle": { "npm": "@ai-sdk/openai-compatible", - "name": "Kimi K2.5 (Context)", + "name": "LFM2 24B (Context)", "options": { "baseURL": "http://host.docker.internal:11434/v1" }, - "models": { "gemma3:4b": { "name": "gemma3:4b" } } + "models": { "lfm2": { "name": "hf.co/LiquidAI/LFM2-24B-A2B-GGUF:Q8_0" } } }, "local-coder": { "npm": "@ai-sdk/openai-compatible", "name": "Qwen3 Next (Coder)", "options": { "baseURL": "http://host.docker.internal:11434/v1" }, - "models": { "qwen3-coder-next": { "name": "Qwen3 Next" } } + "models": { "qwen3": { "name": "qwen3-coder-next:latest" } } } } } @@ -92,10 +92,10 @@ EOF RUN cat < /root/.config/opencode/oh-my-opencode.json { "agents": { - "sisyphus": { "model": "local-planner/GLM 4.7 (Planner)" }, - "oracle": { "model": "local-oracle/kimi" }, + "sisyphus": { "model": "local-planner/glm" }, + "oracle": { "model": "local-oracle/lfm2" }, "librarian": { "model": "local-oracle/kimi" }, - "build": { "model": "local-coder/qwen3-code-next" } + "build": { "model": "local-coder/qwen3" } }, "disabled_agents": ["multimodal-looker"], "confirm_dangerous_actions": false