FrameworkPicker

Release Feed

Framework Updates

Significant releases across all tracked frameworks, summarised by Gemini 2.5 Flash. Patch releases and minor bug fixes are excluded โ€” only feature releases and breaking changes are published here.

Filter:
Show:

49 updates ยท page 1 of 5

Sep 5, 2026

PydanticAI

PydanticAI adds agent event listeners and real-time barge-in support.

PydanticAI introduces `@agent.on_event` for registering event listeners, enabling more reactive and observable agent architectures. This allows engineers to hook into agent lifecycle events for custom logic, monitoring, and debugging complex agent flows. The release also enhances real-time conversational capabilities with `handle_barge_in` support, a critical feature for natural user interaction where users can interrupt the agent. Additionally, `RealtimeSession.enqueue()` provides a new method for programmatically injecting out-of-band prompts into ongoing sessions.

PydanticAI profileโ†—

Sep 4, 2026

Mastra

Mastra enhances sandboxes with reusable templates and a unified workingDirectory.

This Mastra release brings significant improvements to sandbox performance and consistency, notably with reusable templates and a unified `workingDirectory` option across all providers. Engineers will see dramatically reduced cold-start times for code-executing agents thanks to pre-cloned and pre-built repository images, enhancing agent responsiveness. Additionally, client-executed tools can now leverage server-defined `toModelOutput`, simplifying the transformation of rich client-side data into model-ready content. A breaking change in `@mastra/factory` requires updating `sandbox` configuration to a callback function, impacting sandbox instance initialization.

Mastra profileโ†—

Sep 4, 2026

Agno

Agno introduces stateless MCP serving and protocol evolution.

Agno v3.0.6 introduces stateless MCP serving via `MCPConfig(stateless=True)`, enabling multi-instance deployments to scale without requiring session affinity. This simplifies load balancing and architecture for AgentOS applications, although it disables server-initiated notifications and SSE resumability. The release also includes `MCPTools(protocol_mode=...)` for negotiating future sessionless protocols, defaulting to "legacy" for backward compatibility. Additionally, engineers can now use `AuthorizationConfig.excluded_route_paths` to mark specific custom routes as public, alongside support for `.zip` and `.eml` file uploads in AgentOS.

Agno profileโ†—

Sep 4, 2026

CrewAI

CrewAI adds Clipper integration and agent run observability.

CrewAI now features a direct integration client for Clipper, an open-source model serving framework, broadening options for deploying and managing models within your agent workflows. This enhances the ability to connect agents with existing model serving infrastructure, and new run-ending records provide critical telemetry for monitoring agent performance and lifecycle patterns in production. Engineers can utilize these updates to improve both the operational efficiency of their AI agents and the insights gained from their behavior, crucial for robust system development. Additionally, an injectable client for CrewAI platform tools offers greater flexibility for extending and customizing core functionalities.

CrewAI profileโ†—

Sep 4, 2026

PydanticAI

PydanticAI adds OpenAI `gpt-6-astra` model support.

PydanticAI v2.39.0 introduces direct support for the OpenAI `gpt-6-astra` model. This allows engineers to integrate and utilize this new model within their AI agents, potentially leveraging advanced capabilities or performance improvements it offers. Developers can now update their model configurations to include `gpt-6-astra` for new or existing agent workflows.

PydanticAI profileโ†—

Sep 3, 2026

Semantic Kernel

Semantic Kernel removes OpenAI Assistants integration tests, updates package names.

This release indicates changes in Semantic Kernel's support for OpenAI Assistants, with integration tests for the 'retired' API now removed. Engineers relying on the OpenAI Assistants API through Semantic Kernel should investigate the current support status and plan for potential migrations. Additionally, `CommunityToolkit VectorData` package names have been updated, which will require corresponding dependency updates. These changes impact integration strategies and project dependencies for agent development.

Semantic Kernel profileโ†—

Sep 3, 2026

PydanticAI

PydanticAI adds VLLM provider, custom events, and context window tracking.

PydanticAI now integrates with vLLM servers via a new `VLLMProvider`, enabling engineers to leverage high-performance local inference for cost and latency optimization. This release also introduces a powerful eventing system, allowing custom application and capability events to be emitted into the run stream and subscribed to via `@on_event` decorators, enhancing agent observability and reactivity. Furthermore, `ModelProfile` now exposes `context_window` and `RunContext` tracks `context_window_used`, providing better insights into model resource consumption. Note that one-off capabilities now have default IDs and combine rules, which may require review for existing applications.

PydanticAI profileโ†—

Sep 1, 2026

Agno

Agno enhances embedding failure handling and introduces retry logic.

Agno v3.0.5 significantly improves embedding reliability and error reporting. Embedding failures are no longer masked, with a new `partial` content status explicitly indicating incomplete ingestions. The system now raises `EmbeddingError` on embedding failures, allowing for more robust error handling, and introduces an optional retry mechanism for ingestion processes. Engineers should update exception handlers for Bedrock embeddings from `ModelProviderError` to `EmbeddingError`, and note that `skip_if_exists=True` will now re-process previously failed or partial content.

Agno profileโ†—

Sep 1, 2026

PydanticAI

PydanticAI adds support for Z.AI's `glm-5.3-flash` model.

PydanticAI v2.37.0 introduces support for the `glm-5.3-flash` model, expanding the available generative AI models within the framework. This integration allows engineers to incorporate a new high-performance option from the Z.AI provider into their agentic applications. Leveraging this model could offer advantages in speed or cost for specific agent tasks, providing greater flexibility in model selection. Developers can now configure their agents to utilize `glm-5.3-flash` to optimize their workflows.

PydanticAI profileโ†—

Aug 30, 2026

Agno

Agno improves AtomicMail performance and refines KnowledgeManagement tools.

Agno v3.0.4 significantly boosts AtomicMail tool performance by caching authentication handshakes and parallelizing proof-of-work calculations, reducing warm call times from 35s to under 3s. The `KnowledgeManagementTools` now explicitly opt-in to `ingest_path` for security, preventing agents from unintentionally accessing sensitive filesystem paths shared across knowledge bases. Engineers should update their `KnowledgeManagementTools` constructor flags and note the moved import path for `agno.tools.knowledge_management`. Additionally, internal refactoring of tool packages reduces import overhead, contributing to overall agent efficiency.

Agno profileโ†—

Perspective

Your expertise shapes what we build next.

We build for engineers who make real architectural decisions. If something is missing, inaccurate, or could be more useful โ€” we want to hear it.

FrameworkPicker โ€” The technical decision engine for the agentic AI era.