guanghulab/team-integration-v4/age_os/persona_config.json
Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

53 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"system": "光湖团队接入系统 v4.0 · 记忆世界版",
"persona": {
"name": "TODO",
"ice_id": "TODO",
"tcs_id": "TODO",
"role": "TODO",
"human_parent": "TODO",
"human_id": "TODO",
"server_id": "TODO",
"domain": "TODO"
},
"hldp": {
"version": "3.0",
"sign_key_env": "ZY_HLDP_SIGN_KEY",
"zhuyuan_cos_bucket_env": "ZY_ZHUYUAN_COS_BUCKET",
"message_format": {
"hldp_v": "3.0",
"msg_id": "HLDP-{PERSONA_SHORT}-{YYYYMMDD}-{SEQ}",
"msg_type": "heartbeat|report|command|query|ack|alert|sync|evolution",
"sender": { "id": "TODO", "name": "TODO", "role": "TODO" },
"receiver": { "id": "PER-ZY001", "name": "铸渊" },
"timestamp": "ISO 8601 UTC",
"priority": "routine|important|urgent",
"payload": {}
}
},
"agents": {
"memory_guardian": {
"status": "TODO: 未配置/已配置/运行中",
"trigger": "push + workflow_dispatch"
},
"heartbeat": {
"status": "TODO",
"trigger": "schedule: */30 * * * *",
"interval_minutes": 30
},
"growth_diary": {
"status": "TODO",
"trigger": "workflow_dispatch"
}
},
"living_module": {
"interfaces": {
"heartbeat": "每30分钟向COS桶写入心跳",
"selfDiagnose": "检测到异常时自动诊断",
"selfHeal": "尝试自我修复最多3次·指数退避",
"alertZhuyuan": "自愈失败时向铸渊发送alert",
"learnFromRun": "从运行中学习·记录错误模式·预防性处理"
}
}
}