Agno v3.0.10 发布:新增 Azure OpenAI Responses 与 Elasticsearch 支持
原标题:v3.0.10
AI 摘要
Agno 发布 v3.0.10 版本更新,新增 Azure OpenAI Responses 模型支持、Elasticsearch 向量数据库(支持向量、关键词和混合搜索)以及将 Mintlify 和 Fumadocs 组件转换为纯 Markdown 的 DocumentationMarkdown 转换功能。改进方面包括 MCPConfig 支持专用主机名和自定义端点路径、MCP 服务器卡片返回格式化 JSON。破坏性变更包括 CodingTools 的 run_shell 改为需显式启用,以及 PublicSurface 的 MCP 默认仅接受 localhost 访问。
正文节选
# Changelog ## **New Features:** - **Azure OpenAI Responses**: Added `AzureOpenAIResponses` to use the Responses API with Azure OpenAI deployments. See [cookbook](https://github.com/agno-agi/agno/blob/main/cookbook/90_models/azure/openai/responses.py). - **Elasticsearch**: Added `Elasticsearch` vector database with vector, keyword and hybrid search. See [cookbook](https://github.com/agno-agi/agno/blob/main/cookbook/07_knowledge/09_archive/vector_dbs/elasticsearch_db.py). - **Documentatio