Commit Graph

14068 Commits

Author SHA1 Message Date
Mason Daugherty
513e75ff75 fix 2025-08-05 16:09:17 -04:00
Mason Daugherty
733da01bd4 Merge branch 'wip-v0.4' into mdrxy/ollama_v1 2025-08-05 16:03:24 -04:00
ccurme
ac2de920b1 chore: increment versions for 0.4 branch (#32419) langchain-core==0.4.0.dev0 langchain-openai==0.4.0.dev0 langchain==0.4.0.dev0 2025-08-05 15:39:37 -04:00
ccurme
e02eed5489 feat: standard outputs (#32287)
Co-authored-by: Mason Daugherty <mason@langchain.dev>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Co-authored-by: Mason Daugherty <github@mdrxy.com>
Co-authored-by: Nuno Campos <nuno@langchain.dev>
2025-08-05 15:17:32 -04:00
Mason Daugherty
5b3ff1215e Merge branch 'standard_outputs_copy' into mdrxy/ollama_v1 2025-08-05 15:16:23 -04:00
ccurme
16a7112fd4 fix(core): fix v1 tool message tracing (#32416) 2025-08-05 15:07:28 -04:00
ccurme
8c702397cb fix(langchain): warn on unsupported models and add test (#32413) 2025-08-05 14:34:19 -04:00
ccurme
56ee00cb1d fix(core): rename output_version to message_version (#32412) 2025-08-05 14:23:58 -04:00
ccurme
757bae0263 feat(langchain): support v1 chat models in init_chat_model (#32410) 2025-08-05 13:50:19 -04:00
ccurme
4559997e35 refactor(openai): move chat model to v1 namespace (#32407) 2025-08-05 13:23:29 -04:00
Mason Daugherty
e393f512fc update README.md 2025-08-05 11:05:26 -04:00
Mason Daugherty
b94fb8c086 update README_V1.md 2025-08-05 11:03:28 -04:00
Mason Daugherty
485b0b36ab more dumps() tests 2025-08-05 10:50:07 -04:00
Mason Daugherty
eab89965de add type hint 2025-08-05 10:49:53 -04:00
Mason Daugherty
c9c4776fb7 linting fix? 2025-08-05 10:49:46 -04:00
Mason Daugherty
551663d0b7 namespace refactor 2025-08-05 10:28:07 -04:00
Mason Daugherty
4651457c7e Merge remote-tracking branch 'origin/standard_outputs_copy' into mdrxy/ollama_v1 2025-08-05 09:56:17 -04:00
Mason Daugherty
c709f85c27 snapshots 2025-08-05 09:55:13 -04:00
ccurme
71f0138885 refactor(core): rename BaseChatModelV1 -> BaseChatModel in v1 namespace (#32404) 2025-08-05 09:35:33 -04:00
ccurme
c36b123c8c fix(core): refactor new types into top-level v1 namespace (#32403) 2025-08-05 09:21:31 -04:00
ccurme
deae8cc164 feat(core): support returning v1 ToolMessage in tools (#32397) 2025-08-05 08:50:02 -04:00
Mason Daugherty
c7c47f81c4 add type hints to messages 2025-08-05 00:04:30 -04:00
Mason Daugherty
5c9ce7fd2b remove outdated test 2025-08-04 23:47:17 -04:00
Mason Daugherty
f3c863447f fix: core imports tests 2025-08-04 23:24:47 -04:00
Mason Daugherty
f67456f90f capture response context 2025-08-04 23:08:47 -04:00
Mason Daugherty
2eca8240e2 final(?) unit tests 2025-08-04 17:57:45 -04:00
Mason Daugherty
c9a38be6df add ollama unit test props 2025-08-04 17:53:17 -04:00
Mason Daugherty
308e734c78 expant unit tests v1 2025-08-04 17:44:14 -04:00
Mason Daugherty
16729de369 add some notes 2025-08-04 17:38:02 -04:00
Mason Daugherty
db41bfe1f8 more tests 2025-08-04 17:31:47 -04:00
Mason Daugherty
c91d681c83 update comment 2025-08-04 17:23:18 -04:00
Mason Daugherty
06f240b328 add test 2025-08-04 16:21:18 -04:00
Mason Daugherty
a3799b2caf docstring for test__parse_arguments_from_tool_call 2025-08-04 16:18:51 -04:00
Mason Daugherty
38a25bfefc add note about test_arbitrary_roles_accepted_in_chatmessages for v1 2025-08-04 16:18:40 -04:00
Mason Daugherty
63ade97a5f Merge branch 'mdrxy/ollama_v1' of github.com:langchain-ai/langchain into mdrxy/ollama_v1 2025-08-04 16:06:51 -04:00
Mason Daugherty
3c3158d379 Merge branch 'standard_outputs_copy' into mdrxy/ollama_v1 2025-08-04 16:06:05 -04:00
Mason Daugherty
5b60e9362e continue to match v0 2025-08-04 16:02:39 -04:00
Mason Daugherty
99687ce626 rename 2025-08-04 15:54:11 -04:00
Mason Daugherty
2290984cfa refactoring 2025-08-04 15:54:07 -04:00
Mason Daugherty
2f8470d7f2 formatting 2025-08-04 15:53:32 -04:00
Mason Daugherty
7b89cabd0b ollama: update _convert_content_blocks_to_ollama_format for robustness 2025-08-04 15:52:25 -04:00
Mason Daugherty
5b7df921df add reasoning guard; make mime type not required alongside base64 2025-08-04 15:52:06 -04:00
Mason Daugherty
7bc4512ab7 add type guards to export 2025-08-04 15:51:42 -04:00
ccurme
b06dc7954e fix(openai): use extras for v1 messages (#32394) 2025-08-04 14:49:20 -04:00
Mason Daugherty
3f11b041df docs nits 2025-08-04 14:46:10 -04:00
Mason Daugherty
ade2155aee fixes 2025-08-04 14:33:02 -04:00
Mason Daugherty
9c4e6124b6 updates 2025-08-04 14:18:43 -04:00
Mason Daugherty
08cb07e1a6 nit 2025-08-04 14:01:21 -04:00
Mason Daugherty
332215ed41 nit 2025-08-04 13:44:31 -04:00
Mason Daugherty
d4ac8ff5f7 lint 2025-08-04 13:14:04 -04:00