From e77140a58f50ffbb71c6bfe659c5d6530b8e5be5 Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 15 Mar 2026 17:33:26 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20per-agent=20concurrency=20=E2=80=94=20c?= =?UTF-8?q?laude:=201,=20gemini:=203,=20codex:=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Virgil --- config/agents.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/config/agents.yaml b/config/agents.yaml index 9be07a6..0d86ecb 100644 --- a/config/agents.yaml +++ b/config/agents.yaml @@ -2,8 +2,6 @@ version: 1 # Dispatch concurrency control dispatch: - # Maximum concurrent agent processes (0 = unlimited) - max_concurrent: 2 # Default agent type when not specified default_agent: claude # Default prompt template @@ -11,6 +9,12 @@ dispatch: # Workspace root (relative to this file's parent) workspace_root: .core/workspace +# Per-agent concurrency limits (0 = unlimited) +concurrency: + claude: 1 + gemini: 3 + codex: 1 + # Agent identities (which agents can dispatch) agents: cladius: