David Duong
2cf270c611
Merge pull request #1661 from langchain-ai/dqbd/sdk-js-fetch-types
...
fix(js): don't be strict on JS types for custom fetch
2024-09-09 18:00:34 +02:00
Tat Dat Duong
43b8140aff
fix(js): don't be strict on JS types for custom fetch
2024-09-09 17:48:55 +02:00
Brace Sproul
fb72468efd
docs[minor]: Add state of agents survey to docs announcement bar ( #466 )
2024-09-06 15:48:53 -07:00
Vadym Barda
afc20a1f3c
sdk-js: add missing methods ( #1640 )
2024-09-06 16:23:47 -04:00
Jacob Lee
6304a42e86
docs: Update small model customer support notebook ( #463 )
2024-09-05 21:14:14 -07:00
Allan Deutsch
7e095dc12d
Update quickstart ( #457 )
2024-09-04 22:46:59 +00:00
Allan Deutsch
93b936d8ad
Updated QuickStart guide ( #449 )
2024-09-04 14:46:22 -07:00
Jacob Lee
8b562f2114
Release 0.2.2 ( #454 )
2024-09-04 01:46:49 +00:00
Jacob Lee
7ece24a5a2
fix: Continue reading channels if a channel is empty ( #450 )
2024-09-03 18:42:22 -07:00
Jacob Lee
687892ffb3
chore(checkpoint-sqlite): Release 0.1.1 ( #453 )
2024-09-04 01:39:44 +00:00
Jacob Lee
42981734e8
chore: Bump deps ( #452 )
2024-09-04 01:33:07 +00:00
Jacob Lee
3fd16a430d
chore(checkpoint): Release 0.0.5 ( #451 )
2024-09-04 01:28:28 +00:00
Jacob Lee
89bee9420a
fix: For input checkpoint use filtered input writes in checkpoint metadata ( #447 )
2024-09-03 18:21:43 -07:00
Jacob Lee
0b6b0ce241
feat: Remove the need to fork a thread to replay a past state ( #446 )
2024-09-03 18:21:32 -07:00
Jacob Lee
08241046c2
fix(checkpointers): Avoid storing Sends twice in memory checkpointer ( #445 )
2024-09-03 16:44:26 -07:00
Jacob Lee
fabd45c13c
fix: Fix async checkpoint error handling ( #444 )
2024-09-03 11:38:35 -07:00
Isaac Francisco
516bfdfb97
test ( #1592 )
2024-09-03 10:12:36 -07:00
Jacob Lee
622b552fa9
chore: Release 0.2.1 ( #443 )
2024-09-03 16:56:40 +00:00
Jacob Lee
0e9f333346
chore(types): Export types for portability ( #442 )
2024-09-03 09:51:17 -07:00
Jacob Lee
35364dbe59
docs: Adds LangGraph Cloud link to docs ( #441 )
2024-09-03 15:03:58 +00:00
Jacob Lee
f9102fd25d
docs: Adds versions page, updates docstrings, fix typos ( #440 )
2024-09-03 07:30:33 -07:00
Jacob Lee
b7ee998243
docs: Fix broken links ( #439 )
2024-09-03 06:50:33 +00:00
Jacob Lee
e2416c9da0
docs: Update more syntax in docs ( #438 )
2024-09-02 23:41:32 -07:00
Jacob Lee
e70bf74e0a
docs: Update conceptual docs and polish others ( #437 )
2024-09-02 20:09:03 -07:00
Jacob Lee
68b2c47251
langchain[minor]: Release 0.2.0 ( #436 )
2024-09-03 01:34:57 +00:00
Jacob Lee
547b4a88e8
langgraph[minor]: 0.2, make @langchain/core a peer dependency to avoid conflicts ( #431 )
...
Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com >
2024-09-02 18:29:14 -07:00
Isaac Francisco
5c035de70b
[docs]: node retries ( #429 )
...
Co-authored-by: jacoblee93 <jacoblee93@gmail.com >
2024-08-30 20:15:04 +00:00
Isaac Francisco
1a22484478
docs: review tool calls ( #428 )
...
Co-authored-by: jacoblee93 <jacoblee93@gmail.com >
2024-08-30 20:09:52 +00:00
Isaac Francisco
30b6187a5d
[docs]: add react agent guides ( #422 )
...
Co-authored-by: Jacob Lee <jacoblee93@gmail.com >
2024-08-30 11:36:47 -07:00
Jacob Lee
29650ee710
langgraph[patch]: Adds node-level input schema to support private state ( #427 )
...
Co-authored-by: Brace Sproul <braceasproul@gmail.com >
2024-08-30 09:51:44 -07:00
Jacob Lee
31fff2b744
langgraph[patch]: Adds inputDefinition and outputDefinition properties to compiled graph ( #386 )
...
Co-authored-by: Brace Sproul <braceasproul@gmail.com >
2024-08-30 09:37:51 -07:00
dependabot[bot]
19e3bdbf30
build(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group across 1 directory ( #395 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jacob Lee <jacoblee93@gmail.com >
2024-08-30 01:02:59 +00:00
Jacob Lee
df6fcd8c88
langgraph[patch]: Release 0.1.9 ( #423 )
2024-08-29 01:04:23 -07:00
Jacob Lee
fba17eeee0
langgraph[patch]: Add node interrupt support ( #418 )
2024-08-29 00:58:30 -07:00
Jacob Lee
0fb7ecedf0
langgraph[patch]: Relax built-in messages annotation type ( #421 )
2024-08-28 21:31:13 -07:00
Jacob Lee
b2f8cd0c1f
langgraph[patch]: Release 0.1.8 ( #420 )
2024-08-29 00:31:27 +00:00
Jacob Lee
e96f41dae5
langgraph[patch]: Bump dep ( #419 )
2024-08-29 00:26:19 +00:00
Brace Sproul
25c580da29
langgraph[patch]: Relax tool node generic ( #411 )
...
Co-authored-by: jacoblee93 <jacoblee93@gmail.com >
2024-08-28 17:25:50 -07:00
Jacob Lee
51894b89ad
langgraph[patch]: Allow dead-end nodes ( #417 )
2024-08-28 15:38:23 -07:00
Jacob Lee
6b89a646c2
langgraph[patch]: Release 0.1.7 ( #416 )
2024-08-28 21:50:15 +00:00
Jacob Lee
fec48a79b6
langgraph[patch]: Export more internal types for portability ( #415 )
2024-08-28 21:44:18 +00:00
Jacob Lee
5cef50e44d
langgraph[patch]: Release 0.1.6 ( #414 )
2024-08-28 21:24:12 +00:00
Jacob Lee
157f651cfe
langgraph[patch]: Export all channel types for portability ( #413 )
2024-08-28 14:19:30 -07:00
Brace Sproul
2809d8469c
ci[minor]: Always run notebook validation action so we can require it ( #412 )
2024-08-28 14:02:19 -07:00
Brace Sproul
8e86db7a1d
Revert "langgraph[patch]: Relax tool node generic requirement" ( #410 )
2024-08-28 13:20:18 -07:00
Jacob Lee
e298739291
langgraph[patch]: Relax tool node generic requirement ( #404 )
...
Co-authored-by: bracesproul <braceasproul@gmail.com >
2024-08-28 18:27:59 +00:00
Brace Sproul
a612b4f81a
ci[patch]: fix validate notebook ci check ( #406 )
2024-08-28 18:18:00 +00:00
Jacob Lee
bf063f4d3f
langgraph[patch]: Release 0.1.5 ( #409 )
2024-08-28 18:08:56 +00:00
Jacob Lee
eae2321c8f
langgraph[patch]: Fix typing for conditional edge array route maps ( #408 )
0.1.5
2024-08-28 18:01:13 +00:00
Isaac Francisco
4298a20e6f
[docs]: quick link fix ( #407 )
2024-08-28 10:30:46 -07:00