Nuno Campos and GitHub
35c7eb18ee
Merge pull request #2560 from langchain-ai/nc/27nov/fix-sse-parser
...
sdk-py: Fix SSE parsing to split lines only \n \r \r\n per SSE spec
2024-11-27 14:16:43 -08:00
Nuno Campos
dc09b13400
sdk-py: Fix SSE parsing to split lines only \n \r \r\n per SSE spec
2024-11-27 14:10:50 -08:00
Nuno Campos and GitHub
b2d8acffc4
Merge pull request #2558 from langchain-ai/nc/27nov/exc-note
...
lib: Add exception note identify node/task
2024-11-27 12:57:03 -08:00
Nuno Campos
1031e54860
lib: Add exception note identify node/task
2024-11-27 12:44:31 -08:00
Jacob Lee and GitHub
7ac365ea84
fix(sdk-js): Avoid retrying 402s ( #2554 )
2024-11-27 19:33:23 +00:00
Vadym Barda and GitHub
5144b8f374
langgraph: allow create_react_agent to take empty tools ( #2553 )
2024-11-27 12:54:59 -05:00
Vadym Barda and GitHub
f4a9d17d24
Merge branch 'main' into vb/remove-assertion
2024-11-27 10:02:24 -05:00
vbarda
f416480e9d
nit
2024-11-27 10:01:24 -05:00
vbarda
61e47cb137
langgraph: relax graph validation to handle nodes without return typehints
2024-11-27 09:56:04 -05:00
Brace Sproul and GitHub
d4bbb66963
Merge branch 'main' into brace/type-interrupts-py
2024-11-26 13:01:41 -08:00
Nuno Campos and GitHub
4b1b3cecb4
Merge pull request #2546 from langchain-ai/jacob/jsenv
...
fix(js): Adds fallback for fetching environment variables
2024-11-26 12:34:18 -08:00
jacoblee93
c6a953c02a
Bump version
2024-11-26 12:31:00 -08:00
jacoblee93
16b955dee2
Adds fallback for fetching environment variables
2024-11-26 12:30:33 -08:00
Brace Sproul and GitHub
877124f7df
Merge pull request #2545 from langchain-ai/release
...
release(sdk-js): 0.0.27
2024-11-26 11:54:45 -08:00
bracesproul
d3a4865c0e
release(sdk-js): 0.0.27
2024-11-26 11:42:20 -08:00
Brace Sproul and GitHub
45b5f386e5
Merge branch 'main' into brace/type-interrupts-py
2024-11-26 11:41:07 -08:00
bracesproul
a1ec55abc5
fix(sdk-py): Add typing for interrupts
2024-11-26 11:40:47 -08:00
Brace Sproul and GitHub
a3761ac522
Merge pull request #2543 from langchain-ai/brace/type-interrupts
...
fix(sdk-js): Add typing for interrupts on threads
2024-11-26 11:40:34 -08:00
bracesproul
376c58ff3b
expose interupt type
2024-11-26 11:28:50 -08:00
bracesproul
58b99c899e
cr
2024-11-26 11:28:19 -08:00
bracesproul
2ee279a977
fix(sdk-js): Add typing for interrupts on threads
2024-11-26 11:26:18 -08:00
William FH and GitHub
f04ce5d1ee
[CLI] Add python-dotenv for inmem group ( #2540 )
2024-11-26 07:56:57 -08:00
William FH and GitHub
8f649abd0a
Release PG Checkpointer ( #2536 )
checkpoint==2.0.6
checkpointpostgres==2.0.4
2024-11-26 01:44:45 +00:00
William FH and GitHub
1febec7c0d
Dedup store batch operations ( #2534 )
2024-11-25 16:31:26 -08:00
Nuno Campos and GitHub
a4eb4c6942
Merge pull request #2520 from langchain-ai/nc/22nov/parent-command
...
lib: Add Command(graph=Command.PARENT, ...)
2024-11-25 15:39:51 -08:00
Nuno Campos
8e1cd0e225
Add test
2024-11-25 14:11:20 -08:00
98935e1ffd
fix: Fix race condition in PostgresSaver ( #2494 )
...
Signed-off-by: Tyler Ball <tyleraball@gmail.com >
Co-authored-by: Phoenix Logan <plogan@chanzuckerberg.com >
Co-authored-by: Tyler Ball <2481463+tyler-ball@users.noreply.github.com >
2024-11-25 20:19:52 +00:00
William FH and GitHub
328ef609af
[CLI] Python path ( #2531 )
cli==0.1.59
2024-11-25 11:59:49 -08:00
Talha Munir and GitHub
486d5412af
docs: Fix grammatical mistake in introduction.ipynb ( #2521 )
2024-11-23 14:37:55 -05:00
Nuno Campos
abc0c8c223
Fix
2024-11-22 16:35:20 -08:00
Nuno Campos
5bbb9dae57
Fix
2024-11-22 16:34:55 -08:00
Nuno Campos
fed60e713c
lib: Add Command(graph=Command.PARENT, ...)
...
- This makes the command bubble up out of the current graph and be handled by the calling graph (the immediate parent)
- This could be extended to support eg. ROOT graph, or some other level
2024-11-22 16:28:43 -08:00
Eugene Yurtsev and GitHub
4f4e7a6981
docs: more fixes for python version ( #2515 )
2024-11-22 19:50:31 +00:00
Eugene Yurtsev
f08155d60b
x
2024-11-22 14:43:28 -05:00
Eugene Yurtsev
24b16908b7
x
2024-11-22 14:43:08 -05:00
Eugene Yurtsev
c1c2ce8f1b
x
2024-11-22 14:42:36 -05:00
Eugene Yurtsev
3efd4f3406
Merge branch 'main' into eugene/how_to_use_tempalte
2024-11-22 14:21:07 -05:00
Eugene Yurtsev
f122ae2eb1
qxqx
2024-11-22 14:20:56 -05:00
3351d4f6c5
docs: fix typo ( #2510 )
...
`python-dotenv` not `python-dot-env`
Signed-off-by: Mingqi <mingqi.hu@intel.com >
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2024-11-22 14:17:59 -05:00
Eugene Yurtsev and GitHub
b4900341e4
docs: fix broken link ( #2514 )
...
We need to check later why CI didn't fail with original PR that broke
the link
2024-11-22 14:07:54 -05:00
Eugene Yurtsev
05791f5dfc
qxqx
2024-11-22 13:26:46 -05:00
Eugene Yurtsev
416dfe95da
qxqx
2024-11-22 13:16:41 -05:00
Eugene Yurtsev and GitHub
65f515e020
docs: add helm chart link ( #2512 )
2024-11-22 17:17:36 +00:00
Eugene Yurtsev and GitHub
0d0665a6e3
docs: Add resource allocation ( #2511 )
2024-11-22 11:56:16 -05:00
Eugene Yurtsev and GitHub
93b8525dc1
docs: fix link checker ( #2508 )
...
3rd attempt to fix localhost link
2024-11-21 21:59:43 -05:00
Eugene Yurtsev and GitHub
aeb6f784e1
docs: fix link checking? ( #2506 )
2024-11-21 21:21:30 -05:00
Nuno Campos
3eedeac0d4
Not red
2024-11-21 15:31:52 -08:00
Eugene Yurtsev and GitHub
b09e7b20b0
docs: do not check localhost links ( #2505 )
2024-11-21 23:28:24 +00:00
Eugene Yurtsev and GitHub
26ce731eab
docs: update README.md ( #2474 )
2024-11-21 22:48:12 +00:00
Eugene Yurtsev and GitHub
55593446f8
docs: get started with langgraph platform ( #2469 )
2024-11-21 17:41:03 -05:00