Files
sanguo_moziplus_v2/src/config/agents.py
T
cfdaily 9821835af5
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions
auto-sync: 2026-06-08 08:50:47
2026-06-08 08:50:47 +08:00

10 lines
242 B
Python

"""Agent ID 统一注册表。所有模块引用此文件获取合法 Agent ID。"""
AGENT_IDS = frozenset({
"pangtong-fujunshi",
"simayi-challenger",
"zhangfei-dev",
"guanyu-dev",
"zhaoyun-data",
"jiangwei-infra",
})