Commit Graph

1328 Commits

Author SHA1 Message Date
Mason Daugherty
adff6f48db
addressing comments 2025-08-06 18:19:07 -04:00
Mason Daugherty
73c49d31d6
Merge branch 'wip-v0.4' into mdrxy/ollama_v1 2025-08-06 18:01:02 -04:00
Mason Daugherty
c0cc74db46
remove some TODOs, simplify some assertions, format 2025-08-06 18:00:44 -04:00
Mason Daugherty
376f70be96
sync wip with master (#32436)
Co-authored-by: Kanav Bansal <13186335+bansalkanav@users.noreply.github.com>
Co-authored-by: Pranav Bhartiya <124018094+pranauww@users.noreply.github.com>
Co-authored-by: Nelson Sproul <nelson.sproul@gmail.com>
Co-authored-by: John Bledsoe <jmbledsoe@gmail.com>
2025-08-06 17:57:05 -04:00
Mason Daugherty
eaba6bf650
remove stop as named param 2025-08-06 17:45:31 -04:00
Mason Daugherty
1c5d51965e
docs 2025-08-06 17:41:33 -04:00
Mason Daugherty
bc448c6cb6
add comment 2025-08-06 17:26:30 -04:00
Mason Daugherty
0e6f3ecad0
rework import ordering 2025-08-06 17:24:00 -04:00
Mason Daugherty
ed006a7444
remove unnecessary tool population 2025-08-06 14:35:36 -04:00
Mason Daugherty
704db3741a
simplify returns 2025-08-06 14:19:43 -04:00
Mason Daugherty
6e2418d44b
remove unnecessary casting 2025-08-06 14:18:38 -04:00
Mason Daugherty
13719df998
more 2025-08-06 14:15:17 -04:00
Mason Daugherty
8fc1d5bb12
remove TODOs 2025-08-06 14:12:35 -04:00
Mason Daugherty
bc494570a0
pt. 2 2025-08-06 14:11:47 -04:00
Mason Daugherty
b9028a16a3
simplify response_metadata 2025-08-06 14:11:13 -04:00
Mason Daugherty
3165954328
remove unused _extract_typedict_type_values 2025-08-06 14:02:51 -04:00
Mason Daugherty
821527b97a
more id logic 2025-08-06 11:19:41 -04:00
Mason Daugherty
9e92aef933
feat: update message ID logic 2025-08-06 11:10:58 -04:00
Mason Daugherty
de26f4966f
fix 2025-08-05 21:54:18 -04:00
Mason Daugherty
cd8d6ae7cd
formatting/nits/docs 2025-08-05 20:25:36 -04:00
Mason Daugherty
d5b26bc358
snapshot 2025-08-05 16:59:27 -04:00
Mason Daugherty
2087294760
fmat 2025-08-05 16:15:28 -04:00
Mason Daugherty
661ea97c1e
snapshot 2025-08-05 16:10:16 -04:00
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) 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
56ee00cb1d
fix(core): rename output_version to message_version (#32412) 2025-08-05 14:23:58 -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
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
Mason Daugherty
ade2155aee
fixes 2025-08-04 14:33:02 -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
Mason Daugherty
719c9dfaaa
fix: handle TypeGuard import for compatibility with older Python versions 2025-08-04 13:06:42 -04:00
Mason Daugherty
cc56b8dbd3
Merge branch 'standard_outputs_copy' into mdrxy/ollama_v1 + updates 2025-08-04 12:57:38 -04:00
ccurme
ff3153c04d
feat(core): move tool call chunks to content (v1) (#32358) 2025-08-04 11:32:11 -04:00