Commit Graph

  • b470c79f1d refactor(core): Use duck typing for _StreamingCallbackHandler (#32535) William FH 2025-08-19 05:41:07 -07:00
  • 27d81cf3d9 test(openai): address some type issues in tests (#32601) Mason Daugherty 2025-08-19 00:28:35 -04:00
  • 313ed7b401 Merge branch 'wip-v1.0' into cc/1.0/standard_content Mason Daugherty 2025-08-19 00:11:18 -04:00
  • f0f1e28473 Merge branch 'master' of github.com:langchain-ai/langchain into wip-v1.0 Mason Daugherty 2025-08-18 23:30:10 -04:00
  • d204f0dd55 feat(infra): add skip-preview tag check in Vercel deployment script (#32600) Mason Daugherty 2025-08-18 17:33:27 -04:00
  • 0e6c172893 refactor(core): prefixes, again (#32599) Mason Daugherty 2025-08-18 17:24:57 -04:00
  • 8ee0cbba3c refactor(core): prefixes (#32597) Mason Daugherty 2025-08-18 16:33:12 -04:00
  • 00259b0061 fix(deepseek): Deep Seek Model for LS Tracing (#32575) Mohammad Mohtashim 2025-08-18 23:48:30 +05:00
  • 4fb1132e30 docs: Classification Notebook Update (#32357) Mohammad Mohtashim 2025-08-18 23:45:03 +05:00
  • a6690eb9fd release(anthropic): 0.3.19 (#32595) langchain-anthropic==0.3.19 Mason Daugherty 2025-08-18 14:25:03 -04:00
  • f69f9598f5 chore: update references to use the latest version of Claude-3.5 Sonnet (#32594) Mason Daugherty 2025-08-18 14:11:15 -04:00
  • 8d0fb2d04b fix(anthropic): correct input_token count for streaming (#32591) Mason Daugherty 2025-08-18 13:51:47 -04:00
  • 8042b04da6 fix(anthropic): clean up null file_id fields in citations during message formatting (#32592) Mason Daugherty 2025-08-18 13:01:52 -04:00
  • 4790c7265a feat(core): lazy-load standard content (#32570) ccurme 2025-08-18 11:30:49 -03:00
  • fb74265175 fix(docs): update LangGraph guides link and add JS how-to link (#32583) Daehwi Kim 2025-08-18 23:27:37 +09:00
  • 21b61aaf9a fix(docs): Using appropriate argument name in ToolNode for error handling (#32586) Oresztesz Margaritisz 2025-08-18 16:12:10 +02:00
  • 03138f41a0 feat(text-splitters): add optional custom header pattern support (#31887) Keyu Chen 2025-08-18 10:10:49 -04:00
  • aeea0e3ff8 fix(langchain): fix tests on standard content branch (#32590) ccurme 2025-08-18 10:49:01 -03:00
  • fd891ee3d4 revert(anthropic): streaming token counting to defer input tokens until completion (#32587) Mason Daugherty 2025-08-18 09:48:33 -04:00
  • aca7c1fe6a fix(core): temporarily fix tests (#32589) ccurme 2025-08-18 10:45:06 -03:00
  • b8cdbc4eca fix(anthropic): sanitize tool use block when taking directly from content (#32574) ccurme 2025-08-18 10:06:57 -03:00
  • 791d309c06 chore(langchain): add mypy warn_unreachable setting (#32529) Christophe Bornet 2025-08-16 01:03:53 +02:00
  • d3d23e2372 fix(anthropic): streaming token counting to defer input tokens until completion (#32518) Mason Daugherty 2025-08-15 17:49:46 -04:00
  • 6ae6202bbe refactor: enhance OpenAI data block handling and normalize message formats mdrxy/v1-ollama Mason Daugherty 2025-08-15 17:03:03 -04:00
  • 2375c3a4d0 add note Mason Daugherty 2025-08-15 16:39:36 -04:00
  • 0199b56bda rfc test_utils to make clearer what was existing before and after, and add comments Mason Daugherty 2025-08-15 16:37:39 -04:00
  • 00345c4de9 tests: add more data content block tests Mason Daugherty 2025-08-15 16:28:46 -04:00
  • 7f9727ee08 refactor: is_data_content_block Mason Daugherty 2025-08-15 16:28:33 -04:00
  • 08cd5bb9b4 clarify intent of extras under data blocks Mason Daugherty 2025-08-15 16:27:47 -04:00
  • 987031f86c fix: _LC_ID_PREFIX back Mason Daugherty 2025-08-15 16:27:08 -04:00
  • 7a8c6398a4 clarify: meaning of provider Mason Daugherty 2025-08-15 16:01:29 -04:00
  • f691dc348f refactor: make ensure_id public Mason Daugherty 2025-08-15 15:42:17 -04:00
  • 86252d2ae6 refactor: move ID prefixes Mason Daugherty 2025-08-15 15:39:36 -04:00
  • 8bd2403518 fix: increase max_tokens limit to 64000 re: Anthropic dynamic tokens Mason Daugherty 2025-08-15 15:34:54 -04:00
  • 4dd9110424 Merge branch 'master' into wip-v1.0 Mason Daugherty 2025-08-15 15:32:21 -04:00
  • 8fc1973bbf test: add note about for tuple conversion in ToolMessage Mason Daugherty 2025-08-15 15:30:51 -04:00
  • a3b20b0ef5 clean up id test Mason Daugherty 2025-08-15 15:28:11 -04:00
  • 301a425151 snapshot Mason Daugherty 2025-08-15 15:16:07 -04:00
  • 3db8c60112 chore: more content block formatting Mason Daugherty 2025-08-15 15:01:07 -04:00
  • 8d110599cb chore: more content block docstring formatting Mason Daugherty 2025-08-15 14:39:13 -04:00
  • c9e847fcb8 chore: format output_version docstring Mason Daugherty 2025-08-15 14:33:59 -04:00
  • 174e685139 feat(anthropic): dynamic mapping of Max Tokens for Anthropic (#31946) Mohammad Mohtashim 2025-08-15 23:33:51 +05:00
  • 601fa7d672 Merge branch 'wip-v1.0' into cc/1.0/standard_content Mason Daugherty 2025-08-15 14:31:50 -04:00
  • 7e39cd18c5 feat: allow kwargs on content block factories (#32568) Mason Daugherty 2025-08-15 14:30:32 -04:00
  • 2f32c444b8 docs: add details on message IDs and their assignment process (#32534) Mason Daugherty 2025-08-15 14:22:28 -04:00
  • c98bc3b6ba feat(core): enhance OpenAI data block conversion and extend support for file and audio types (#32538) mdrxy/expand-factories-extras Mason Daugherty 2025-08-15 14:20:56 -04:00
  • 9721684501 Merge branch 'master' into wip-v1.0 Mason Daugherty 2025-08-15 14:06:34 -04:00
  • a4e135b508 fix: use .get() on image URL in ImagePromptValue.to_string() Mason Daugherty 2025-08-15 13:57:50 -04:00
  • d111965448 Merge branch 'wip-v1.0' into cc/1.0/standard_content Mason Daugherty 2025-08-15 13:35:57 -04:00
  • fe740a9397 fix(docs): chatbot.ipynb trimming regression (#32561) Mason Daugherty 2025-08-15 10:47:22 -04:00
  • b2b835cb36 docs(docs): add Oxylabs document loader (#32429) Rostyslav Borovyk 2025-08-15 17:46:26 +03:00
  • 4656f727da chore(text-splitters): add mypy warn_unreachable (#32558) Christophe Bornet 2025-08-15 15:45:20 +02:00
  • 34800332bf chore: update integrations table (#32556) Mason Daugherty 2025-08-14 22:37:36 -04:00
  • 06ba80ff68 docs: formatting Tavily (#32555) Mason Daugherty 2025-08-14 19:41:37 -04:00
  • 2bd8096faa docs: add pre-commit setup instructions to the dev setup guide (#32553) Mason Daugherty 2025-08-14 16:35:57 -04:00
  • a0331285d7 fix(core): Support no-args tools by defaulting args to empty dict (#32530) Mason Daugherty 2025-08-14 16:28:36 -04:00
  • 8f68a08528 chore: add Chat LangChain to README.md (#32545) Mason Daugherty 2025-08-14 16:15:27 -04:00
  • 71651c4a11 docs: update banner (#32552) Lauren Hirata Singh 2025-08-14 10:54:29 -07:00
  • 44ec1f32b2 docs: banner for academy course (#32550) Lauren Hirata Singh 2025-08-14 10:05:00 -07:00
  • 0c81499243 docs(ollama): update API usage examples (#32547) Yoon 2025-08-15 01:57:38 +09:00
  • 624300cefa core: populate tool_call_chunks in content_blocks Chester Curme 2025-08-14 10:06:33 -04:00
  • 0aac20e655 openai: tool calls in progress Chester Curme 2025-08-14 09:55:20 -04:00
  • 2c9cfa8817 . Mason Daugherty 2025-08-14 03:56:35 -04:00
  • 397cd89988 docs: update outdated README.md content (#32540) Mason Daugherty 2025-08-13 18:19:38 -04:00
  • bdcce01486 . Mason Daugherty 2025-08-13 16:18:35 -04:00
  • 844acf6935 . Mason Daugherty 2025-08-13 16:15:10 -04:00
  • 3f4f1f5bba feat: add support for extras field in content block creation functions Mason Daugherty 2025-08-13 16:10:34 -04:00
  • 153db48c92 openai: misc fixes for computer calls and custom tools Chester Curme 2025-08-13 15:32:02 -04:00
  • 527d62de3a fix: defaults Mason Daugherty 2025-08-13 15:00:45 -04:00
  • 80c595d7da feat(core): add output_version parameter to chat model methods Mason Daugherty 2025-08-13 14:48:54 -04:00
  • db438d8dcc docs(docs): fixed additional grammar and style issues in how-to index (#32533) mishraravibhushan 2025-08-13 23:40:58 +05:30
  • 5654e213e7 Empty commit to trigger CI open-swe/12a6b485-b997-4fb1-bf73-93760fdbd53f open-swe[bot] 2025-08-13 15:51:49 +00:00
  • e2f05afc07 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:48:24 +00:00
  • 91dd0fdd24 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:47:57 +00:00
  • dec74d3ade Apply patch [skip ci] open-swe[bot] 2025-08-13 15:47:33 +00:00
  • 57e63f2337 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:46:43 +00:00
  • f784aaa59d Apply patch [skip ci] open-swe[bot] 2025-08-13 15:46:20 +00:00
  • 598ff18c05 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:45:30 +00:00
  • bf88589bed Apply patch [skip ci] open-swe[bot] 2025-08-13 15:45:07 +00:00
  • 61e7d4fd65 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:42:25 +00:00
  • 32046e319b Apply patch [skip ci] open-swe[bot] 2025-08-13 15:41:18 +00:00
  • d1d2622d85 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:40:42 +00:00
  • 08bc06ec80 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:40:17 +00:00
  • 98e047e28b Apply patch [skip ci] open-swe[bot] 2025-08-13 15:39:41 +00:00
  • 644c1e7c51 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:38:45 +00:00
  • cd87c1c527 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:37:24 +00:00
  • 1a6e3dff17 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:35:53 +00:00
  • f0e9b01261 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:33:48 +00:00
  • 803d19f31e Merge branch 'wip-v1.0' into cc/1.0/standard_content mdrxy/ollama-1.0 Chester Curme 2025-08-13 11:33:31 -04:00
  • ab8cb57b51 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:32:06 +00:00
  • 553e9375f8 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:29:18 +00:00
  • b3bac4b0fb Apply patch [skip ci] open-swe[bot] 2025-08-13 15:27:59 +00:00
  • c8a094fd57 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:24:11 +00:00
  • 2f604eb9a0 openai: carry over refusals fix Chester Curme 2025-08-13 11:23:54 -04:00
  • 40a9c615f1 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:23:38 +00:00
  • e4b12d3558 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:20:48 +00:00
  • 0d47b5caeb Apply patch [skip ci] open-swe[bot] 2025-08-13 15:18:41 +00:00
  • d1273a6397 Empty commit to trigger CI open-swe/b76141d2-29b5-4588-97a1-37a20573710a open-swe[bot] 2025-08-13 15:17:52 +00:00
  • c638921885 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:15:16 +00:00
  • bac7bce5a9 Apply patch [skip ci] open-swe[bot] 2025-08-13 15:14:31 +00:00