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
Allen and GitHub
18cea39090
fix(docs): function call in partial ( #2297 )
...
Docs use prompts with partial + function call, which would result in a
static datetime as opposed to a dynamic datetime being rendered on use.
2024-11-02 00:37:16 +00:00
Vadym Barda and GitHub
46ffa0e8d4
langgraph: release 0.2.44 ( #2308 )
0.2.44
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
eeebd44a87
docs: add subgraph streaming example for remote graph ( #2306 )
2024-11-01 22:16:09 +00:00
Vadym Barda and GitHub
805f437534
docs: fix link in the tutorial ( #2305 )
2024-11-01 17:52:09 -04: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
Vadym Barda and GitHub
dbb1958be5
docs: add more redirects & remove unused cloud pages ( #2301 )
2024-11-01 19:40:21 +00:00
Vadym Barda and GitHub
d261d43b39
docs: update the docs for streaming messages ( #2299 )
2024-11-01 14:38:41 -04:00
Andrew Nguonly and GitHub
6986a50711
Update LangGraph Server API docs ( #2300 )
2024-11-01 11:38:12 -07:00
Nuno Campos and GitHub
e9fe3e8bd9
Merge pull request #2298 from langchain-ai/dqbd/cli-debugger-rename
...
chore(cli): rename Debugger to LangGraph Studio
2024-11-01 11:11:07 -07:00
ccurme and GitHub
bdca2f590a
Merge pull request #2294 from langchain-ai/cc/webhooks
...
docs: add some detail on webhooks
2024-11-01 14:01:42 -04:00
Tat Dat Duong
f4801ae9ae
chore(cli): rename Debugger to LangGraph Studio
2024-11-01 18:47:35 +01:00
Nuno Campos and GitHub
47ea264b46
Merge pull request #2296 from langchain-ai/vb/remap
...
langgraph: handle messages-tuple stream mode in RemoteGraph
2024-11-01 09:50:51 -07:00
vbarda
84e023e10b
langgraph: handle messages-tuple stream mode in RemoteGraph
2024-11-01 12:43:59 -04:00
Chester Curme
52f0953786
add detail
2024-11-01 11:23:16 -04:00
Vadym Barda and GitHub
d9743f684e
docs: update annotation in tutorial ( #2293 )
2024-11-01 13:57:16 +00:00
Vadym Barda and GitHub
4aebb461e9
docs: update core in docs dependencies ( #2291 )
2024-11-01 09:51:34 -04:00
Vadym Barda and GitHub
c2cc1e2e5e
docs: remove token-by-token streaming from stream events ( #2292 )
2024-11-01 13:27:06 +00:00
William FH and GitHub
66cf2e6779
Add Tree of Thoughts ( #1128 )
2024-10-31 21:27:13 -07:00
Vadym Barda and GitHub
7bacb8c984
langgraph: release 0.2.43 ( #2286 )
0.2.43
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
Vadym Barda and GitHub
c28dc26356
docs: fix typo ( #2283 )
2024-10-31 16:27:07 -04:00
Eugene Yurtsev and GitHub
ea012fb7dc
docs: reorder reference ( #2282 )
2024-10-31 20:25:58 +00:00
Nuno Campos
18e71469e1
Lint
2024-10-31 12:57:00 -07:00
Eugene Yurtsev and GitHub
4b1d30906e
ci: update deploy docs workflow to check external links on langchain.com ( #2280 )
...
Reverts temporary change that was made yesterday to accommodate a link
that was only available on the staging version of langchain.com
2024-10-31 14:48:32 -04:00
Eugene Yurtsev and GitHub
8b36013a03
Fix bad tab in how-to guide ( #2278 )
2024-10-31 14:48:21 -04:00
Vadym Barda and GitHub
ed91572ceb
docs: expose how-to on rebuilding graph at runtime ( #2281 )
2024-10-31 18:34:16 +00:00
Eugene Yurtsev and GitHub
4150abf18c
docs: update reference layout ( #2279 )
...

2024-10-31 18:23:27 +00:00
Vadym Barda and GitHub
e132dfc955
docs: update FAQ ( #2277 )
...
Sync with https://www.langchain.com/langgraph
2024-10-31 13:43:08 -04: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
9f29bbfce8
docs: add flags to self-hosted ( #2272 )
2024-10-31 11:11:26 -04:00
Vadym Barda and GitHub
0075080827
docs: update quick start ( #2273 )
2024-10-31 11:11:07 -04:00
Harrison Chase and GitHub
63318e5690
Harrison/update readme 1 ( #2262 )
2024-10-31 10:02:40 -05:00
Harrison Chase and GitHub
d0c12b1b7f
Harrison/update language ( #2271 )
2024-10-31 10:01:22 -05:00
Vadym Barda and GitHub
194b4e0d9b
langgraph: release 0.2.42 ( #2270 )
0.2.42
2024-10-31 10:32:13 -04:00
Nuno Campos and GitHub
c6c7f400ae
Merge pull request #2256 from langchain-ai/nc/30oct/fix-messages-subgraphs
...
Fix stream_mode=messages used together with subgraphs=True
2024-10-31 07:27:04 -07:00
Vadym Barda and GitHub
c91e6bcc46
Merge branch 'main' into nc/30oct/fix-messages-subgraphs
2024-10-31 10:14:04 -04:00
vbarda
ca69566d67
remove events
2024-10-31 10:13:24 -04:00
Jacob Lee and GitHub
0bedfa3628
docs: Fix typos ( #2266 )
2024-10-31 10:00:37 -04:00
Vadym Barda and GitHub
fd82f037c6
docs: update remote graph how-to ( #2269 )
2024-10-31 09:58:11 -04:00
Vadym Barda and GitHub
2bacc42e01
docs: fix typo in remote graph how-to ( #2268 )
2024-10-31 09:29:10 -04:00