LangChain
RepoLangChain is an open-source framework for Python and JavaScript that helps developers compose language-model chains, memory, retrieval and agent logic. It offers core libraries, integrations and tooling to build production LLM applications quickly.
Stories
Completed digest stories linked to this service.
-
LangChain adds versioned tracing, tightens Anthropic file search, and fixes Open...2026-06-13LangChain’s latest releases boost observability and harden provider behavior, with a few changes that may affe...
-
LangChain adds in-flight PII redaction for streaming (plus a Perplexity API togg...2026-05-27LangChain 1.3.2 quietly adds streaming-time PII redaction and a few middleware tweaks, with a small Perplexity...
-
Stop over-prompting: build a control layer for reliable, cheaper LLM backends2026-05-22LLM teams are moving reliability and cost out of prompts and into a production control layer. A hands-on buil...
-
IBM ships open 32K-context multilingual embeddings that punch above their size2026-05-15IBM released Granite Embedding Multilingual R2, open multilingual embedding models with 32K context that impro...
-
LangChain Core 1.4.0: streaming v2 and richer tracing land; local-first evals st...2026-05-12LangChain Core 1.4.0 adds content-block streaming v2 and much richer tracing, while local-first eval tools get...
-
LangChain ships streaming v2 and standardizes agents on create_agent2026-05-04LangChain changed how streaming works and is standardizing agent creation on create_agent. The latest [langch...
-
LangChain rolls out a new event streaming protocol (v3) and wires it into agents2026-05-02LangChain is changing how model runs stream and trace with a new event protocol and related provider updates. ...
-
LangChain shifts to content‑block streaming; Anthropic adapter aligns2026-04-29LangChain changed its streaming model to content‑block‑centric (v2), and the Anthropic adapter updated to matc...
-
From blob responses to block streaming: the LLM pipeline shift2026-04-25LLM pipelines are shifting from one big response to block-based streaming you can rate-limit, store, and retry...
-
JS agents level up: free LangChain.js course + LangChain/EXO updates (incl. Kimi...2026-04-24JavaScript-based agentic stacks just got easier to learn and sturdier to ship. Microsoft published a free, op...