From f9a1cb7633cef4d008578b3abc95b3daf3070c2a Mon Sep 17 00:00:00 2001 From: Software Orchestrator Date: Fri, 19 Jun 2026 21:58:14 +0200 Subject: [PATCH] chore: add model_preset Minimax M3 and hidden:true to deploy_agent --- agents/deploy_agent/agent.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/agents/deploy_agent/agent.yaml b/agents/deploy_agent/agent.yaml index df9864c..13f2948 100644 --- a/agents/deploy_agent/agent.yaml +++ b/agents/deploy_agent/agent.yaml @@ -1,6 +1,8 @@ title: Deploy Agent description: Coolify Deployment Architect and Operator. Plans, executes, and debugs deployments. context: Use this agent for deployment planning, execution, and debugging with Coolify. It validates architectures, writes Compose configurations, manages resources, and diagnoses failures. +hidden: true +model_preset: "Minimax M3" skill_blacklist: - a0-development - a0-create-agent