返回全部动态

Agno v3.0.5 发布:增强嵌入错误处理与新增工具

原标题:v3.0.5

Agno Releases一手来源产品发布质量 76

AI 摘要

Agno 发布 v3.0.5 版本,包含多项破坏性变更和新功能。主要变更包括:嵌入失败不再被掩盖,而是显式报告;新增部分内容状态(partial);支持可选的嵌入重试机制;新增 GandrTools 文本转语音工具包和 llmman 模型提供商。这些改进旨在提高知识库摄入的可靠性和错误透明度。

以上摘要由 AI 生成,可能存在误差。事实请以原文为准。

正文节选

# Changelog ## **Breaking Changes** - **Embedding failures are surfaced, not masked.** Ingestion now reports embedding failures instead of returning success. Content that previously showed `completed` may now show `failed` or `partial` — those ingests were always incomplete, they were only *reported* as successful. The `ContentStatus` enum in the API (`/openapi.json`) gains `partial`, changing from `["processing","completed","failed"]` to `["processing","completed","partial","failed"]`. No


发布时间:2026-09-01 17:06
抓取时间:2026-09-01 17:19
来源机构:Agno
阅读原文github.com