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:

47 updates ยท page 1 of 5

Apr 10, 2026

PydanticAI

PydanticAI adds CapabilityOrdering and server-side LLM compaction support.

PydanticAI v1.80.0 introduces `CapabilityOrdering`, offering fine-grained control over the execution flow and dependencies of agent components. Engineers can now define explicit relationships like `innermost`, `outermost`, `wraps`, and `requires` for capabilities and hooks, enabling more robust and predictable complex agent architectures. Additionally, new `OpenAICompaction` and `AnthropicCompaction` capabilities provide server-side context management. This offloads token reduction strategies to the LLM providers, significantly helping to manage context window limits and reduce API costs in long-running agent conversations.

PydanticAI profileโ†—

Apr 10, 2026

LangGraph

LangGraph adds graph lifecycle callback handlers.

LangGraph now includes graph lifecycle callback handlers, providing new hooks into the execution flow of an agent graph. This enables engineers to attach custom logic that triggers at various stages, such as before/after node execution or on graph start/end. These handlers are valuable for implementing advanced observability, logging, and monitoring solutions for complex agent workflows. It also facilitates executing side effects or custom state management external to the graph's core computation.

LangGraph profileโ†—

Apr 10, 2026

Agno

Agno adds `llms.txt` standard support and Salesforce CRM tools.

Agno v2.5.16 introduces support for the `llms.txt` standard, providing `LLMsTxtTools` and `LLMsTxtReader` to help agents parse website documentation indexes optimized for LLMs. This enhances agents' ability to intelligently consume structured web content. Additionally, the release adds `SalesforceTools` for CRM integration and expands LLM options with a new Azure AI Foundry Claude provider. These updates offer engineers greater flexibility in model choice and deeper integration capabilities for enterprise AI agent deployments.

Agno profileโ†—

Apr 10, 2026

PydanticAI

PydanticAI adds full AG-UI support, enhancing multi-modal agent capabilities.

PydanticAI v1.79.0 introduces full support for AG-UI versions 0.1.13 and 0.1.15, significantly enhancing agent capabilities with reasoning and multi-modal input processing. This integration provides developers with improved visualization and interaction for complex agent debugging and operational monitoring. A new `apply()` method is now available across `AbstractCapability`, `CombinedCapability`, and `WrapperCapability`, offering a consistent API for triggering agent logic. The release also includes a refactored HTTP client cache to use an async context manager, potentially improving network resource management and reliability for external calls.

PydanticAI profileโ†—

Apr 9, 2026

Agno

Agno adds post-execution HITL, skills, and nested workflows.

Agno v2.5.15 introduces key features for building more robust and complex AI agent workflows, including post-execution Human-in-the-Loop (HITL) review and support for nested workflows. Engineers can now configure workflows to pause after any step, allowing for human review, approval, rejection with feedback, or output editing before continuation, significantly improving reliability and control for production-grade systems. Additionally, the ability to embed workflows within workflows simplifies the creation of sophisticated, modular agentic systems, and new "skills" support enhances team capabilities. This release also addresses transient OpenAI 400 errors under concurrent usage, improving stability for high-volume deployments.

Agno profileโ†—

Apr 8, 2026

CrewAI

CrewAI adds async checkpoint TUI browser, improves streaming output control.

This CrewAI release introduces an async TUI browser for checkpoints, providing a new way to debug and inspect agent execution states interactively. Engineers can now more easily understand complex agent workflows and diagnose issues. Additionally, new `aclose()`/`close()` methods and async context managers are available for streaming outputs, enabling better resource management and more robust handling of real-time data streams. These additions enhance observability and reliability for production AI agent deployments.

CrewAI profileโ†—

Apr 8, 2026

Mastra

Mastra introduces RAG tracing and observability span filtering.

This Mastra release significantly enhances observability for AI agents. It introduces end-to-end RAG tracing with new span types like `RAG_INGESTION` and `RAG_VECTOR_OPERATION`, giving engineers deeper insight into their RAG pipelines. New span filtering options, `excludeSpanTypes` and `spanFilter`, empower teams to reduce observability noise and control costs by selectively dropping unneeded data before export. Additionally, the CloudExporter now consolidates all observability signals (traces, logs, metrics, scores, feedback), which involves a breaking change to its endpoint configuration.

Mastra profileโ†—

Apr 8, 2026

PydanticAI

PydanticAI adds ToolDefinition enhancements and OpenTelemetry token tracing.

PydanticAI v1.78.0 introduces key enhancements to agent tool definitions and integrates OpenTelemetry for token usage observability. New `return_schema`, `function_signature`, and `SetToolMetadata` capabilities allow for more explicit tool contracts, improving validation, introspection, and overall agent reliability when interacting with external functions. The addition of cached token span attributes per the OTel specification provides granular tracing for token consumption, essential for cost management and performance monitoring in production AI agent systems. These are additive features, extending existing APIs without introducing breaking changes.

PydanticAI profileโ†—

Apr 8, 2026

LangGraph

LangGraph CLI adds a new validate command.

The LangGraph CLI now includes a new `validate` command, enhancing the developer workflow. This command allows engineers to verify their graph definitions or agent configurations directly from the command line. It helps identify potential issues early in the development cycle, improving reliability and reducing debugging time for complex AI agent systems.

LangGraph profileโ†—

Apr 8, 2026

LangGraph

LangGraph CLI adds remote build support for deployments.

The LangGraph CLI now includes remote build support for `langgraph deploy` operations. This enhancement enables engineers to offload the build process of their agent applications to remote environments, such as CI/CD pipelines or cloud build services. It allows for more consistent and reliable deployments by decoupling the build from the local development machine. This feature is particularly valuable for teams and production environments seeking to integrate agent deployments into existing automated workflows.

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.