xiaowei-system/optimization-report.json

116 lines
2.9 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.

{
"timestamp": "2026-07-08T18:39:29.554382+00:00",
"metrics": {
"daemon": {
"uptime_minutes": 15,
"total_ticks": 32,
"deep_thoughts": 4,
"alerts_sent": 0,
"solutions_applied": 0,
"learned_solutions": 0,
"errors": 0,
"crashes": 0,
"model_calls": 2,
"model_tokens": 1569
},
"cron": {
"total_jobs": 2,
"ok_jobs": 0,
"failed_jobs": 0,
"no_agent_jobs": 0,
"agent_jobs": 0
},
"skill": {
"total_skills": 144,
"avg_score": 4.5,
"grade_distribution": {
"A": 0,
"B": 18,
"C": 82,
"D": 44
},
"needs_attention": 102,
"categories": 36
},
"model": {
"total_models_tested": 16,
"stable_models": 4,
"unstable_models": 1,
"dead_models": 11,
"fastest_model": "mistralai/mistral-large-3-675b-instruct-2512",
"fastest_latency": 0
},
"timestamp": "2026-07-08T18:39:29.554350+00:00"
},
"bottlenecks": [
{
"area": "model",
"severity": "info",
"desc": "大量模型不可用 (11个dead)",
"suggestion": "可能 NewAPI 后端负载高,特定时段再测"
},
{
"area": "skill",
"severity": "medium",
"desc": "技能平均质量偏低 (4.5/10)",
"suggestion": "运行 skill-manager.py fix 修复元数据,归档低分技能"
},
{
"area": "skill",
"severity": "low",
"desc": "102个技能需关注",
"suggestion": "逐步清理或升级这些技能"
}
],
"trends": [
{
"type": "neutral",
"desc": "模型稳定率 25%4/16"
}
],
"recommendations": [
{
"priority": "info",
"area": "model",
"action": "可能 NewAPI 后端负载高,特定时段再测",
"expected_impact": "",
"effort": "30min"
},
{
"priority": "medium",
"area": "skill",
"action": "运行 skill-manager.py fix 修复元数据,归档低分技能",
"expected_impact": "",
"effort": "15min"
},
{
"priority": "low",
"area": "skill",
"action": "逐步清理或升级这些技能",
"expected_impact": "",
"effort": "5min"
},
{
"priority": "medium",
"area": "skill",
"action": "运行 skill-manager.py archive <name> 归档低分技能D级44个",
"expected_impact": "减少技能库噪音,提升检索质量",
"effort": "20min"
},
{
"priority": "info",
"area": "model",
"action": "考虑将默认模型切换到 mistralai/mistral-large-3-675b-instruct-2512当前最快稳定模型",
"expected_impact": "提升响应速度",
"effort": "2min"
},
{
"priority": "info",
"area": "system",
"action": "运行 optimizer.py collect 定期采集指标,积累数据后分析更准确",
"expected_impact": "更精准的优化建议",
"effort": "0min"
}
],
"health_score": 90
}