guanghulab/.github/brain/bingshuo-system-health.json
2026-05-10 13:12:44 +08:00

47 lines
1.3 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.

{
"version": "1.0",
"description": "冰朔主控系统健康状态",
"updated_at": "2026-03-25T16:00:24.867Z",
"health": {
"brain_consistency": {
"status": "yellow",
"detail": "主仓库脑文件完整,但与 persona-studio 脑文件的同步状态待验证"
},
"deployment_health": {
"status": "green",
"detail": "deploy-to-server.yml 与 deploy-pages.yml 均存在"
},
"workflow_health": {
"status": "green",
"detail": "102 个 workflow 已注册"
},
"routing_health": {
"status": "yellow",
"detail": "HLI 接口覆盖率 33.3%7/21"
},
"docs_entry_health": {
"status": "green",
"detail": "docs/index.html 存在"
},
"persona_studio_health": {
"status": "yellow",
"detail": "前后端结构存在,端到端对话链路待验证"
},
"notion_bridge_health": {
"status": "yellow",
"detail": "Notion 桥接 workflow 已配置,实际同步效果待持续观测"
},
"model_routing_health": {
"status": "green",
"detail": "后端服务入口存在,模型路由可用"
}
},
"summary": {
"green_count": 4,
"yellow_count": 4,
"red_count": 0,
"overall": "yellow",
"recommendation": "系统核心运行正常,部分子系统需关注"
}
}