Files
daily_stock_analysis/evals/agent_trajectory/golden_samples.json
subaoyan16 b6f9a61671 feat: 新增最小 Agent 轨迹评估入口(Refs #1956) (#2325)
* 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
2026-09-04 18:02:50 +08:00

19 lines
615 B
JSON
Raw Permalink 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.

[
{
"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
}
]