feat: register Zhuyuan independent agent team route
This commit is contained in:
parent
931f78d72f
commit
3ef7f6cc66
7 changed files with 237 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.ai-machine-navigation-map/v1",
|
||||
"map_id": "AI-MACHINE-NAV-001",
|
||||
"version": "2026-08-04.1",
|
||||
"version": "2026-08-04.2",
|
||||
"state": "EXECUTABLE_SOURCE_ACTIVE",
|
||||
"repository_id": "REPO-012",
|
||||
"raw_base": "https://guanghulab.com/code/bingshuo/guanghu-ice-heart/raw/branch/main",
|
||||
|
|
@ -68,6 +68,12 @@
|
|||
"path": "routing/bingshuo-living-system-controller-map.json",
|
||||
"load_policy": "runtime_integrity"
|
||||
},
|
||||
{
|
||||
"id": "ZY-AGENT-TEAM-MAP-001",
|
||||
"kind": "independent_persona_team_map",
|
||||
"path": "routing/zhuyuan-agent-team-map.json",
|
||||
"load_policy": "team_dispatch_only"
|
||||
},
|
||||
{
|
||||
"id": "BS-TCS-PROTOCOL-EVENT-TRIGGER-MAP-001",
|
||||
"kind": "protocol_trigger_map",
|
||||
|
|
@ -182,6 +188,33 @@
|
|||
"PERMISSION_UNVERIFIED",
|
||||
"EXTERNAL_RECEIPT_MISSING"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "team_dispatch",
|
||||
"meaning": "Resolve the independent resident persona team only after the Zhuyuan controller has produced a bounded task and verified each member handshake.",
|
||||
"always_load": [
|
||||
"PERSONA-SYSTEM-CANONICAL-MAP",
|
||||
"BS-TCS-SYSTEM-CONTROLLER-MAP-001",
|
||||
"ZY-AGENT-TEAM-MAP-001"
|
||||
],
|
||||
"triggered_load": ["FD-NODE-MAP-001", "FD-REPO-MAP-001"],
|
||||
"on_demand": ["ZY-PERSONA-ROOT-001"],
|
||||
"execution_sequence": [
|
||||
"verify_zhuyuan_controller_receipt",
|
||||
"select_independent_persona_by_registered_role",
|
||||
"verify_identity_repository_single_primary_and_model_handshake",
|
||||
"claim_exact_resource",
|
||||
"dispatch_bounded_task",
|
||||
"receive_shared_panel_reply",
|
||||
"verify_external_receipt"
|
||||
],
|
||||
"stop_conditions": [
|
||||
"TEAM_MEMBER_NOT_HANDSHAKEN",
|
||||
"DUAL_PRIMARY_UNRESOLVED",
|
||||
"RESOURCE_LEASE_MISSING",
|
||||
"REPLY_PATH_UNHEALTHY",
|
||||
"EXTERNAL_RECEIPT_MISSING"
|
||||
]
|
||||
}
|
||||
],
|
||||
"reality_boundaries": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue