Files
daily_stock_analysis/evals/agent_trajectory/__init__.py
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

7 lines
224 B
Python

# -*- coding: utf-8 -*-
"""Agent trajectory evaluation package (Issue #1956).
Pure-function metrics layer that scores a real ``tool_calls_log`` against
golden samples; the runnable entry point lives in ``run_eval.py``.
"""