Commit Graph

2743 Commits

Author SHA1 Message Date
Brace Sproul db65b993bf Release 0.0.22 (#207) 2024-06-06 13:03:29 -07:00
Jacob Lee f4694a5f5b Export CompiledStateGraph type (#205) 0.0.22 2024-06-04 22:58:04 -07:00
William FH b245d89a2b REFLECTION BABY (#202) 2024-05-31 08:49:42 -07:00
William FH a5768ae487 [Docs] ReWoo Fixup (#201) 2024-05-31 08:24:50 -07:00
William FH 8dedca6e87 [Docs] Update plan and execute notebook (#200) 2024-05-31 07:35:29 -07:00
William FH a23c497654 [Docs] Update hierarchical agents notebook (#199) 2024-05-31 06:43:57 -07:00
William FH 8d88e02412 Update supervisor notebook (#198) 2024-05-31 03:44:41 -07:00
William FH 2716767af1 [Docs] Rm canvas dev dep (#196)
It's just used for image displaying in a notebook but is incompatible with Node 22.X; fun fun fun. bad bad bad
2024-05-31 03:09:04 -07:00
Jacob Lee 5b5a36ee61 Remove comments (#192)
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
2024-05-31 02:51:07 -07:00
William FH 1ff51500ba [Docs] More tutorial cleanup (#195) 2024-05-31 02:41:45 -07:00
William FH 0ef76d603b fmg (#194) 2024-05-30 11:57:36 -07:00
William FH c17925d680 [Docs] Compile more tutorials (RAG)(#193)
Fix up typescript issues and broken code
2024-05-30 10:47:35 -07:00
William FH a96a9a4a34 [Docs] Run TSC on HOWTOs + README (#191) 2024-05-30 06:57:51 -07:00
Jacob Lee 3c16d1b6fd Update token streaming example for new @langchain/core (#188) 2024-05-30 06:46:04 -07:00
William FH 5a29f0cf07 Fix TS types in README (#189) 2024-05-30 05:05:21 -07:00
Jacob Lee e3d4a287f7 Fix notebook (#187) 2024-05-29 13:43:45 -07:00
Nuno Campos 93f5a05324 Merge pull request #183 from langchain-ai/release
Release 0.0.21
2024-05-25 08:15:27 -07:00
Nuno Campos 1838f42b3f Release 0.0.21 0.0.21 2024-05-25 08:12:35 -07:00
Nuno Campos 197b102af9 Merge pull request #182 from langchain-ai/nfcampos-patch-1
Update state.ts
2024-05-25 08:09:55 -07:00
Nuno Campos ce4973809f format 2024-05-25 08:05:31 -07:00
Nuno Campos 4302452054 Update state.ts 2024-05-25 08:02:32 -07:00
Jacob Lee 666c9367ec Release 0.0.20 (#178) 2024-05-23 16:18:34 -07:00
Jacob Lee 49728026a2 Bump ecosystem versions to 0.2.0 (#177) 2024-05-23 16:16:26 -07:00
Nuno Campos 500ca865bf Add checkpoint timestamp to output get/update/list state methods 2024-05-20 16:28:45 -07:00
Nuno Campos fb2262b061 Merge pull request #175 from langchain-ai/release
Release 0.0.19
2024-05-20 12:47:16 -07:00
Nuno Campos 30ed06bddc Release 0.0.19 0.0.19 2024-05-20 12:46:56 -07:00
Nuno Campos b988c0a2d0 Merge pull request #174 from langchain-ai/nc/20may/prevent-cond-edge-unknown-dest
Raise error if cond edge returns null/missing destination
2024-05-20 11:51:08 -07:00
Nuno Campos 6c99aa86f4 Merge pull request #172 from langchain-ai/nc/20may/rm-then
Remove then= arg in cond edge
2024-05-20 11:38:39 -07:00
Nuno Campos 3ee87075d4 Merge pull request #173 from langchain-ai/wfh/noposargs
Accept Async Messages Modifier
2024-05-20 11:36:41 -07:00
Nuno Campos 8a58eb4e9a Lint 2024-05-20 11:36:10 -07:00
Nuno Campos a9f3595077 Raise error if cond edge returns null/missing destination 2024-05-20 11:34:59 -07:00
William Fu-Hinthorn 6ab7c1d5ae tests 2024-05-20 11:31:17 -07:00
Nuno Campos b964bbe030 Merge pull request #171 from langchain-ai/release
Release 0.0.18
2024-05-20 11:23:56 -07:00
Nuno Campos a126001c42 Remove then= arg in cond edge 2024-05-20 11:23:48 -07:00
William Fu-Hinthorn 2055702c40 Accept Async Messages Modifier 2024-05-20 11:23:48 -07:00
William FH 963db633a2 Fix TS in docs (#170) 2024-05-19 22:18:30 -07:00
Nuno Campos 87dbca63a5 Release 0.0.18 0.0.18 2024-05-19 18:25:13 -07:00
William FH 71909372eb Implement createReActAgent (#169) 2024-05-18 21:17:01 -07:00
William FH 1f5f60d2ed [Docs] Update Conceptual Guide (#167) 2024-05-18 00:58:09 -07:00
William FH c0e24d794a [Docs] Managing Agent Steps (#166) 2024-05-17 23:24:06 -07:00
William FH 012ce04f54 [Docs] Respond in Structured Format (#165) 2024-05-17 23:10:36 -07:00
William FH 5cd26b24e3 [Docs] Dynamically return directly from a tool node (#164) 2024-05-17 22:52:54 -07:00
William FH b04f583998 [Docs] Force call tool first (#163) 2024-05-17 22:30:44 -07:00
William FH 4570b2b74c [Docs] Human-in-the-loop (#162) 2024-05-17 19:21:13 -07:00
William FH d4a1a384f5 [Docs] How to add subgraphs 2024-05-17 18:14:38 -07:00
William FH 6c275d15fd [Docs] How to Branch (#160) 2024-05-17 16:30:02 -07:00
William FH 92c953b929 How to travel through time and space (#159) 2024-05-17 15:21:08 -07:00
William Fu-Hinthorn 1eb7f5863b cp 2024-05-17 15:12:10 -07:00
William Fu-Hinthorn 03ff0c872e fmt 2024-05-17 15:11:36 -07:00
Nuno Campos 2b09daeac0 Merge pull request #158 from langchain-ai/release
Release 0.0.17
2024-05-17 11:55:20 -07:00