From 644b0753c981b3a25ba0a9338e860c6c94854df5 Mon Sep 17 00:00:00 2001 From: to7for <31083461+chablino@users.noreply.github.com> Date: Mon, 23 Mar 2026 22:34:56 +0800 Subject: [PATCH] Update agents/s11_autonomous_agents.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- agents/s11_autonomous_agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agents/s11_autonomous_agents.py b/agents/s11_autonomous_agents.py index ac1cd7b..5f19074 100644 --- a/agents/s11_autonomous_agents.py +++ b/agents/s11_autonomous_agents.py @@ -281,7 +281,7 @@ class TeammateManager: if unclaimed: task = unclaimed[0] result = claim_task(task["id"], name) - if result.startswith("Error"): + if result.startswith("Error:"): continue task_prompt = ( f"Task #{task['id']}: {task['subject']}\n"