auto-sync: 2026-06-08 08:50:47
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions

This commit is contained in:
cfdaily
2026-06-08 08:50:47 +08:00
parent 900a38524f
commit 9821835af5
+9
View File
@@ -0,0 +1,9 @@
"""Agent ID 统一注册表。所有模块引用此文件获取合法 Agent ID。"""
AGENT_IDS = frozenset({
"pangtong-fujunshi",
"simayi-challenger",
"zhangfei-dev",
"guanyu-dev",
"zhaoyun-data",
"jiangwei-infra",
})