Nuno Campos
5606bef3dd
lib: Add two more tests for Send
2024-11-04 11:52:39 -08:00
Vadym Barda and GitHub
895079bbdc
langgraph: release 0.2.45 ( #2326 )
2024-11-04 14:34:07 -05:00
Nuno Campos and GitHub
6aaf80f2fd
Merge pull request #2325 from langchain-ai/nc/4nov/unset-skip-done-tasks
...
lib: Unset skip_done_tasks after each tick of the loop
2024-11-04 11:30:08 -08:00
Vadym Barda and GitHub
2e656d9145
langgraph: add config metadata to pregel loop ( #2323 )
2024-11-04 19:26:34 +00:00
Nuno Campos and GitHub
1fb8e013f7
Merge pull request #2303 from langchain-ai/nc/1nov/test-send-order
...
Test order of update application after Send
2024-11-04 11:26:04 -08:00
Nuno Campos and GitHub
f8fe2041d9
Merge pull request #2144 from langchain-ai/nc/19oct/graph-control
...
lib: Add support for graphs without edges
2024-11-04 11:25:40 -08:00
Nuno Campos
014f8485a6
lib: Unset skip_done_tasks after each tick of the loop
2024-11-04 11:23:53 -08:00
David Duong and GitHub
58d7eb9b17
Merge pull request #2322 from langchain-ai/dqbd/cli-prebuild-js
...
feat(cli): add JS prebuild script
2024-11-04 18:13:25 +01:00
Tat Dat Duong
44ff5f1a5a
Update tests
2024-11-04 14:00:02 +01:00
David Duong and GitHub
46f25cf926
Merge pull request #2307 from langchain-ai/dqbd/cli-js-other-pkg-managers
...
feat(cli): add support for other JS package managers based off package lock
2024-11-04 13:59:28 +01:00
Tat Dat Duong
e1467c27cb
Remove newline
2024-11-04 13:52:40 +01:00
Tat Dat Duong
5deedfe548
Bump to 0.1.53
2024-11-04 13:51:46 +01:00
Tat Dat Duong
30937d0406
feat(cli): add JS prebuild script
2024-11-04 13:50:41 +01:00
Tat Dat Duong
8455771eb9
Bump to 0.0.21
2024-11-04 13:20:36 +01:00
Tat Dat Duong
39dcafcdea
feat(sdk-js): improve types for drawable graph, interrupts and metadata
2024-11-02 02:48:47 +01:00
Tat Dat Duong
7854a19dac
Update test
2024-11-02 02:05:42 +01:00
Vadym Barda and GitHub
46ffa0e8d4
langgraph: release 0.2.44 ( #2308 )
2024-11-01 20:27:17 -04:00
Tat Dat Duong
bf3098a075
feat(cli): add support for other JS package managers based off package lock
2024-11-02 00:44:08 +01:00
Andrew Nguonly and GitHub
cdd7899564
RemoteGraph: If node name is not present, fallback to node id as the node name ( #2304 )
2024-11-01 15:21:39 -07:00
Vadym Barda and GitHub
782b9a7903
langgraph: add message list validation to create_react_agent + a troubleshooting guide ( #2182 )
2024-11-01 17:40:53 -04:00
Andrew Nguonly and GitHub
ecb584cbe0
sdk: Add action query param to cancel Run methods ( #2284 )
2024-11-01 13:32:49 -07:00
Nuno Campos
1e3953d1e0
Test order of update application after Send
...
- updates from inside Send tasks are applied in the order the Sends were created, if when you fan out, and have each task write results to a list with reducer, the final list is in the order you used when triggering
2024-11-01 13:23:10 -07:00
William FH and GitHub
509291fc1a
Bump CLI ( #2302 )
2024-11-01 19:53:48 +00:00
Tat Dat Duong
f4801ae9ae
chore(cli): rename Debugger to LangGraph Studio
2024-11-01 18:47:35 +01:00
vbarda
84e023e10b
langgraph: handle messages-tuple stream mode in RemoteGraph
2024-11-01 12:43:59 -04:00
Vadym Barda and GitHub
7bacb8c984
langgraph: release 0.2.43 ( #2286 )
2024-10-31 17:57:21 -04:00
Bagatur and GitHub
e2de59c6fb
langgraph[patch]: bump core ^0.3.15 || ^ 0.2.43 ( #2285 )
2024-10-31 17:53:03 -04:00
Nuno Campos
18e71469e1
Lint
2024-10-31 12:57:00 -07:00
Nuno Campos
2624fc43dd
Fix
2024-10-31 09:40:24 -07:00
Nuno Campos
0c5c2e6370
lib: Add support for graphs without edges
...
- Return Control(update_state=, trigger=, send=) from your nodes instead
- Annotate nodes with Control[Literal["destination"]] to see your graph connections drawn
2024-10-31 09:38:43 -07:00
Harrison Chase and GitHub
f7a93f99ef
cp readme over ( #2274 )
2024-10-31 15:17:26 +00:00
Vadym Barda and GitHub
194b4e0d9b
langgraph: release 0.2.42 ( #2270 )
2024-10-31 10:32:13 -04:00
vbarda
ca69566d67
remove events
2024-10-31 10:13:24 -04:00
Nuno Campos
4cc6d789ed
Fix stream_mode=messages used together with subgraphs=True
2024-10-30 19:35:28 -07:00
Bagatur and GitHub
d6d6ab9b73
langgraph[patch]: fix core dep specification ( #2253 )
2024-10-30 21:50:46 -04:00
Vadym Barda and GitHub
4f8b69360c
langgraph: release 0.2.41 ( #2251 )
2024-10-30 21:22:54 -04:00
Vadym Barda and GitHub
0718d0a660
langgraph: fix caller_ns in remote graph ( #2250 )
2024-10-31 01:20:36 +00:00
Bagatur and GitHub
3641e65cac
langgraph[patch]: fix annotations in inherited tool schemas ( #2236 )
...
fix #2220
2024-10-30 21:19:02 -04:00
Nuno Campos and GitHub
b17141604d
Merge pull request #2247 from langchain-ai/jacob/nit
...
fix: Fix typo in remote graph astream
2024-10-30 14:59:27 -07:00
Nuno Campos
5fece1cbfc
langgraph 0.2.40
2024-10-30 14:58:27 -07:00
jacoblee93
af9a09b182
Fix typo in remote graph astream
2024-10-30 14:52:59 -07:00
Nuno Campos
75c8f99d3c
Add "node finished" callback
2024-10-30 14:45:09 -07:00
Nuno Campos and GitHub
46892855c5
Merge pull request #2242 from langchain-ai/nc/30oct/remote-subgraphs
...
fix: RemoteGraph should propagate subgraphs streaming
2024-10-30 14:23:45 -07:00
Nuno Campos
59e8d59b7c
Fix
2024-10-30 14:17:50 -07:00
Nuno Campos
5cb6ff79ca
Prepend ns
2024-10-30 14:09:43 -07:00
Nuno Campos
9c41ce0b1c
Lint
2024-10-30 14:07:27 -07:00
Nuno Campos
61abee4bd4
Lint
2024-10-30 13:59:31 -07:00
Nuno Campos
43d9567c5d
fix: RemoteGraph should propagate subgraphs streaming
2024-10-30 13:47:27 -07:00
Nuno Campos and GitHub
3923979479
Merge pull request #2235 from langchain-ai/nc/30oct/remote-invoke
...
lib: Ensure RemoteGraph.invoke emits all subgraph events as expected
2024-10-30 13:26:56 -07:00
Nuno Campos
5312fbd7f4
Fix
2024-10-30 13:20:55 -07:00