debug: v2.1 marker

This commit is contained in:
ymq 2026-08-11 15:35:17 +08:00
parent aaad55cdab
commit 2b615f76a9

View File

@ -603,7 +603,7 @@ class AgentExecutor:
if not recs:
return "暂无任务"
# 状态图标映射
# v2.1 format: markdown table
icons = {
"submitted": "", "running": "🔄", "review": "👀",
"approved": "", "completed": "✔️", "failed": "",