Commit Graph

  • f2dab562a8 style: misc refs work (#33771) Mason Daugherty 2025-10-31 18:29:53 -04:00
  • 61196a8280 release(openai): 1.0.2 (#33769) ccurme 2025-10-31 14:21:32 -04:00
  • 7a97c31ac0 release(model-profiles): 0.0.2 (#33767) langchain-model-profiles==0.0.2 ccurme 2025-10-31 13:58:04 -04:00
  • 51e1447c9e chore(docs): add api reference redirects (#33765) Lauren Hirata Singh 2025-10-31 13:50:00 -04:00
  • 424214041e feat(model-profiles): support more providers (#33766) ccurme 2025-10-31 13:48:56 -04:00
  • bac96fe33f fix(docs): get redirects to build (#33763) Lauren Hirata Singh 2025-10-31 12:09:21 -04:00
  • b06bd6a913 fix(model-profiles): add typing-extensions as explicit dep (#33762) langchain-model-profiles==0.0.1 ccurme 2025-10-31 11:21:55 -04:00
  • 1c762187e8 fix(model-profiles): remove langchain-core as a dependency (#33761) ccurme 2025-10-31 11:04:14 -04:00
  • 90aefc607f docs(core): improve tools module docstrings (#33755) Mason Daugherty 2025-10-31 10:54:30 -04:00
  • 2ca73c479b fix(infra): fix release workflow for new packages (#33760) ccurme 2025-10-31 10:38:38 -04:00
  • 17c7c273b8 fix(infra): fix release workflow for new packages (#33759) ccurme 2025-10-31 10:21:12 -04:00
  • 493be259c3 feat(core): mint langchain-model-profiles and add profile property to BaseChatModel (#33728) ccurme 2025-10-31 09:44:46 -04:00
  • 106c6ac273 revert: "chore: skip anthropic tests while waiting on new anthropic release" (#33753) Mason Daugherty 2025-10-30 16:37:12 -04:00
  • 7aaaa371e7 release(anthropic): 1.0.1 (#33752) langchain-anthropic==1.0.1 Mason Daugherty 2025-10-30 16:19:44 -04:00
  • 468dad1780 chore: use model IDs, latest anthropic models (#33747) Mason Daugherty 2025-10-30 16:13:28 -04:00
  • 32d294b89a fix(anthropic): clean up tests, update default model to use ID (#33751) Mason Daugherty 2025-10-30 16:08:18 -04:00
  • dc5b7dace8 test(openai): mark tests flaky (#33750) Mason Daugherty 2025-10-30 16:07:58 -04:00
  • e00b7233cf chore(langchain): fix lint_imports paths (#33749) Mason Daugherty 2025-10-30 16:06:08 -04:00
  • 91f7e73c27 fix(langchain): use system_prompt in integration tests (#33748) Mason Daugherty 2025-10-30 16:05:57 -04:00
  • 75fff151e8 fix(openai): replace pytest.warns(None) with warnings.catch_warnings in ChatOpenAI test to resolve TypeError . Resolves issue #33705 (#33741) Shagun Gupta 2025-10-30 18:52:34 +05:30
  • d05a0cb80d chore: skip anthropic tests while waiting on new anthropic release (#33739) langchain==1.0.3 langchain-core==1.0.2 Sydney Runkle 2025-10-29 16:10:42 -07:00
  • d24aa69ceb chore: don't pick up alphas for testing (#33738) Sydney Runkle 2025-10-29 16:04:57 -07:00
  • fabcacc3e5 chore: remove mentions of sonnet 3.5 (#33737) Sydney Runkle 2025-10-29 15:49:27 -07:00
  • ac58d75113 fix(langchain_v1): remove thread_model_call_count and run_model_call_count from tool node test (#33725) Christian Bromann 2025-10-29 15:36:18 -07:00
  • 28564ef94e release: core 1.0.2 and langchain 1.0.3 (#33736) Sydney Runkle 2025-10-29 15:30:17 -07:00
  • b62a9b57f3 fix(langchain_v1): removed unsed functions in tool_call_limit middleware (#33735) Christian Bromann 2025-10-29 15:21:38 -07:00
  • 76dd656f2a fix: filter out injected args from tracing (#33729) Sydney Runkle 2025-10-29 15:20:53 -07:00
  • d8b08a1ecd fix(docs): redirects (#33734) Lauren Hirata Singh 2025-10-29 17:57:08 -04:00
  • d218936763 fix(openai): update model used in test (#33733) ccurme 2025-10-29 17:09:18 -04:00
  • 123e29dc26 style: more refs fixes (#33730) Mason Daugherty 2025-10-29 16:34:46 -04:00
  • 6a1dca113e chore: move ToolNode improvements back to langgraph (#33634) Sydney Runkle 2025-10-29 11:44:23 -07:00
  • 9b5e00f578 fix(docs): Redirects fix (#33724) Lauren Hirata Singh 2025-10-29 13:47:16 -04:00
  • 8c22e69491 chore(docs): redirects to new docs (#33703) Lauren Hirata Singh 2025-10-29 12:12:18 -04:00
  • 8aea6dd23a feat: support structured output retry middleware (#33663) Sydney Runkle 2025-10-29 08:41:44 -07:00
  • ca462b71dc typo cc/model_provider Chester Curme 2025-10-29 11:10:38 -04:00
  • 33a91fdf9a update snapshots for xai Chester Curme 2025-10-29 11:10:29 -04:00
  • 78a2f86f70 fix(core): improve JSON get_format_instructions using Opik Agent Optimizer (#33718) Vincent Koc 2025-10-29 08:05:24 -07:00
  • 8b05cb4522 fix snapshot Chester Curme 2025-10-29 11:04:07 -04:00
  • 9982e28aaa update some snapshots Chester Curme 2025-10-29 10:52:32 -04:00
  • e53e91bcb2 update openai Chester Curme 2025-10-29 10:50:25 -04:00
  • 8797b167f5 update core Chester Curme 2025-10-29 10:41:16 -04:00
  • b5e23e5823 fix(langchain_v1): correct ref url (#33715) Mason Daugherty 2025-10-28 23:29:19 -04:00
  • 7872643910 chore(standard-tests): Update API reference link in README (#33714) Mason Daugherty 2025-10-28 23:29:02 -04:00
  • f15391f4fc chore(text-splitters): API reference link in README (#33713) Mason Daugherty 2025-10-28 23:28:48 -04:00
  • ca9b81cc2e chore(infra): update README (#33712) Mason Daugherty 2025-10-28 23:22:18 -04:00
  • a2a9a02ecb style(core): more cleanup all around (#33711) Mason Daugherty 2025-10-28 22:58:19 -04:00
  • e5e1d6c705 style: more refs work (#33707) Mason Daugherty 2025-10-28 14:43:28 -04:00
  • 6ee19473ba chore(infra): bump actions/download-artifact from 5 to 6 (#33682) dependabot[bot] 2025-10-28 14:07:16 -04:00
  • a59551f3b4 chore(infra): bump actions/upload-artifact from 4 to 5 (#33681) dependabot[bot] 2025-10-28 14:07:03 -04:00
  • 01b1122a81 example implementation for SummarizationMiddleware cc/llm_features_example Chester Curme 2025-10-28 11:55:29 -04:00
  • cb71e10f95 Revert "example implementation for SummarizationMiddleware" Chester Curme 2025-10-28 11:33:57 -04:00
  • c568d2fc62 example implementation for SummarizationMiddleware Chester Curme 2025-10-28 11:24:33 -04:00
  • 0c2def8c21 add failing test case cc/summarization_middleware_behavior Chester Curme 2025-10-28 11:10:13 -04:00
  • abd46163a2 example implementation Chester Curme 2025-10-28 10:45:36 -04:00
  • 3286a98b27 fix(core): translate Google GenAI text blocks to v1 (#33699) ccurme 2025-10-28 09:53:01 -04:00
  • 62769a0dac feat(langchain): export UsageMetadata (#33692) Mason Daugherty 2025-10-27 19:47:41 -04:00
  • f94108b4bc fix: links (#33691) Mason Daugherty 2025-10-27 19:04:29 -04:00
  • ea3ec45441 better tests Sydney Runkle 2025-10-27 14:50:33 -07:00
  • 28c02783fa tests Sydney Runkle 2025-10-27 14:44:46 -07:00
  • 60a0ff8217 fix(standard-tests): fix tool description in agent loop test (#33690) ccurme 2025-10-27 15:02:13 -04:00
  • 22e7deb4b7 flat Sydney Runkle 2025-10-27 11:13:57 -07:00
  • 98122b040b agent runtime poc Sydney Runkle 2025-10-27 11:01:31 -07:00
  • b3dffc70e2 fix(core): fix PydanticOutputParser's get_format_instructions for v1 models (#32479) Christophe Bornet 2025-10-27 18:44:20 +01:00
  • 86ac39e11f refactor(core): Minor refactor for code readability (#33674) Arun Prasad 2025-10-27 15:39:36 +00:00
  • 6e036d38b2 fix(infra): add emacs backup files to gitignore (#33675) John Eismeier 2025-10-27 11:26:47 -04:00
  • 2d30ebb53b docs(langchain): clarify create_tool_calling_agent system_prompt formatting and add troubleshooting (#33679) Shanto Mathew 2025-10-27 10:18:10 -05:00
  • b3934b9580 refactor(anthropic): remove unnecessary url check (#33671) Arun Prasad 2025-10-27 15:13:54 +00:00
  • 09102a634a fix: update some links (#33686) Mason Daugherty 2025-10-27 11:12:11 -04:00
  • 95ff5901a1 chore(anthropic): update integration test cassette (#33685) ccurme 2025-10-27 10:43:36 -04:00
  • 721a9f389b cr harrison/middleware-extend-middleware Harrison Chase 2025-10-26 09:10:27 -07:00
  • 8eec156479 middleware extend middleware Harrison Chase 2025-10-26 09:09:58 -07:00
  • f3d7152074 style(core): more refs work (#33664) Mason Daugherty 2025-10-24 16:06:24 -04:00
  • dff37f6048 fix(nomic): support Python 3.14 (#33655) Christophe Bornet 2025-10-24 19:32:07 +02:00
  • 832036ef0f chore(infra): remove openai from langchain-core release test matrix (#33661) langchain-core==1.0.1 ccurme 2025-10-24 11:55:33 -04:00
  • f1742954ab fix(core): make handling of schemas more defensive (#33660) ccurme 2025-10-24 11:10:06 -04:00
  • 6ab0476676 fix(openai): update test (#33659) ccurme 2025-10-24 11:04:33 -04:00
  • b3d26b0990 retry example sr/improved-structured-output Sydney Runkle 2025-10-24 09:56:31 -04:00
  • d36413c821 release(mistralai): 1.0.1 (#33657) langchain-mistralai==1.0.1 ccurme 2025-10-24 09:50:23 -04:00
  • 99097f799c fix(mistralai): resolve duplicate tool calls when converting to mistral chat message (#33648) Romi45 2025-10-24 15:40:31 +02:00
  • 0666571519 chore(perplexity): Added all keys for usage metadata (#33480) Mohammad Mohtashim 2025-10-24 18:32:35 +05:00
  • 256d1e6af3 fix: resolve mypy type error for ToolMessage content feat/tool-limit-end-tools Liam Bush 2025-10-22 14:01:25 -07:00
  • 9d046a1147 fix: resolve linting and formatting issues Liam Bush 2025-10-22 13:55:29 -07:00
  • 749fb4f677 refactor: clean up code style and add sequential execution test Liam Bush 2025-10-22 13:49:31 -07:00
  • 55bc0eb08e feat(agents): add end_tools exit behavior to ToolCallLimitMiddleware Liam Bush 2025-10-22 13:40:43 -07:00
  • ef85161525 release(core): 1.0.1 (#33639) ccurme 2025-10-22 14:25:21 -04:00
  • 079eb808f8 release(qdrant): 1.1.0 (#33638) langchain-qdrant==1.1.0 ccurme 2025-10-22 13:24:36 -04:00
  • 39fb2d1a3b feat(qdrant): Use Qdrant's built-in MMR search (#32302) Anush 2025-10-22 22:49:32 +05:30
  • db7f2db1ae feat(infra): langchain docs MCP (#33636) Mason Daugherty 2025-10-22 11:50:35 -04:00
  • df46c82ae2 feat(core): automatic set required to include all properties in strict mode (#32930) Yu Zhong 2025-10-22 23:31:08 +08:00
  • f8adbbc461 chore(langchain_v1): bump version from 1.0.1 to 1.0.2 (#33629) langchain==1.0.2 Eugene Yurtsev 2025-10-21 17:05:51 -04:00
  • 17f0716d6c fix(langchain_v1): remove non llm controllable params from tool message on invocation failure (#33625) Eugene Yurtsev 2025-10-21 15:40:30 -04:00
  • 5acd34ae92 feat(openai): add unit test for streaming error in _generate (#33134) Ali Ismail 2025-10-21 12:08:37 -07:00
  • 84dbebac4f fix(langchain): correctly initialize huggingface models in init_chat_model (#33167) Aaron Sequeira 2025-10-21 21:21:46 +03:00
  • f1031dc617 alternative sr/fix-inj-val Sydney Runkle 2025-10-21 13:52:57 -04:00
  • 838c383074 don't change default sr/do-not-validate-injected-args Sydney Runkle 2025-10-21 13:39:58 -04:00
  • c534c365a0 first pass Sydney Runkle 2025-10-21 13:37:06 -04:00
  • eddfcd2c88 docs(core): Updated docs for mustache_template_vars (#33481) Mohammad Mohtashim 2025-10-21 22:01:25 +05:00
  • ef1f031801 ux eugene/not_to_pack_injection_into_tool_call Eugene Yurtsev 2025-10-21 12:59:03 -04:00
  • 0380e50d31 x Eugene Yurtsev 2025-10-21 12:58:52 -04:00
  • 6829386f50 x Eugene Yurtsev 2025-10-21 12:50:06 -04:00