Commit Graph

14112 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
ad8db57efa
remove pydantic v1 test and unneeded audio test 2025-08-06 16:55:27 -04:00
Mason Daugherty
33dc43f1f4
remove unneeded xfail overrides ollama 2025-08-06 16:55:03 -04:00
Mason Daugherty
f7b93f2062
update comment 2025-08-06 16:08:57 -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
8a3e049a9e
fix ollama streaming 2025-08-06 13:32:41 -04:00
Mason Daugherty
4d261089c6
more tests refactors 2025-08-06 13:11:46 -04:00
Mason Daugherty
21e64987d0
more namespace 2025-08-06 12:38:18 -04:00
Mason Daugherty
e18e2c13ce
nits & namespace update for ollama 2025-08-06 12:19:28 -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
990deaedaf
get ollama passing 2025-08-05 22:26:00 -04:00
Mason Daugherty
de26f4966f
fix 2025-08-05 21:54:18 -04:00
Mason Daugherty
4dc3a39522
address some ollama edge cases 2025-08-05 21:39:40 -04:00
Mason Daugherty
652884eeed
xfail instead of fails 2025-08-05 21:31:53 -04:00
Mason Daugherty
8ac1509164
add missing await 2025-08-05 21:31:01 -04:00
Mason Daugherty
2f27d5b6f1
add ollama integration tests 2025-08-05 21:07:32 -04:00
Mason Daugherty
ffda528f36
hack fix unit 2025-08-05 21:07:18 -04:00
Mason Daugherty
20a41ec5df
remove outdated comments 2025-08-05 21:06:44 -04:00
Mason Daugherty
2dd1988baf
ollama unit test fixes 2025-08-05 20:52:29 -04:00
Mason Daugherty
7cc104cd12
. 2025-08-05 20:52:09 -04:00
Mason Daugherty
f6b4251357
more formatting/nits 2025-08-05 20:52:00 -04:00
Mason Daugherty
1467b35ab0
bump lock 2025-08-05 20:41:33 -04:00
Mason Daugherty
d0e04bc947
lint 2025-08-05 20:40:21 -04:00
Mason Daugherty
e21beb826c
std-tests: unit and integration 2025-08-05 20:27:58 -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
85511893f7
readmes 2025-08-05 16:11:36 -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