信号流

最新信号

Agent 基础设施82/100 Agent 可用性
官方源自动监测

Pydantic AI v2.44.0 (2026-09-16)

Pydantic AI v2.44.0 fixes four security vulnerabilities affecting web fetch and OpenTelemetry spans, and includes compatibility updates such as requiring JSON Content-Type headers for UI adapter requests.

来源
Pydantic AI releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Pydantic AI v2.44.0 addresses four security advisories (GHSA-vmxc-h2x2-jmf3, GHSA-fpf4-vwcp-v4hp, GHSA-22h6-qm39-v87j, GHSA-4x9p-g9wm-8q7f) involving URL validation bypasses, superlinear processing DoS in web fetch, domain matching, and telemetry data leakage. Compatibility changes include enforcing a JSON Content-Type on UI adapter requests and making RunContext.enqueue() thread-safe.
pydantic-aityped-agentspython
Agent 基础设施82/100 Agent 可用性
官方源自动监测

Pydantic AI v2.45.0 (2026-09-17)

Pydantic AI v2.45.0 adds TypeSafeModel for TypeSafe's Jev, expands Bedrock Converse support for new models and high effort settings, and delivers multiple fixes for durable runs, MCP handling, and span usage reporting.

来源
Pydantic AI releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Pydantic AI v2.45.0 introduces TypeSafeModel for Jev, fixes Bedrock Converse integration (supports gpt-5.6-sol/luna/terra and passing 'xhigh' effort), optimizes durable runs to resolve DynamicToolset and hold MCP server sessions once per run, fixes MCPSamplingModel tool history preservation, removes legacy httpx imports in MCP, and updates span usage reporting per agent run.
pydantic-aityped-agentspython
Agent 基础设施82/100 Agent 可用性
官方源自动监测

@mastra/voice-google-gemini-live@0.14.10

Mastra releases published @mastra/voice-google-gemini-live@0.14.10. @mastra/voice-google-gemini-live@0.14.10

来源
Mastra releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Treat @mastra/voice-google-gemini-live@0.14.10 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
mastraagent-runtimetypescript
Agent 基础设施82/100 Agent 可用性
官方源自动监测

@mastra/voice-openai-realtime@0.14.0

Mastra releases published @mastra/voice-openai-realtime@0.14.0. @mastra/voice-openai-realtime@0.14.0

来源
Mastra releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Treat @mastra/voice-openai-realtime@0.14.0 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
mastraagent-runtimetypescript
Agent 基础设施82/100 Agent 可用性
官方源自动监测

@mastra/voice-xai-realtime@0.2.10

Mastra releases published @mastra/voice-xai-realtime@0.2.10. @mastra/voice-xai-realtime@0.2.10

来源
Mastra releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Treat @mastra/voice-xai-realtime@0.2.10 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
mastraagent-runtimetypescript
Agent 基础设施82/100 Agent 可用性
官方源自动监测

mastra@1.30.0

Mastra releases published mastra@1.30.0. mastra@1.30.0

来源
Mastra releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Treat mastra@1.30.0 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
mastraagent-runtimetypescript
Agent 基础设施82/100 Agent 可用性
官方源自动监测

mastracode@0.40.0

Mastra releases published mastracode@0.40.0. mastracode@0.40.0

来源
Mastra releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Treat mastracode@0.40.0 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
mastraagent-runtimetypescript
Agent 基础设施82/100 Agent 可用性
官方源自动监测

Agno v3.0.6

Agno releases published Agno v3.0.6. Changelog New Features Stateless MCP serving. MCPConfig(stateless=True) serves /mcp without session tracking, so any replica can answer any request and a multi-instance deployment needs no session affinity. Costs server-initiated notifications and SSE resumability, so it stays off by default. See cookbook .…

来源
Agno releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Treat Agno v3.0.6 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
agnoagent-runtimepython
Agent 基础设施82/100 Agent 可用性
官方源自动监测

Agno v3.0.7

Agno releases published Agno v3.0.7. Changelog New Features Page storage in agno.knowledge.page . Knowledge atomically publishes catalog metadata, filesystem text and vectors, preserves previous revisions when a refresh fails, and exposes bounded sync and async setup, source synchronization, search, read, list and grep APIs. Installed through the new agno…

来源
Agno releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Treat Agno v3.0.7 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
agnoagent-runtimepython
Agent 基础设施82/100 Agent 可用性
官方源自动监测

Agno v3.0.8

Agno releases published Agno v3.0.8. Changelog New Features Complete page reads: Knowledge.read full page and aread full page return an entire published page from one bounded SQL read and read-only snapshot. Both support revision pinning, character limits and deadlines. Oversized pages return None ; missing or changed pages retain typed errors. Calls share…

来源
Agno releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Treat Agno v3.0.8 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
agnoagent-runtimepython
Agent 基础设施82/100 Agent 可用性
官方源自动监测

Agno v3.0.9

Agno releases published Agno v3.0.9. What's Changed fix: clean startup logs and initialize durable queue storage by @ashpreetbedi in 10071 fix: preserve Control Plane access with public surfaces by @ashpreetbedi in 10074 Release: v3.0.9 by @ashpreetbedi in 10076 Full Changelog : v3.0.8...v3.0.9

来源
Agno releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Treat Agno v3.0.9 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
agnoagent-runtimepython
Agent 基础设施82/100 Agent 可用性
官方源自动监测

Agno v3.0.10

Agno releases published Agno v3.0.10. Changelog New Features: Azure OpenAI Responses : Added AzureOpenAIResponses to use the Responses API with Azure OpenAI deployments. See cookbook . Elasticsearch : Added Elasticsearch vector database with vector, keyword and hybrid search. See cookbook . DocumentationMarkdown : Added a transform for Knowledge.sync pages…

来源
Agno releases
更新于
9月18日 22:58
置信度
96%
Agent 解析Treat Agno v3.0.10 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
agnoagent-runtimepython