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
Nuno Campos
74c4a731d3
Lint
2024-05-14 17:17:29 -07:00
Nuno Campos
2d29b371e9
Merge pull request #138 from langchain-ai/nc/14may/checkpoint-inputs
...
Add checkpoint for input values
2024-05-14 17:13:08 -07:00
Nuno Campos
5bbfe96657
Add checkpoint for input values
2024-05-14 17:08:23 -07:00
Nuno Campos
6f3081e080
Merge pull request #135 from langchain-ai/nc/14may/errors-module
...
Move all errors to a single module, fix assertion of immutable checkp…
2024-05-14 17:05:52 -07:00
William FH
8b4b72daa0
Add Docs (Part 1) ( #134 )
2024-05-14 16:07:50 -07:00
Nuno Campos
fa3da2fd4a
Merge pull request #136 from langchain-ai/nc/14may/checkpoint-metadata
...
Implement checkpoint metadata
2024-05-14 15:32:54 -07:00
Nuno Campos
fd1b21cfe1
Implement checkpoint metadata
...
- save checkpoints in background
- error checking in pregel class
- fix checkpoint lineage
- fix sqlite checkpointer setup
- fix sqlite checkpointer constructor
2024-05-14 15:23:08 -07:00
Nuno Campos
47ca628973
Move all errors to a single module, fix assertion of immutable checkpoints in tests
2024-05-14 15:17:40 -07:00
Nuno Campos
22c8faf86f
Merge pull request #133 from langchain-ai/nc/13may/tool-node
...
Implement prebuilt ToolNode, toolCondition, MessagesState
2024-05-14 13:38:12 -07:00
Nuno Campos
54d62d7c0a
Implement prebuilt ToolNode, toolCondition, MessagesState
2024-05-13 18:26:43 -07:00
Nuno Campos
38d2ad4275
Merge pull request #131 from langchain-ai/nc/13may/compiled-graph
...
Rewrite Graph.compile() to delegate to new CompiledGraph methods
2024-05-13 17:39:12 -07:00
Nuno Campos
5592c17e43
Rewrite StateGraph.compile and and MessageGraph.compile to delegate to new CompiledStateGraph methods ( #132 )
...
- enables more dynamic graphs in future
- implement stream_mode=updates
- fix extra options keys being passed to nodes
- fix stream_mode for invoke
- fix issue where writes array for each task wasn't used
2024-05-13 17:38:17 -07:00