mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
* feat: add minimal agent trajectory metrics with golden samples * feat: add runnable agent trajectory eval entry with JSON and text reports * fix: treat unsuccessful AgentResult as a run failure in trajectory eval * fix: reject multi-arch executor and validate golden tools against the real registry
19 lines
615 B
JSON
19 lines
615 B
JSON
[
|
||
{
|
||
"id": "600519_technical",
|
||
"task_description": "分析贵州茅台(600519)近期技术面走势,输出趋势判断",
|
||
"stock_code": "600519",
|
||
"expected_tools": ["get_realtime_quote", "get_daily_history", "analyze_trend"],
|
||
"allowed_max_steps": 8,
|
||
"allow_optional_tools": true
|
||
},
|
||
{
|
||
"id": "000001_core_data_strict",
|
||
"task_description": "获取平安银行(000001)核心行情数据,不做扩展检索",
|
||
"stock_code": "000001",
|
||
"expected_tools": ["get_realtime_quote", "get_daily_history"],
|
||
"allowed_max_steps": 6,
|
||
"allow_optional_tools": false
|
||
}
|
||
]
|