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

Jun 27, 2026

CrewAI

CrewAI now requires explicit project definitions for agent frameworks.

CrewAI 1.15.1 introduces a requirement for explicit project definitions, enhancing the structured configuration of agents and tools. This change provides greater clarity and maintainability for complex AI agent projects, prompting engineers to formalize their project layouts. Additionally, new projects generated via the CLI will now automatically initialize Git repositories, streamlining version control setup. Engineers should anticipate reviewing existing project structures to align with these new explicit definition requirements.

CrewAI profileโ†—

Jun 25, 2026

CrewAI

CrewAI introduces declarative flows, DMN mode, and advanced control.

CrewAI `1.15.0` significantly enhances how engineers define and manage AI agent workflows with declarative flow definitions, offering a more structured and maintainable approach. This update integrates DMN (Decision Model and Notation) mode, enabling robust, standards-based decision-making within multi-agent crews. New control flow primitives like `if` expressions and `each` composite actions provide advanced conditional and iterative logic for sophisticated agent behaviors. These additions are crucial for building complex, production-ready agent systems with greater clarity and expressiveness.

CrewAI profileโ†—

Jun 24, 2026

LlamaIndex

LlamaIndex adds multimodal query engines and tool calling mock LLM.

LlamaIndex introduces enhanced multimodal query engines, significantly boosting agent capabilities to process diverse data types. This release builds on previous multimodal synthesis work, enabling engineers to build RAG applications that reason over images, video, and other document blocks. A new mock LLM for tool calling has also been added, streamlining the testing and development of agent workflows. Developers should consult updated documentation for leveraging the expanded multimodal block types and query patterns effectively.

LlamaIndex profileโ†—

Jun 24, 2026

Mastra

Mastra refactors Harness to sessions, enabling multi-user, distributed agent hosting.

Mastra introduces a significant architectural refactor, transitioning its core `Harness` to a session-first design. Developers now create isolated `Session` instances via `harness.createSession()`, with run control, state, event bus, and thread lifecycle moved to these session objects. This change is crucial for enabling safe, concurrent multi-user/multi-thread agent hosting and robust distributed deployments with new HTTP APIs, a JS client, and cross-process signal delivery. Engineers must update existing direct `Harness` method calls (e.g., `sendMessage`, `subscribe`) to their new `Session`-scoped counterparts, as many direct Harness methods are now removed.

Mastra profileโ†—

Jun 24, 2026

OpenAI Agents SDK

OpenAI Agents SDK adds buffered Chat Completions tool-call streaming.

The OpenAI Agents SDK now supports buffered Chat Completions tool-call streaming. This enhancement allows for partial tool calls to be streamed to the client as they are generated by the LLM, significantly reducing perceived latency and improving responsiveness in agent interactions. Engineers can leverage this to build more fluid and interactive AI agents, particularly those relying heavily on multi-step tool usage. Additionally, a new configurable websocket `max_size` limit has been exposed, providing finer control over resource consumption and stability when handling large message payloads in agent communication.

OpenAI Agents SDK profileโ†—

Jun 23, 2026

PydanticAI

PydanticAI V2.0 stabilizes, introducing capabilities as a core primitive.

PydanticAI v2.0 is now stable, introducing a significant architectural shift with its "harness-first design." This release features `capabilities` as a new core primitive, allowing engineers to bundle an agent's tools, hooks, instructions, and model settings into a single, composable unit. This unified concept simplifies agent configuration and promotes more modular, maintainable agent development. Users migrating from v1 should consult the official Upgrade Guide for detailed migration paths and breaking changes.

PydanticAI profileโ†—

Jun 23, 2026

Agno

Agno adds checkpointing and StudioTool for dynamic agent composition.

Agno v2.6.19 introduces significant enhancements including tool batch level checkpointing and a new `StudioTool` for dynamic agent and workflow composition. The new checkpointing capabilities unify `/continue` for regenerating or forking agent runs and sessions, enabling more robust iteration and recovery during complex agent development. Furthermore, the `StudioTool` allows engineers to programmatically compose and reconfigure agents, teams, and workflows at runtime, providing greater flexibility for adaptive and evolving AI applications.

Agno profileโ†—

Jun 19, 2026

Mastra

Mastra improves long-thread resume performance and agent reliability.

Mastra significantly boosts performance for long agent threads by optimizing state signal restoration, no longer requiring a full message scan. Agent reliability is enhanced through fixes to signal handling, ensuring correct message flow, and clearer system guidance for automatic state signals to prevent misinterpretation. The developer experience also benefits from redesigned UI primitives in the Studio panel for improved usability. A critical fix for WorkOS OAuth login failure restores reliable authentication for integrations.

Mastra profileโ†—

Jun 19, 2026

OpenAI Agents SDK

OpenAI Agents SDK adds input guardrails and custom tool output data.

This release for the OpenAI Agents SDK introduces two key features: pre-approval guardrails for tool inputs and the ability to add custom, SDK-only data to tool outputs. Pre-approval guardrails provide an essential layer of control for agent-tool interactions, allowing engineers to implement safety checks or review steps before sensitive actions are executed by the agent. The addition of SDK-only custom data for tool outputs enables more sophisticated debugging, observability, or internal workflow management without impacting the primary tool output contract. These features enhance production readiness by improving control over agent behavior and offering more robust internal data handling capabilities.

OpenAI Agents SDK profileโ†—

Jun 18, 2026

LangGraph

LangGraph fixes nested subgraph checkpointing and streaming cancellation.

This LangGraph patch release addresses two critical issues affecting production stability for complex agent architectures. It fixes a regression where nested subgraphs failed to correctly inherit `checkpoint_ns`, ensuring consistent state management in deeply nested agent flows. Additionally, this update resolves a bug that prevented running subgraphs from properly canceling when a v3 stream aborts, improving resource cleanup and reliability for streaming applications. Engineers leveraging nested subgraphs or real-time streaming will find these fixes crucial for building more robust and predictable AI agents.

LangGraph 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.