LangChain has released its March 2026 update, highlighting significant enhancements to its AI Agent ecosystem capabilities and product functionalities.
Product Updates
Polly, LangSmith's core AI assistant, is now generally available. Designed to act like an engineer, Polly aims to boost team efficiency with its intelligent operational capabilities.
Agent Builder has been officially rebranded as LangSmith Fleet. Alongside the new name, the Fleet platform significantly enhances agent management, introducing features for agent identity, sharing, and permissions, enabling secure and efficient management of agent fleets across an enterprise.
Skills are now available within LangSmith Fleet, equipping agents across teams with specialized knowledge and capabilities for specific tasks.
LangSmith Sandboxes have entered Private Preview. These sandboxes offer locked-down, temporary environments where agents can safely execute code, with granular control over access and resources.
LangGraph introduced its Deploy CLI, a new set of commands within the langgraph-cli packages, facilitating one-step deployment of agents to LangSmith Deployment directly from the terminal.
Enterprise administrators can now exercise precise control over resource access with Attribute-Based Access Control (ABAC). This feature allows layering tag-based allow/deny policies on top of existing RBAC roles, controlling access to projects, datasets, and prompts via API.
Audit Logs are now available to track every administrative action across a LangSmith organization. This provides a tamper-resistant record of who did what and when across members, workspaces, datasets, and deployments, all queryable via API.
Open Source Ecosystem Updates
langgraph v1.1 was released, featuring important updates like type-safe streaming, type-safe invoke, Pydantic and dataclass coercion, while maintaining full backwards compatibility.
deepagents v0.5.0 alpha release went live, including core updates such as asynchronous subagents, multi-modal support, backend changes, and enhancements to Anthropic prompt caching.
LangChain also released its initial set of skills within its open-source ecosystem.
Industry Insights and Events
Additionally, LangChain announced Interrupt 2026, scheduled for May 13-14 in San Francisco. The conference will feature keynotes from prominent figures like LangChain founder Harrison Chase, NVIDIA CEO Jensen Huang, and renowned AI researcher Andrew Ng, along with insights from AI teams at Clay, Rippling, and Honeywell on shipping production-ready AI solutions.
Furthermore, LangChain shared in-depth insights into the "anatomy of an agent harness," detailing how an agent is constructed beyond a mere model. This includes critical components like system prompts, tools, middleware, memory, skills, and subagent orchestration, explaining how these layers work together and how hooks, middleware, and skills are integrated to modify behavior and load specialized knowledge.