Nuno Campos
74a17a6d4c
Update tests
2024-10-17 15:52:17 -07:00
Nuno Campos
e2a3698250
For stream_mode=messages skip any nodes/llms with tag nostream
2024-10-17 15:28:14 -07:00
Vadym Barda and GitHub
4dfdb9a83e
docs: update tags for store endpoints in API docs ( #2127 )
2024-10-16 16:34:54 +00:00
Vadym Barda and GitHub
583d8c9499
docs: update tutorial names/links ( #2126 )
2024-10-16 15:17:28 +00:00
vbarda
15bbede7bc
update image in multi-agent concepts
2024-10-16 10:59:07 -04:00
Vadym Barda and GitHub
3ffdf4bb3f
docs: update image in concepts ( #2125 )
2024-10-16 13:59:17 +00:00
Nuno Campos and GitHub
6578698414
Merge pull request #2124 from langchain-ai/dqbd/js-bump-0.0.17
...
feat(sdk-js): bump to 0.0.17
2024-10-16 06:21:22 -07:00
Tat Dat Duong
048ae6c17b
feat(sdk-js): bump to 0.0.17
2024-10-16 15:19:39 +02:00
Nuno Campos and GitHub
0e2c2eb13a
Merge pull request #2120 from langchain-ai/nc/15oct/executor-dict
...
fix: Avoid errors from executor modifying tasks dict during exit routine
2024-10-15 16:15:55 -07:00
Nuno Campos
515c4ffebe
Fix
2024-10-15 16:11:08 -07:00
Nuno Campos
eefe057a47
fix: Avoid errors from executor modifying tasks dict during exit routine
...
- This could happen if a task happened to finish while the exit routine is running
2024-10-15 15:13:46 -07:00
18f34c30d8
docs: update subgraph how-to ( #2079 )
...
Co-authored-by: vbarda <vadym@langchain.dev >
2024-10-15 17:30:34 -04:00
2670bcf330
docs: add concepts for subgraphs and multi-agent ( #2069 )
...
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2024-10-15 17:17:22 -04:00
Nuno Campos
f6fb2ef5ca
langgraph 0.2.38
0.2.38
2024-10-15 11:04:22 -07:00
Vadym Barda and GitHub
2fb7e92879
docs: update recursion notebook to use RemainingSteps ( #2114 )
2024-10-15 12:05:46 -04:00
Nuno Campos and GitHub
46b2d08a8a
Merge pull request #2115 from langchain-ai/nc/15oct/update-is-last-step
...
Return IsLastStep to previous definition
2024-10-15 08:41:30 -07:00
Nuno Campos
649b742e0a
Update types for RemainingSteps, return IsLastStep to previous definition
2024-10-15 08:35:31 -07:00
Nuno Campos and GitHub
fd4629e778
Merge pull request #2112 from langchain-ai/vb/fix-type
...
langgraph: fix type for RemainingSteps
2024-10-15 08:34:50 -07:00
vbarda
d14f98f01b
langgraph: fix type for RemainingSteps
2024-10-15 09:07:00 -04:00
Nuno Campos
c0b56bf60d
langgraph 0.2.37
0.2.37
2024-10-14 17:29:11 -07:00
Nuno Campos and GitHub
e8b875906f
Merge pull request #2105 from langchain-ai/nc/14oct/is-last-step-fix
...
Fix IsLastStep counter for runs with checkpointers
2024-10-14 17:21:31 -07:00
Nuno Campos
d48faecd42
Fix
2024-10-14 17:16:32 -07:00
Nuno Campos
5e175e098b
Update kafka
2024-10-14 17:10:10 -07:00
Nuno Campos
bcf335651e
Fix is_last_step
2024-10-14 17:05:16 -07:00
Nuno Campos
965849823a
Fix
2024-10-14 17:03:53 -07:00
Nuno Campos
45e7101457
Backwards compat
2024-10-14 16:57:25 -07:00
Nuno Campos
ecd75a8c4d
Fix IsLastStep counter for runs with checkpointers
...
- Share step/stop logic with PregelLoop
- Add RemainingSteps value which contains the number of remaining steps
- Switch create_react_agent to use RemainingSteps, so that it behave correctly for return_direct tools
2024-10-14 16:54:16 -07:00
Nuno Campos and GitHub
edec5c055e
Merge pull request #2065 from langchain-ai/dqbd/debug-stream-checkpoint-map
...
fix(debug): send checkpoint_map as well
2024-10-14 15:50:39 -07:00
Nuno Campos
ff310cc8d6
One more
2024-10-14 15:45:12 -07:00
Nuno Campos
233bd78ee4
Add checkpoint_map to parent_config
2024-10-14 15:44:18 -07:00
Nuno Campos
b818bf2fba
Fix up
2024-10-14 15:32:41 -07:00
Tat Dat Duong and Nuno Campos
c5ec568cfb
Patch config before entering map_debug_checkpoint
2024-10-14 15:16:24 -07:00
Tat Dat Duong and Nuno Campos
29548b2e27
fix(debug): add failing tests
2024-10-14 15:16:03 -07:00
Nuno Campos
f2dc537696
langgraph 0.2.36
sdk==0.1.33
0.2.36
2024-10-14 12:28:43 -07:00
Nuno Campos
31d21c8d24
sdk-py 0.1.33
2024-10-14 12:28:22 -07:00
Nuno Campos and GitHub
4a03ed5915
Merge pull request #2091 from langchain-ai/nc/11oct/checkpoint-task-result
...
lib: Add result for each task in a checkpoint
2024-10-14 11:37:28 -07:00
Nuno Campos
dc083c6563
Fix
2024-10-14 11:31:03 -07:00
Nuno Campos
bfe005fef0
Lint
2024-10-14 10:30:59 -07:00
vbarda
5388b7c74f
install dev sdk
2024-10-14 13:23:18 -04:00
vbarda
0d4617817d
Merge branch 'nc/11oct/checkpoint-task-result' of github.com:langchain-ai/langgraph into nc/11oct/checkpoint-task-result
2024-10-14 13:20:25 -04:00
Nuno Campos
5046ec4f43
Lint
2024-10-14 10:16:14 -07:00
Nuno Campos
c26bb9e156
lib: Add result for each task in a checkpoint
...
- Note this requires disabling the optimization that avoids saving writes for the last task in a step
2024-10-14 10:16:14 -07:00
Nuno Campos and GitHub
3982090c6d
Merge pull request #2088 from langchain-ai/nc/11oct/stream-interrupt
...
lib: Add interrupts to stream_mode=updates
2024-10-14 10:15:53 -07:00
Nuno Campos and GitHub
6d3a2c59da
Merge pull request #2102 from langchain-ai/vb/ci-update
...
ci: run core 0.2.x for a single python version
2024-10-14 10:15:38 -07:00
vbarda and Nuno Campos
79444dee9c
ci: run core 0.2.x for a single python version
2024-10-14 10:10:42 -07:00
Nuno Campos and GitHub
07f8f87780
Merge pull request #2103 from langchain-ai/nc/14oct/docker-ro-token
...
Add read-only token for pulling public images from dockerhub
2024-10-14 10:07:45 -07:00
Nuno Campos
99bde8774e
Add read-only token for pulling public images from dockerhub
2024-10-14 09:56:24 -07:00
Nuno Campos and GitHub
5946f4ff2b
Merge pull request #2100 from langchain-ai/vb/copy
...
langgraph: support copy without update in Pregel
2024-10-14 09:12:36 -07:00
vbarda
b99734d157
langgraph: support copy without update in Pregel
2024-10-14 10:14:41 -04:00
Vadym Barda and GitHub
d1c29fc8be
docs: remove example with missing link ( #2099 )
2024-10-14 14:05:48 +00:00