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.
47 updates ยท page 1 of 5
Apr 3, 2026
LlamaIndexLlamaIndex fixes async query generation in QueryFusionRetriever.
LlamaIndex v0.14.20 resolves an issue in the `QueryFusionRetriever` where its internal `_aretrieve` method was not correctly utilizing asynchronous query generation. This fix ensures that operations within the `QueryFusionRetriever` now properly leverage async capabilities, improving concurrency and preventing blocking I/O when performing asynchronous retrieval. For engineers building high-throughput or real-time AI agents, this enhancement is crucial for maintaining application responsiveness and efficiency. No specific migration steps are required; users relying on `QueryFusionRetriever` in async contexts will automatically benefit from the improved behavior upon upgrading.
Apr 3, 2026
LangGraphLangGraph adds remote build support for CLI deploy and enhanced runtime info.
This release introduces remote build capabilities for the LangGraph CLI's `deploy` command, streamlining the process of moving agent applications to production environments. Engineers can now compile and package their LangGraph agents remotely, simplifying deployment workflows. Additionally, the runtime provides enhanced execution information, offering deeper insights into agent step-by-step behavior. This improved observability is crucial for debugging, optimizing, and ensuring the reliability of complex multi-agent systems.
Apr 3, 2026
LangGraphLangGraph adds enhanced runtime execution information.
LangGraph now provides enhanced runtime execution information, offering deeper insights into agent workflow progression. This update allows engineers to better debug complex agent behaviors, trace state transitions, and understand decision-making processes within their applications. By exposing more internal execution details, developers can more effectively identify bottlenecks and optimize their AI agent systems for production use.
Apr 3, 2026
PydanticAIPydanticAI adds ThreadExecutor for agent concurrency and smart instruction caching.
PydanticAI v1.77.0 introduces a `ThreadExecutor` for managing concurrent agent tasks, a local `WebFetch` tool, and smart instruction caching. The `ThreadExecutor` enables developers to run agents concurrently within a single process, simplifying complex multi-agent orchestrations and improving throughput for parallelizable tasks. Smart instruction caching automatically optimizes LLM calls by inserting cache boundaries for Anthropic and Bedrock providers, reducing costs and latency for repeated instructions. Additionally, a new local `WebFetch` tool provides robust web-browsing capabilities, expanding the framework's self-contained tooling.
Apr 2, 2026
CrewAICrewAI enhances state serialization, adds token usage, and improves performance.
CrewAI v1.13.0 introduces a `RuntimeState RootModel` for unified agent state serialization, providing a more robust and consistent way to manage and persist complex agent states across the framework. This release also adds crucial features like emitting token usage data for LLM calls, enabling better cost tracking and optimization, and enhances telemetry with new spans for skill and memory events for improved observability. Engineers will benefit from significant performance improvements via a lazy event bus and optimized tracing, alongside better compatibility for new GPT-5.x and o-series models.
Apr 2, 2026
AgnoAgno introduces Fallback Models for agents and teams.
Agno v2.5.14 introduces fallback model support for Agents and Teams, allowing engineers to define alternative LLMs for enhanced resilience. This feature enables more robust agent configurations, ensuring continuous operation if a primary model fails or experiences rate limits, crucial for production workloads. The release also adds SAS token authentication for Azure Blob Storage, improving data integration security, and a workspace search tool for SlackTools. Implementing fallback models is straightforward, requiring the specification of a `fallback_models` list, with no complex migration implied for existing agents.
Apr 2, 2026
PydanticAIPydanticAI introduces image generation fallback and enhanced `RunContext`.
This release introduces an automatic fallback mechanism for `ImageGeneration` capabilities within PydanticAI agents. This means if the primary model lacks image generation, the framework will now seamlessly delegate to a subagent equipped for the task, significantly improving agent robustness and reducing manual configuration efforts for engineers. Furthermore, the `RunContext` now includes the `agent` object, offering enhanced introspection and control for custom logging, observability, or dynamic agent behavior. This update enhances agent flexibility and requires no specific migration steps for existing implementations.
Apr 1, 2026
AgnoAgno adds AgentOS APIs and enhanced agent reliability evaluation.
This Agno release brings significant enhancements to agent observability and evaluation. The `AgentOS` now features an expanded `/sessions` list API, providing richer metadata like `total_tokens` and `metrics`, alongside a new `/info` API for unauthenticated instance counts. `ReliabilityEval` is improved with subset matching and missing tool call tracking, offering more robust agent assessment. Additionally, `ChromaDB` integrations benefit from dynamic batch splitting for large operations, and the Slack interface gains better interactivity.
Apr 1, 2026
PydanticAIPydanticAI adds Gemini embedding types and VertexAI Flex PayGo.
This PydanticAI release introduces support for Gemini embedding-2-preview types and limits. This allows engineers to leverage Google's latest embedding capabilities for their AI agents, enhancing RAG systems and semantic search functionalities. Additionally, the framework now supports Flex PayGo with VertexAI, offering more flexible billing options for deployments on Google Cloud. These additions provide broader model integration and improved cost management for production AI agent systems.
Mar 31, 2026
LangGraphLangGraph adds LangSmith integration metadata for enhanced observability.
This LangGraph release adds LangSmith integration metadata. This new feature allows engineers to gain deeper insights into their LangGraph agent's execution within LangSmith, improving debugging and observability workflows. It facilitates better tracing of agent state transitions and tool calls, aiding in performance optimization and error identification. No direct migration is necessary; existing LangSmith configurations should automatically benefit from the enhanced metadata.
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.