langchain
https://github.com/langchain-ai/langchain
Python
⚡ Building applications with LLMs through composability ⚡
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported39 Subscribers
View all SubscribersAdd a CodeTriage badge to langchain
Help out
- Issues
- fix(core): raise TypeError on type-incompatible AddableDict merge instead of silent data loss
- docs: Document multimodal input formats in ModelProfile to resolve TODOs
- docs: Layerup Security integration docs describe a service that no longer exists
- Exception on _create_chat_result when the response is neither a dict or a openai.BaseModel
- SummarizationMiddleware deletes conversation history when the summary model call fails, inserting the error text as the summary
- ChatOpenAI (Responses API) mutates model_kwargs["text"] in place: one JSON mode call permanently forces JSON mode on later plain calls
- feat(huggingface): support non-CUDA accelerators in `HuggingFacePipeline` via `torch.accelerator` API
- AddableDict silently drops data on type-incompatible merge (langchain_core.runnables.utils)
- Add TokenBudgetMiddleware for token-usage budgets in agents
- ModelRetryMiddleware and ModelFallbackMiddleware swallow `GraphInterrupt` — interrupts are retried and converted to an AIMessage instead of propagating
- Docs
- Python not yet supported