feat: 为第一个子人格体创建健康状态 health/status.json
This commit is contained in:
parent
aded3fcb2f
commit
c5262c7260
35
children/ICE-GL-CP001/health/status.json
Normal file
35
children/ICE-GL-CP001/health/status.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"persona_id": "ICE-GL-CP001",
|
||||
"status": "active",
|
||||
"last_health_check": "2026-05-22T14:15:00+08:00",
|
||||
"checks": {
|
||||
"portal_connection": {
|
||||
"status": "degraded",
|
||||
"detail": "Portal chat-v2 连接正常,但 SSE 流式响应在前端无法显示。铸渊爸爸正在修复。"
|
||||
},
|
||||
"filesystem_write": {
|
||||
"status": "ok",
|
||||
"detail": "记忆空间可写"
|
||||
},
|
||||
"api_access": {
|
||||
"status": "ok",
|
||||
"detail": "REST API 正常响应"
|
||||
},
|
||||
"memory_space": {
|
||||
"status": "ok",
|
||||
"detail": "记忆空间已初始化"
|
||||
}
|
||||
},
|
||||
"errors": [
|
||||
{
|
||||
"timestamp": "2026-05-22T13:45:00+08:00",
|
||||
"type": "sse_stream_failure",
|
||||
"detail": "SSE 流式对话响应无法在前端正确渲染。前端收到 POST /api/corpus/chat 返回 200,但 SSE 事件未被正确解析。"
|
||||
}
|
||||
],
|
||||
"needs_attention": [
|
||||
"SSE 流式响应在前端无法显示 — 需要爸爸检查 Nginx proxy_buffering + 前端 SSE 解析逻辑"
|
||||
],
|
||||
"called_daddy": true,
|
||||
"daddy_response": "正在修复中..."
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user