Skip to content

docs: add langchain-distil to community middleware integrations#4943

Open
Shakes (dshakes) wants to merge 1 commit into
langchain-ai:mainfrom
dshakes:add-distil-middleware
Open

docs: add langchain-distil to community middleware integrations#4943
Shakes (dshakes) wants to merge 1 commit into
langchain-ai:mainfrom
dshakes:add-distil-middleware

Conversation

@dshakes

Copy link
Copy Markdown

Adds langchain-distil to the Community middleware integrations table.

It's a context-compression middleware in the same family as the existing compact-middleware and langchain-collapse entries: it reversibly digests large tool outputs and message history before the model call (tool/function messages reversibly, human/system losslessly, the model's own messages never rewritten), with byte-exact recovery of every digest. Decision-equivalence between compressed and full context is certified offline by a statistical non-inferiority gate.

Single-row addition to the community table, matching the existing format. I'm the author.

Signed-off-by: Shekhar Mudarapu <chandu1221@gmail.com>
@github-actions github-actions Bot added langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects labels Jul 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for opening a docs PR, Shakes (@dshakes)! When it's ready for review, please add the relevant reviewers:

  • @mdrxy (Python integrations)

@github-actions github-actions Bot added the external User is not a member of langchain-ai label Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

external User is not a member of langchain-ai langchain For docs changes to LangChain oss python For content related to the Python version of LangChain projects

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant