From 215d16ec40c7804995c3f9c1bc03fa181282e4a0 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Sun, 5 Nov 2023 08:44:05 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7824b3f22..1b04ab1f4 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ Check `examples` for more examples. - [x] Add tests for Stream, UniqueInbox - [ ] Add tests for subscribe_to_each().join() - [x] Add optional debug logging +- [ ] Add an optional Diff value for Channels that implements __add__, returned by update(), yielded by Pregel for output channels. Add replacing_keys set to AddableDict. use an addabledict for yielding values. channels that dont implement it get marked with replacing_keys - [ ] Implement checkpointing - [ ] Use langchain.load dumps loads functions - [ ] Save checkpoints at end of each step