- 量价分析: full_analysis输出volume_deep+成交量存储在price_history.json - FK约束移除: holding_strategies外键->holdings阻止自选股写入 - #000850 重评已写入(止损3.74/止盈4.06/RR1.67)含量价信号
35 lines
700 B
JSON
35 lines
700 B
JSON
{
|
|
"library_version": "1.0",
|
|
"total_records": 2,
|
|
"last_updated": "2026-07-08T01:14:29.611447",
|
|
"records": [
|
|
{
|
|
"task_id": "test-task",
|
|
"timestamp": "2026-07-08T01:14:29.582665",
|
|
"attempt": 1,
|
|
"score": 85,
|
|
"errors": [
|
|
"小问题"
|
|
],
|
|
"is_failure": false,
|
|
"context": {
|
|
"code": "000001",
|
|
"name": "测试"
|
|
}
|
|
},
|
|
{
|
|
"task_id": "test-task",
|
|
"timestamp": "2026-07-08T01:14:29.611356",
|
|
"attempt": 2,
|
|
"score": 60,
|
|
"errors": [
|
|
"缺少字段: stop_loss",
|
|
"JSON语法错误"
|
|
],
|
|
"is_failure": true,
|
|
"context": {
|
|
"code": "000001"
|
|
}
|
|
}
|
|
]
|
|
} |