Agent 基础设施官方发布自动监测

Agno v3.0.10

Agno v3.0.10 introduces breaking security hardenings for CodingTools and MCP endpoints, while adding support for Azure OpenAI Responses, Elasticsearch vector database, and DocumentationMarkdown transforms.

原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。

人类阅读

为什么值得关注

Agno release v3.0.10 delivers several feature additions, fixes, and breaking changes. Key features include AzureOpenAIResponses for Azure OpenAI deployments, Elasticsearch vector database integration supporting vector, keyword, and hybrid search, and a DocumentationMarkdown transform for Knowledge.sync converting Mintlify and Fumadocs components. Breaking changes include hardening CodingTools where run shell is opt-in via enable run shell=True and restricted mode runs without a shell, plus stricter default access on authorized public MCP endpoints (defaulting strictly to localhost unless overridden in MCPConfig ). Additionally, RemoteAgent.role and RemoteTeam.role are now properties rather than methods.

Agent 解析

可执行摘要

Agno v3.0.10 introduces breaking changes: CodingTools now requires explicit enable run shell=True (and runs without a shell in restricted mode), while PublicSurface(mcp=True) with authorization restricts MCP to localhost by default unless configured via MCPConfig(allowed hosts=...) . It also adds AzureOpenAIResponses, Elasticsearch vector DB, and fixes RemoteAgent/RemoteTeam .role from a method to a property.

Agent 实用度
82/100
可信度
96%
机器格式
JSON + Markdown
下一步

开发者应核对什么

  • Update usages of CodingTools to pass enable run shell=True if shell command execution is required, and verify workflows in restricted mode.
  • Add non-localhost domains to MCPConfig(allowed hosts=...) if serving MCP publicly with authorization enabled via PublicSurface(mcp=True) .
  • Update code accessing RemoteAgent.role() or RemoteTeam.role() to use the property .role instead of invoking it as a method.
分类

标签与路由

agnoagent-runtimepython
相关信号

继续阅读