Commit Graph
23 Commits
Author SHA1 Message Date
Nuno Campos 29edaaead8 Warn if graph is mutated after being compiled 2024-02-10 13:39:46 -08:00
Nuno Campos f1523f3e8d Add interrupt_after arg to .compile() 2024-02-10 11:39:38 -08:00
Nuno CamposandGitHub 27207e7105 Merge pull request #92 from langchain-ai/nc/7feb/hintl
Add human in the loop notebook
2024-02-08 08:44:58 -08:00
Nuno Campos 37bad4e30a Add human in the loop notebook 2024-02-07 20:05:05 -08:00
Luca DorigoandGitHub e4a1bf2376 Fix typing for _dict_getter 2024-02-07 13:15:31 +01:00
Nuno Campos f9c893c739 Remove double channelwrite
- this removes one unnamed run from langsmith trace for each node, and ensures that output is streamed from each node to folks listening to that w stream_events
2024-01-31 10:04:41 -08:00
Bagatur 40e4b10689 fmt 2024-01-26 18:47:54 -08:00
Bagatur 936b2637ce fmt 2024-01-23 16:38:11 -08:00
Bagatur 333ad65cac patch: make conditional_edge_mapping optional 2024-01-23 13:29:23 -08:00
Bagatur d5dc5239c1 patch: Clarify node<>channel name collision error 2024-01-23 12:04:36 -08:00
Nuno Campos 5967c94367 Add clearer error message on invalid state updates 2024-01-23 09:11:14 -08:00
Nuno Campos 60482b7adb export message graph 2024-01-21 09:07:24 -08:00
Nuno Campos 07f0eca65f Add MessageGraph 2024-01-20 17:17:01 -08:00
Nuno Campos ee66e11eae Add support for single key state, eg just list of messages 2024-01-20 15:04:35 -08:00
Nuno Campos e245b1d2ff Lint 2024-01-17 13:55:26 -08:00
Nuno Campos 3d79c7552d Lint 2024-01-16 13:14:00 -08:00
Nuno Campos 2e537320c3 Rename saver to checkpointer, expose in graph, state graph, prebuilt agent exec 2024-01-15 13:45:54 -08:00
Nuno Campos 6383e24b08 Manually mark runs as hidden in langsmith 2024-01-15 08:35:52 -08:00
Nuno Campos e497d14db0 Fixes 2024-01-13 15:58:25 -08:00
Nuno Campos 426a5c1b10 Implement StateGraph 2024-01-12 17:55:19 -08:00
Nuno Campos ad8b5064b3 Add validation 2024-01-08 16:06:11 -08:00
Nuno Campos 8c65b30ca7 Adjust stream output of Graph
Now output of stream() are dicts where keys are node names and values are the output of that node on that step
2024-01-08 14:48:26 -08:00
Nuno Campos e441990f92 Rename 2024-01-07 19:39:10 -08:00