返回全部动态
Agno v2.8.0 发布:新增评分器与环境模拟工具
原标题:v2.8.0
AI 摘要
Agno 发布 v2.8.0 版本,新增 agno.scorer 模块(包含 CodeScorer、JudgeScorer、ToolCallScorer)和 agno.environments 环境模拟工具,支持 pass@k 评估和 SFT 数据导出。同时修复了 RemoteAgent/RemoteTeam 的元数据丢失等问题,并引入破坏性变更:ReliabilityEval 改为匹配工具执行结果,以及强化了 judge 提示词以防止提示注入。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
# Changelog ## **New Features** - **`agno.scorer`** — Turn a run into a number: - **`CodeScorer`**: wraps any callable (`bool | float | Score`; typed-field comparison under `output_schema` recommended) - **`JudgeScorer`**: LLM judge with the model always an explicit choice and numeric verdicts normalized to exact endpoints (`(score - 1) / 9`) - **`ToolCallScorer`**: checks tool **executions** deterministically (refused, errored, or HITL-rejected calls never satisfy an expect
发布时间:2026-07-20 23:43
抓取时间:2026-08-02 00:23
来源机构:Agno