Commit Graph

2755 Commits

Author SHA1 Message Date
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
Nuno Campos eff3f83ae0 Release 0.0.17 0.0.17 2024-05-17 11:54:42 -07:00
Nuno Campos 807907e760 Fixes for false-y input 2024-05-17 11:52:19 -07:00
William FH 89a24e5d3b Stream Responses How-to (#157) 2024-05-17 10:15:56 -07:00
Nuno Campos d5b203da15 Merge pull request #156 from langchain-ai/release
Release 0.0.16
2024-05-17 09:44:14 -07:00
Nuno Campos cfb2bb0992 Release 0.0.16 0.0.16 2024-05-17 09:43:50 -07:00
Nuno Campos 0528e5f336 Merge pull request #155 from langchain-ai/release
Release 0.0.15
2024-05-17 09:41:51 -07:00
Nuno Campos 0135e9450d Fix interrupts 2024-05-17 09:41:01 -07:00
William FH 8380549664 Add link (#153) 2024-05-16 18:10:07 -07:00
William FH 9bf715c23d How-to: Persistence (#152) 2024-05-16 17:26:33 -07:00
Nuno Campos e4e106475a Release 0.0.15 0.0.15 2024-05-16 16:35:28 -07:00
Nuno Campos 3b5e3ad097 Change serialization protocol to accept async parse method
to support langchain load function
2024-05-16 16:32:58 -07:00
Nuno Campos d0e5d15d6c Merge pull request #151 from langchain-ai/release
Release 0.0.14
2024-05-16 15:55:00 -07:00
Nuno Campos 9686fa9065 Release 0.0.14 0.0.14 2024-05-16 15:11:12 -07:00
Nuno Campos 0109875928 Merge pull request #150 from langchain-ai/nc/16may/export-checkpoint
Expose checkpoints, remove direct dep on sqlite
2024-05-16 15:01:58 -07:00
Nuno Campos 3de72c2269 Lock file 2024-05-16 14:58:12 -07:00
Nuno Campos 5fda2adffe Merge pull request #148 from langchain-ai/nc/16may/update-state
Implement getState, updateState, getStateHistory
2024-05-16 14:54:37 -07:00
Nuno Campos 0dc8f85fbb Merge pull request #149 from langchain-ai/release
Release 0.0.13
2024-05-16 14:54:25 -07:00
Nuno Campos 2563b9a886 Expose checkpoints, remove direct dep on sqlite 2024-05-16 14:54:03 -07:00
Nuno Campos 7737da193b Release 0.0.13 0.0.13 2024-05-16 13:48:56 -07:00
Nuno Campos d56d097bb1 Implement getState, updateState, getStateHistory 2024-05-16 13:41:43 -07:00
Nuno Campos a1fed32928 Merge pull request #147 from langchain-ai/nc/15may/interrupt
Implement interruptAfter and interruptBefore
2024-05-16 13:00:09 -07:00
Nuno Campos 6ba68b7efc Stricter types 2024-05-16 11:44:22 -07:00
Nuno Campos 5afa2f1832 Implement interruptAfter and interruptBefore
- moar types
2024-05-15 18:02:41 -07:00
Nuno Campos 69e754b6a8 Merge pull request #139 from langchain-ai/nc/14may/conditional-entry
Support conditional edge from START node
2024-05-15 18:02:02 -07:00
Nuno Campos afd81cda7e Merge pull request #146 from langchain-ai/nc/15may/branch-then
Add conditional edge "then" arg
2024-05-15 16:55:59 -07:00
Nuno Campos 8ea764f57f Lint 2024-05-15 16:49:57 -07:00
Nuno Campos c6f86e191d Add conditional edge "then" arg
- fix serialization of named barrier value
- fix serialization of topic channel
2024-05-15 16:49:24 -07:00
Nuno Campos 589d0da083 Merge pull request #145 from langchain-ai/nfcampos-patch-1
Run Node.js 22 in CI
2024-05-15 13:08:23 -07:00
Nuno Campos f31bed138f Run Node.js 22 in CI 2024-05-15 13:05:11 -07:00
Nuno Campos 514d09b155 Merge pull request #142 from langchain-ai/nc/15may/checkpoint-id
Rename thread_ts to checkpoint_id
2024-05-15 13:03:51 -07:00
Nuno Campos 988b66a88d Merge pull request #144 from langchain-ai/nc/15may/checkpoint-id-uuid6
Use uuid6 for checkpoint id
2024-05-15 13:02:17 -07:00
Nuno Campos 635f5c6d74 Compat w node 18 2024-05-15 13:00:34 -07:00
Nuno Campos 3da0996f45 Use uuid6 for checkpoint id 2024-05-15 11:39:13 -07:00
William FH e5d03a84a4 Fixup npm link (#143) 2024-05-15 10:54:03 -07:00
Nuno Campos c93b41bef0 Rename thread_ts to checkpoint_id
- Also rework any objects that will be saved in db / server over api to use snake_case keys (to match py)
2024-05-15 10:51:57 -07:00
William FH 958651af46 Update Footer (#141)
* Add shields

* fix imports

* python

* links
2024-05-14 19:15:28 -07:00
William FH ebd2e29387 Update ref + concept links (#137) 2024-05-14 17:37:51 -07:00
Nuno Campos 42ec420797 Support conditional edge from START node
- ie. conditional entrypoint
2024-05-14 17:33:39 -07:00