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
Tat Dat Duong
048ae6c17b
feat(sdk-js): bump to 0.0.17
2024-10-16 15:19:39 +02: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
Nuno Campos
f6fb2ef5ca
langgraph 0.2.38
2024-10-15 11:04:22 -07:00
Nuno Campos
649b742e0a
Update types for RemainingSteps, return IsLastStep to previous definition
2024-10-15 08:35:31 -07:00
vbarda
d14f98f01b
langgraph: fix type for RemainingSteps
2024-10-15 09:07:00 -04:00
Nuno Campos
c0b56bf60d
langgraph 0.2.37
2024-10-14 17:29:11 -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
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
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
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
vbarda
b99734d157
langgraph: support copy without update in Pregel
2024-10-14 10:14:41 -04:00
Nuno Campos
dc47c7b357
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-11 16:08:00 -07:00
Nuno Campos
561aa3080e
Lint
2024-10-11 14:28:16 -07:00
Nuno Campos
c6a450b857
lib: Add interrupts to stream_mode=updates
2024-10-11 14:28:16 -07:00
Nuno Campos
0557fb03a4
format
2024-10-11 14:28:08 -07:00
Nuno Campos and GitHub
c9adf995c2
Merge pull request #2087 from langchain-ai/nc/11oct/o-flag
...
fix: Work w python's O flag
2024-10-11 12:03:21 -07:00
Nuno Campos
fc20de5bba
Fix
2024-10-11 11:39:19 -07:00
Nuno Campos
0822a287e3
fix: Work w python's O flag
...
- assert statements are skipped in that case, so we need to move calls to apply_writes to outside assert statements
2024-10-11 11:24:56 -07:00
Andrew Nguonly and GitHub
66741ba071
Rename RemotePregel to RemoteGraph ( #2085 )
2024-10-11 10:55:04 -07:00
Andrew Nguonly and GitHub
e72c25873f
Implement PregelProtocol and RemotePregel class (attempt 2) ( #2078 )
...
### Summary
Redo of [this PR](https://github.com/langchain-ai/langgraph/pull/2034 )
(branched from clean branch).
2024-10-11 09:23:12 -07:00
Nuno Campos
d8954963b4
Update snapshots
2024-10-10 16:27:43 -07:00
Nuno Campos
ea38ba9e29
Update uvloop
2024-10-10 16:22:34 -07:00
Nuno Campos
76229ade66
Update psycopg
2024-10-10 16:17:19 -07:00
Nuno Campos
4aad36947e
Upgrade pydantic
2024-10-10 16:13:05 -07:00
Nuno Campos
cb7b667e6f
Update psycopg
2024-10-10 16:09:24 -07:00
Nuno Campos
de355ee2d2
Update rpds-py
2024-10-10 16:05:43 -07:00
Tat Dat Duong
be47752f0e
Initialise to None
2024-10-10 11:15:54 +02:00
Tat Dat Duong
4d69331a52
Add async tests
2024-10-10 02:29:28 +02:00
Tat Dat Duong
fb8c386958
fix(debug): address self-referencing
2024-10-10 02:21:32 +02:00
Tat Dat Duong
ac8b51f1f2
fix(debug): add failing test for self-referencing
2024-10-10 02:21:17 +02:00
Tat Dat Duong
9360545659
Remove deprecated message
2024-10-09 20:41:18 +02:00