Nuno Campos
d65d0ec665
test: Ensure that async checkpointers in tests are setup in same event loop as they are used in
...
- This more closely remembers the environment they're used in, so it's what we should be testing
- Remove unnecessary pytest-asyncio dependency, use anyio pytest plugin instead
- Convert remaining async tests using only memory checkpointer to use all existing ones
2024-09-02 17:24:54 -07:00
Nuno Campos and GitHub
a937754132
lib 0.2.16
2024-09-01 12:15:20 -07:00
Nuno Campos
3943637202
Bump them all
2024-08-30 14:18:35 -07:00
Nuno Campos
03f6cf779d
Fix test setup
2024-08-28 12:48:29 -07:00
Nuno Campos
330c91f622
Update ruff
2024-08-27 10:50:39 -07:00
Vadym Barda and GitHub
d12f5c6d8b
checkpoint-postgres: allow passing pool ( #1452 )
...
* checkpoint-postgres: allow passing pool
* make psycopg_pool a non-dev dependency
* code review
* lockfile
* move methods
* relax requirements, remove binary
* add binary to dev dependencies
* update readme
2024-08-27 15:30:13 +00:00
Nuno Campos
3cda14b069
lib 0.2.14
2024-08-23 18:15:31 -07:00
Nuno Campos
bc482431c3
lib0.2.13
2024-08-23 13:35:21 -07:00
Nuno Campos
3ec419a2f6
lib0.2.12
2024-08-22 12:45:27 -07:00
Vadym Barda and GitHub
7ec3c0e827
langgraph: release 0.2.11 ( #1432 )
2024-08-22 11:54:47 -04:00
Nuno Campos
a545a70afb
lib0.2.10
2024-08-21 16:33:30 -07:00
Nuno Campos
9147d05cc4
lib0.2.9
2024-08-21 14:32:15 -07:00
Nuno Campos
e76f4cc434
Combine channel and managed values manager
2024-08-21 13:30:18 -07:00
Nuno Campos
14ec51601c
lib0.2.8
2024-08-21 12:09:11 -07:00
Nuno Campos
2f41b2891b
lib0.2.7
2024-08-21 11:33:54 -07:00
Nuno Campos
d1b7a787ee
lib0.2.6
2024-08-21 09:22:27 -07:00
Nuno Campos
3d33b575d6
0.2.5
2024-08-20 16:59:04 -07:00
Nuno Campos
a16a33806c
lib0.2.4
2024-08-15 15:37:51 -07:00
Vadym Barda and GitHub
da6462e608
langgraph: release 0.2.3 ( #1279 )
2024-08-08 12:43:24 -04:00
Nuno Campos
127b6dedee
lib0.2.2
2024-08-07 12:14:34 -07:00
Vadym Barda and GitHub
fb8390e138
langgraph: release 0.2.1 ( #1250 )
2024-08-07 09:55:50 -04:00
Vadym Barda and GitHub
172b4af6ed
langgraph: release 0.2.0 ( #1246 )
2024-08-06 23:25:18 -04:00
b37f78942d
checkpoint-postgres: new library for postgres checkpointer implementation ( #1236 )
...
* checkpoint-postgres: new library for postgres checkpointer implementation
---------
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2024-08-06 22:37:06 -04:00
Vadym Barda and GitHub
c149a99b44
checkpoint-sqlite: new library for sqlite checkpointer implementation ( #1203 )
...
* checkpoint-sqlite: new library for sqlite checkpointer implementation
2024-08-02 22:14:12 +00:00
2742b2f884
aupdate_state now accepts null values ( #1181 )
...
* aupdate_state now accepts null values
---------
Co-authored-by: vbarda <vadym@langchain.dev >
2024-08-02 15:59:15 -04:00
vbarda
a0cd3ff7ad
langgraph: bump core to 0.2.27
2024-08-02 13:56:26 -04:00
ae74825ea7
langgraph checkpoint: new library for checkpoint interfaces ( #1163 )
...
---------
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2024-07-31 16:45:52 -04:00
Nuno Campos
298c93ca4a
lib0.1.17
2024-07-30 18:27:48 -07:00
Nuno Campos
3006084326
lib0.1.16
2024-07-29 12:46:33 -07:00
Nuno Campos
794a0fff03
lib0.1.15
2024-07-26 10:58:56 -07:00
Nuno Campos
ebe01c2639
lib0.1.14
2024-07-24 10:53:23 -07:00
Nuno Campos
85af0603fa
lib0.1.13
2024-07-24 09:49:23 -07:00
Vadym Barda and GitHub
d99d3e05c7
langgraph: release 0.1.12 ( #1116 )
2024-07-24 10:38:07 -04:00
Vadym Barda and GitHub
603a137d33
langgraph: release 0.1.11 ( #1107 )
2024-07-23 18:06:07 -04:00
Vadym Barda and GitHub
3fdd4715f5
langgraph: release 0.1.10 ( #1103 )
2024-07-23 14:13:35 -04:00
Nuno Campos
2008df03fa
Merge branch 'main' into nc/19jul/nested-checkpoints
2024-07-22 16:33:33 -07:00
Nuno Campos
3f860617a5
Update tests
2024-07-22 16:32:18 -07:00
Bagatur and GitHub
610b6cc78c
langgraph[patch]: InjectedState annotation ( #1067 )
...
Add annotated for injecting state vars into a Tool
2024-07-19 20:07:21 -07:00
Nuno Campos
dc703857dd
Run tests in parallel
2024-07-19 15:43:40 -07:00
Nuno Campos
97281d708b
lib 0.1.9
2024-07-18 10:28:24 -07:00
Nuno Campos
7bc489f1f4
Add node state, customizable graph input and output schemas
2024-07-16 13:50:20 -07:00
Bagatur and GitHub
2a1cdd31c5
langgraph[patch]: ToolNode support for tools outputting msg ( #977 )
...
ToolNode passes ToolCall to tools directly and outputs the generated ToolMessages directly
2024-07-15 16:40:37 -07:00
Nuno Campos
1e2682616f
lib0.1.8
2024-07-11 17:03:56 -07:00
Nuno Campos and GitHub
71d9d02d26
lib: Add metadata arg to add_node() ( #990 )
...
* lib: Add metadata arg to add_node()
- use metadata when drawing graph
- use metadata for tracing
* Update core
* Lock
2024-07-11 17:03:22 -07:00
Nuno Campos
60763d4ddf
lib 0.1.7
2024-07-10 14:44:07 -07:00
Vadym Barda and GitHub
c283d7e2ba
langgraph: release 0.1.6 ( #965 )
2024-07-09 12:34:11 -04:00
Vadym Barda and GitHub
5e8aa5d9f2
langgraph: update langchain-core & snapshot tests ( #909 )
2024-07-02 20:37:03 -04:00
Nuno Campos
94300877ee
0.1.5
2024-07-01 18:15:44 +01:00
Vadym Barda and GitHub
6929afda8a
langgraph: release 0.1.4 ( #877 )
2024-06-28 12:04:15 -04:00
Vadym Barda and GitHub
2bf4a72d9d
langgraph: release 0.1.3 ( #876 )
2024-06-28 11:51:58 -04:00