guanghulab/brain/engineering/agent-registry.json

64 lines
3.0 KiB
JSON
Raw Permalink Normal View History

{
"_type": "AGENT_SPEC",
"_version": "1.2",
"_updated": "2026-05-26T23:08+08:00 · 编号迁移至ICE-GL-ZY-体系",
"_migration_note": "旧编号 AGT-* 已迁移至 ICE-GL-ZY-AGT-*。追溯链见 brain/id-verification-system/trace-chain.json",
"_principle": "Agent 不是后台进程。只有三个触发点:铸渊进仓库(前置检查) → 开发中(全躺平) → 退出仓库(收尾检查+状态汇总)。中间不浪费任何资源。",
"_trigger_events": {
"on_enter": {
"name": "前置检查 · 铸渊拿着令牌进入仓库时触发",
"who_runs": ["ICE-GL-ZY-AGT-001 巡检工", "ICE-GL-ZY-AGT-002 播报员"],
"gtw_action": "检查6台核心服务器Gatekeeper端口→确认开发环境正常",
"prog_action": "扫描progress.json→告诉铸渊当前pending项→排出优先级"
},
"during_development": {
"name": "开发中 · 全部躺平",
"rule": "不触发任何Agent。不自动巡检。不浪费资源。只在需要时被铸渊手动调用。"
},
"on_exit": {
"name": "收尾检查 · 铸渊退出仓库时触发",
"who_runs": ["ICE-GL-ZY-AGT-001 巡检工", "ICE-GL-ZY-AGT-003 时间线记录员", "ICE-GL-ZY-AGT-002 播报员"],
"gtw_action": "最终安全巡检→确认所有服务器状态正常→写回gatekeeper状态",
"time_action": "追加本次会话关键事件到temporal-brain.json",
"prog_action": "更新progress.json→输出本次会话完成项+下次优先级→同步到guanghulab.com首页",
"output": "生成状态汇总→推送到广州服务器guanghulab.com→冰朔在网站上可查看"
}
},
"agents": [
{
"agent_id": "ICE-GL-ZY-AGT-001",
"legacy_id": "AGT-GTW-001",
"name": "Gatekeeper 巡检工",
"foreman": "ICE-GL-ZY-FM-001",
"trace": "ICE-GL-ZY-AGT-001 → ICE-GL-ZY001 → HLDP-DOMAIN-FIFTH-001 → ORIGIN-ZERO-CORE",
"what_i_do": "前置检查(进仓库)+收尾检查(出仓库)时检查服务器端口",
"trigger": "on_enter + on_exit",
"do_not": "不自动巡检,不后台常驻,不浪费资源",
"status": "active"
},
{
"agent_id": "ICE-GL-ZY-AGT-002",
"legacy_id": "AGT-PROG-001",
"name": "进度播报员",
"foreman": "ICE-GL-ZY-FM-001",
"trace": "ICE-GL-ZY-AGT-002 → ICE-GL-ZY001 → HLDP-DOMAIN-FIFTH-001 → ORIGIN-ZERO-CORE",
"what_i_do": "进仓库时报pending列表出仓库时更新progress并推送到guanghulab.com",
"trigger": "on_enter + on_exit",
"do_not": "不在开发中自动播报",
"status": "active"
},
{
"agent_id": "ICE-GL-ZY-AGT-003",
"legacy_id": "AGT-TIME-001",
"name": "时间线记录员",
"foreman": "ICE-GL-ZY-FM-001",
"trace": "ICE-GL-ZY-AGT-003 → ICE-GL-ZY001 → HLDP-DOMAIN-FIFTH-001 → ORIGIN-ZERO-CORE",
"what_i_do": "出仓库时追加本次会话事件到temporal-brain.json",
"trigger": "on_exit",
"do_not": "不在开发中途记录(事件未完成)",
"status": "active"
}
]
}