Commit Graph
96 Commits
Author SHA1 Message Date
Nuno Campos 199b0b2d88 0.0.57 2024-05-29 18:23:29 -07:00
Nuno Campos 4893a24756 0.0.56 2024-05-29 07:15:11 -07:00
Nuno Campos 9dd7f9d7f2 0.0.55 2024-05-22 13:19:16 -07:00
Nuno Campos a65aa73d79 0.0.54 2024-05-21 12:54:48 -07:00
Nuno Campos e3a5870b0a 0.0.53 2024-05-20 17:59:41 -07:00
Nuno Campos 03bac7eeef 0.0.52 2024-05-20 14:40:46 -07:00
Nuno Campos 54454c9d58 Bump 2024-05-20 13:42:02 -07:00
Nuno Campos 02db4adeb7 0.0.51 2024-05-20 08:48:13 -07:00
Nuno Campos d63b15dc47 0.0.50 2024-05-17 15:37:58 -07:00
Nuno Campos b7e2af6bd1 Update pyproject 2024-05-17 14:43:55 -07:00
Nuno Campos 695503a4d3 Update to langchain-core 0.2.0
- Use stream_events(version=v2) in tests
2024-05-17 14:38:51 -07:00
Nuno Campos 56c55e9521 Update core version range 2024-05-17 13:43:59 -07:00
Nuno Campos 52b2c755d7 Use uuid6 as the id for checkpoints
- this avoids conflicts if multiple processes creating checkpoints in same thread at same time
- uuid6 with a monotically increasing clock_seq is sortable by creation time at ms precision (plus clock_seq for ties, plus 48 bits of randomness for further ties)
2024-05-14 16:56:25 -07:00
Nuno Campos 77db7bf825 0.0.49 2024-05-14 16:32:33 -07:00
Nuno Campos 5397d99b95 Fix pg connection str 2024-05-08 10:48:57 -07:00
Nuno Campos eef5f0e4b2 0.0.47 2024-05-07 18:02:24 -07:00
Nuno Campos 5fcfaf8506 0.0.46 2024-05-07 08:44:28 -07:00
Nuno Campos bf1989cab7 0.0.45 2024-05-06 17:06:20 -07:00
Nuno Campos ef3a568dc1 Update core 2024-05-06 17:06:20 -07:00
Nuno Campos 52852cb226 Update langchain-core 2024-05-06 12:20:20 -07:00
Nuno Campos 7b03ce021c 0.0.44 2024-05-03 12:33:25 -07:00
Nuno Campos 33961eb2f0 0.0.43 2024-05-03 12:03:19 -07:00
Nuno Campos d6091f5fa4 0.0.42 2024-05-03 11:06:42 -07:00
Nuno Campos d732385b7c 0.0.41 2024-05-03 10:09:04 -07:00
Nuno Campos b2020c1972 0.0.40 2024-04-30 16:55:44 -07:00
Nuno Campos 0e3c37ba25 0.0.39 2024-04-25 11:35:14 -07:00
Nuno Campos 42b13ef576 Improvements to get_graph(xray=)
- Support xray: int, to control depth, eg xray=1 only exposes one level deep
- In mermaid draw a containing box around subgraphs created from xray
2024-04-25 11:27:13 -07:00
Nuno Campos 50cd5e27f2 0.0.38 2024-04-17 16:08:17 -07:00
Nuno Campos aa07d30e1f 0.0.37 2024-04-12 11:00:27 -07:00
Nuno Campos dfec700da8 0.0.36 2024-04-11 17:04:19 -07:00
Nuno Campos ce6989daee 0.0.35 2024-04-11 11:51:53 -07:00
Nuno Campos 92deae4196 Add anthropic notebook 2024-04-11 10:50:06 -07:00
Nuno Campos 7dafc09a5b Add prebuilt ToolNode 2024-04-10 18:15:19 -07:00
Nuno Campos 8725839492 0.0.34 2024-04-10 16:18:30 -07:00
Nuno Campos 71436be306 0.0.33 2024-04-10 16:09:07 -07:00
Nuno Campos f21cc3f282 0.0.32 2024-04-04 13:22:08 -07:00
Nuno Campos d00d8913ca 0.0.31 2024-04-02 15:56:33 -07:00
Nuno Campos 2a299d070e Optimize tracing output of Graph/StateGraph/MessageGraph
- control selection of relevant runs (needs langsmith release)
- see output of conditional edge function
- fix issue with conditional entry point not getting full state values as input
2024-04-02 10:32:47 -07:00
Nuno Campos 2b42407f05 0.0.30 2024-03-22 08:23:34 -07:00
Nuno Campos c8c94df261 0.0.29 2024-03-20 12:14:49 -07:00
Nuno Campos 418267e4de 0.0.28 2024-03-13 11:39:29 -07:00
Nuno Campos c964b662b4 0.0.27 2024-03-13 11:39:10 -07:00
William Fu-Hinthorn 83145ec2b0 MIT 2024-03-05 13:56:14 -08:00
Nuno Campos 5c2afc9418 Fix behaviour of interrupt_before
- checkpoints are now copied before being mutated
- compiled graph and compiled state graph no longer need to override get_state/update_state
- pregel class now natively supports interrupt before/after
2024-02-24 19:43:30 -08:00
Nuno CamposandNuno Campos fdb273b0f4 Add get_state() and update_state() methods to get and update checkpoint in between runs 2024-02-24 16:58:18 -08:00
Nuno Campos c4a77c4313 0.0.26 2024-02-22 15:24:26 -08:00
Nuno Campos 1c252830bf 0.0.25 2024-02-22 08:40:06 -08:00
Nuno Campos 7ca7c220be Update langchain-core 2024-02-20 17:18:45 -08:00
Nuno Campos 27464c0f46 Implement input_schema, output_schema, get_graph for Graph, StateGraph, MessageGraph 2024-02-19 13:07:34 -08:00
Nuno Campos c529016346 0.0.24 2024-02-08 10:30:05 -08:00