langchain-ai (GitHub)

RSS: https://github.com/langchain-ai.atom
LangChain 是一个面向大语言模型应用开发的框架。

langchain-openrouter 0.2.8 发布说明

langchain-openrouter 0.2.8 修复了 OpenRouter 调用时 usage chunk 中丢失 cost 元数据的问题,并在响应元数据中保留 provider 信息。其余提交均为 model-profiles 数据刷新,无新功能。
评论点赞收藏1 天前

langchain-core 1.5.5 发布说明

langchain-core 1.5.5 发布,修复了 abatch_iterate 与 batch_iterate 行为不一致、Pydantic alias 验证工具输入、chunk 合并、异步路径下 v1 base model 验证、tool 描述处理、usage metadata 回调异常清理、LLM 缓存处理等十余项问题,并将 httpx 列为显式依赖。
评论点赞收藏1 天前

langchain-openai 1.5.1 发布说明

langchain-openai 1.5.1 版本更新:修复了流式加密推理(streamed encrypted reasoning)的保留问题,CI 新增对 LangSmith Gateway 的支持。改动较小,属于例行维护发布。
评论点赞收藏1 天前

langchain-openai 1.5.0 发布

langchain-openai 升级到 1.5.0,主要新增对 OpenAI 3.0 SDK 的支持,同时更新了 langgraph 依赖版本。
评论点赞收藏2 天前

langchain-anthropic 1.5.5 发布说明

langchain-anthropic 1.5.5 修复了三个问题:reasoning tokens 现在会正确上报到 usage metadata;Claude 文件工具中间件在重命名时不再触发 KeyError;无凭证配置时错误提示更清晰。
评论点赞收藏4 天前

LangChain 1.3.15 版本更新日志

LangChain 1.3.15 发布,新增 AgentMiddleware 的 trace_policy 暴露、LangSmith provider 支持、reasoning_effort 标准参数,以及多项 bug 修复和依赖升级。
评论点赞收藏4 天前

langchain-core 1.5.4 发布说明

LangChain 发布 core 库 1.5.4 版本,修复了与 pydantic 2.14 的兼容性问题,以及 StructuredPrompt 修改调用方 kwargs、RootModel runnable 扁平参数 schema 丢失等 bug。另有事件循环关闭、OpenAI file blocks 保留、流式回调选项脱敏等修复。
评论点赞收藏4 天前

langchain-openai 1.4.3 发布说明

langchain-openai 发布 1.4.3 版本,主要修复了从内容中过滤无效工具调用的问题,并更新了 OpenAI 兼容提供商的 responses API 指引和 include_response_headers 的文档注释。
评论点赞收藏5 天前

langchain-openai==1.4.2

Changes since langchain-openai==1.4.1 release(openai): 1.4.2 ( #39322 ) fix(openai): handle ContextWindowExceededError ( #39300 ) chore: bump the minor-and-patch group across 3 directories with 7 upda...
评论点赞收藏8 天前

langchain-anthropic==1.5.4

Changes since langchain-anthropic==1.5.3 release(anthropic): 1.5.4 ( #39277 ) fix(anthropic): handle tool schemas with unsupported top-level composition ( #39273 ) chore: bump the minor-and-patch grou...
评论点赞收藏10 天前

langchain-core==1.5.3

Changes since langchain-core==1.5.2 release(core): 1.5.3 ( #39145 ) fix(core): fall back to LANGSMITH_API_KEY for gateway ( #39115 )
评论点赞收藏16 天前

langchain-anthropic==1.5.3

Changes since langchain-anthropic==1.5.2 release(anthropic): 1.5.3 ( #39109 ) fix(anthropic): preserve empty thinking field in signature_delta streaming ( #38765 ) fix(anthropic): strip unsupported fi...
评论点赞收藏18 天前

langchain-core==1.5.2

Changes since langchain-core==1.5.1 release(core): 1.5.2 ( #39108 ) fix(core): handle empty string in gateway env vars ( #39107 ) chore: bump setuptools from 82.0.0 to 83.0.0 in /libs/core ( #39032 ) ...
评论点赞收藏18 天前

langchain-fireworks==1.5.2

Changes since langchain-fireworks==1.5.1 release(fireworks): 1.5.2 ( #39093 ) chore(model-profiles): refresh model profile data ( #39092 ) chore(model-profiles): refresh model profile data ( #39084 ) ...
评论点赞收藏19 天前

langchain-anthropic==1.5.2

Changes since langchain-anthropic==1.5.1 release(anthropic): 1.5.2 ( #39056 ) feat(anthropic): add Claude Opus 5 support ( #39054 )
评论点赞收藏22 天前

langchain-openai==1.4.1

Changes since langchain-openai==1.4.0 release(openai): 1.4.1 ( #39045 ) feat(anthropic,fireworks,openai): support langsmith gateway through env var ( #38742 ) fix(openai): correct gpt-5.3-chat-latest ...
评论点赞收藏23 天前

langchain-fireworks==1.5.1

Changes since langchain-fireworks==1.5.0 release(fireworks): 1.5.1 ( #39044 ) feat(anthropic,fireworks,openai): support langsmith gateway through env var ( #38742 )
评论点赞收藏23 天前

langchain-core==1.5.1

Changes since langchain-core==1.5.0 release(core): 1.5.1 ( #39042 ) feat(anthropic,fireworks,openai): support langsmith gateway through env var ( #38742 ) fix(core): use tool_call_schema cache for Bas...
评论点赞收藏23 天前

Deep Agents:LangChain 推出的开箱即用智能体框架

LangChain 发布了 Deep Agents,一个基于 LangGraph 的开源智能体框架。它提供文件读写、子智能体委托、上下文管理和持久记忆等功能,支持任意具备工具调用能力的 LLM。 该框架定位为比 LangChain 基础智能体更“有主见”的高层封装,旨在简化长周期多步骤任务的开发,同时保持生产环境的可扩展性与可观测性。
评论点赞收藏44 天前

OpenWiki:专为 Agent 设计的代码库文档维护 CLI

LangChain AI 发布了 OpenWiki,一款命令行工具,能自动生成并持续维护代码库文档。它支持配置多种大模型,并可结合 GitHub Action 实现每日自动更新文档。 该工具旨在解决 Agent 编程时代代码上下文缺失的问题,通过自动维护文档帮助 AI Agent 更好地理解项目结构。
评论点赞收藏45 天前

登录芦苇

登录后关注作者、收藏内容和参与讨论。