Skip to content

docs(team-leader): simplify worker name guidance#976

Open
RerankerGuo wants to merge 1 commit into
agentscope-ai:mainfrom
RerankerGuo:fix/issue-913-leader-worker-name-guidance
Open

docs(team-leader): simplify worker name guidance#976
RerankerGuo wants to merge 1 commit into
agentscope-ai:mainfrom
RerankerGuo:fix/issue-913-leader-worker-name-guidance

Conversation

@RerankerGuo

Copy link
Copy Markdown

Summary

  • replace defensive assignedTo warning blocks with a concise Matrix-localpart rule
  • point DAG and Loop guidance at the same rule without duplicating examples
  • simplify task-management Worker Name Canonicality while preserving hiclaw get workers / matrixUserID lookup guidance

Fixes #913.

Tests

  • git diff --check
  • rg -n "❌|mandatory before|Common mistake|Do NOT use CLI|strip prefixes|matrixUserID|assignedTo|assigned_to" manager/agent/team-leader-agent/skills/project-management/SKILL.md manager/agent/team-leader-agent/skills/project-management/references/dag-execution.md manager/agent/team-leader-agent/skills/task-management/SKILL.md

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

📊 CI Metrics Report

Summary

Metric Current Baseline Change
LLM Calls 116 81 +35 ↑ +43.2%
Input Tokens 3132781 2803871 +328910 ↑ +11.7%
Output Tokens 28957 16791 +12166 ↑ +72.5%
Total Tokens 3161738 2820662 +341076 ↑ +12.1%

By Role

Role Metric Current Baseline Change
🧠 Manager LLM Calls 73 68 +5 ↑ +7.4%
Input Tokens 2281648 2502214 -220566 ↓ -8.8%
Output Tokens 15547 13725 +1822 ↑ +13.3%
Total Tokens 2297195 2515939 -218744 ↓ -8.7%
🔧 Workers LLM Calls 43 13 +30 ↑ +230.8%
Input Tokens 851133 301657 +549476 ↑ +182.2%
Output Tokens 13410 3066 +10344 ↑ +337.4%
Total Tokens 864543 304723 +559820 ↑ +183.7%

Per-Test Breakdown

Test Mgr Calls Wkr Calls Δ Calls Mgr In Wkr In Mgr Out Wkr Out Δ Tokens Trend
02-create-worker 5 0 -7 ↓ -58.3% 135200 0 827 0 -222595 ↓ -62.1% ✅ improved
03-assign-task 12 4 +1 ↑ +6.7% 332258 89255 1957 774 -49412 ↓ -10.4% ⚠️ regressed
04-human-intervene 19 22 +28 ↑ +215.4% 474338 335842 3296 2049 +382527 ↑ +88.3% ⚠️ regressed
05-heartbeat 8 2 +3 ↑ +42.9% 249966 43770 1494 270 +20248 ↑ +7.4% ⚠️ regressed
06-multi-worker 29 15 +10 ↑ +29.4% 1089886 382266 7973 10317 +210308 ↑ +16.4% ⚠️ regressed

Trends

1 test(s) improved (fewer LLM calls)
⚠️ 4 test(s) regressed (more LLM calls)


Generated by HiClaw CI on 2026-07-02 10:59:42 UTC


📦 Download debug logs & test artifacts

@github-actions

github-actions Bot commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

❌ Integration Tests Failed (llm-interaction / mgr=copaw / wk=hermes)

Commit: c9a0fad
Workflow run: #1404

Test Results
No test output captured.
Debug Log (tail)
No debug logs available.

📦 Download full debug logs & test artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simplify Leader skill guidance for worker name canonicality in task assignment

1 participant