LangChain: Agent Streaming Fix and Version Release
LangChain reverted a recent agent tagging feature that was interfering with subagent streaming events and released version 1.2.18 with the fix.
Duration: PT1M12S
Episode overview
This episode is a short developer briefing from LangChain.
It explains recent repository work in plain language.
- Show: LangChain
- Published: 2026-05-09T10:00:52Z
- Audio duration: PT1M12S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is your LangChain development briefing for May 9th, 2026.
ccurme merged a revert of the ls_agent_type tagging feature on create_agent calls. The original feature, introduced in pull request 36774, was causing interference with streaming events from subagents, specifically affecting updates, values, and custom event types. The revert removes the problematic tagging…
Following the fix, ccurme also merged the release of LangChain version 1.2.18, which incorporates the streaming fix and updates the package version across the core library files.
The corresponding commits show the removal of 111 lines of test code related to the injected runtime agent functionality, while adding 86 lines of new tests specifically for subagent streaming to ensure the fix works as expected.
What's next: The development team will likely monitor for any additional streaming-related issues and continue refining agent functionality based on community feedback.
That's your LangChain update for today.
Nearby episodes from LangChain
- V3 Streaming Message Assembly Fixes
- Version 1.3.0 Release and CI Security Updates
- Core 1.4.0 Release and Major Version Bump
- Python 3.14 Compatibility Fix
- Critical Security Patch and Hub Deprecation
- Schema Resolution Fix and Alpha Release
- Security Fortress - Hardening Against Untrusted Code
- Weekly Recap - Streaming Enhancements and Partner Integrations