Nuno Campos
e42e1a9f6b
Fix test
2024-09-04 10:56:41 -07:00
Nuno Campos
0d51c8614d
Move runner code to standalone class, use in Pregel.stream/astream
2024-09-04 10:50:46 -07:00
Nuno Campos
b99a101b2c
Add large parallel graph test
2024-09-04 10:50:05 -07:00
Nuno Campos
e150193491
Avoid deepcopy
2024-09-04 10:50:05 -07:00
Nuno Campos and GitHub
7304ba683e
Merge pull request #1282 from langchain-ai/isaac/nodelogging
...
add task_id to node logs
2024-09-03 16:30:43 -07:00
isaac hershenson
ec51760f57
x
2024-09-03 13:45:22 -07:00
Isaac Francisco and GitHub
32d07df7a4
Merge branch 'main' into isaac/nodelogging
2024-09-03 13:39:05 -07:00
Isaac Francisco and GitHub
1ae60dccc5
test ( #1592 )
2024-09-03 10:12:36 -07:00
Nuno Campos
5d1ab66535
sqlite 1.0.3
checkpointsqlite==1.0.3
2024-09-03 09:41:04 -07:00
Nuno Campos and GitHub
b4944fa0a0
Merge pull request #1582 from langchain-ai/nc/2sep/rm-pydantic-base-class
...
Remove pydantic base class from Pregel/PregelNode
2024-09-03 09:39:03 -07:00
Nuno Campos
4ddb4ae5a0
Update
2024-09-03 09:26:45 -07:00
Nuno Campos
a99b66ae3f
Update
2024-09-03 09:20:17 -07:00
Nuno Campos and Nuno Campos
4793b3f5e1
Use a lock for all operations on sqlite checkpointer
...
- Otherwise when used in multiple subgraphs in parallel separate queries can interfere w each other
2024-09-03 09:20:17 -07:00
Nuno Campos and Nuno Campos
3c5913aa29
Remove pydantic base class from Pregel/PregelNode
2024-09-03 09:20:17 -07:00
Sreenivasan R S and GitHub
43d5dbf174
examples: fix missing import introduction ( #1584 )
2024-09-03 12:12:31 -04:00
Nuno Campos and GitHub
974b6c7bf3
Merge pull request #1549 from langchain-ai/wfh/optional_types
...
Support optional types from typeddict
2024-09-03 09:11:14 -07:00
Vadym Barda and GitHub
d492475c61
checkpoint-sqlite: close connection in from_conn_string ( #1589 )
2024-09-03 11:00:37 -04:00
gbaian10 and GitHub
e5b09b8c20
docs: update Postgres checkpointer for persistence ( #1556 )
2024-09-03 11:00:14 -04:00
Jacob Lee and GitHub
c1d7cbd67c
Adds JS deploy guide to index ( #1590 )
2024-09-03 07:47:31 -07:00
gbaian10 and GitHub
8c0b27a85b
docs: fix Corrective RAG (CRAG) miss function ( #1563 )
...
`Corrective RAG (CRAG) using local LLMs` miss `find_tool_calls_react` function
2024-09-03 09:50:00 -04:00
322d6c8dde
patch(docs): Update docs with JS cloud instructions ( #1560 )
...
* Update docs with JS cloud instructions
* Add to index
* Add md fence
* nits
* nits
* Update setup_javascript.md
---------
Co-authored-by: isaac hershenson <ihershenson@hmc.edu >
2024-09-02 18:48:50 -07:00
Nuno Campos
af666a87fb
sqlite 1.0.2
checkpointsqlite==1.0.2
checkpointpostgres==1.0.6
2024-09-02 17:58:01 -07:00
Nuno Campos
6e9f54e5ae
postgres 1.0.6
2024-09-02 17:57:55 -07:00
Nuno Campos
dd4a15b569
Require latest version of langgraph-checkpoint
2024-09-02 17:57:33 -07:00
Nuno Campos and GitHub
1122e5cbbb
Merge pull request #1579 from langchain-ai/nc/2sep/async-checkpoint-test-setup
...
test: Ensure that async checkpointers in tests are setup in same event loop as they are used in
2024-09-02 17:57:05 -07:00
Nuno Campos and GitHub
29311f054d
Merge pull request #1580 from langchain-ai/nc/2sep/async-checkpointers-implement-async
...
checkpoint: Implement sync methods in async checkpointers
2024-09-02 17:51:52 -07:00
Nuno Campos
3b2a237deb
Lint
2024-09-02 17:45:57 -07:00
Nuno Campos
0cc3799298
checkpoint: Implement sync methods in async checkpointers
...
- These are needed when subgraphs are invoked synchronously in nodes
2024-09-02 17:43:34 -07:00
Nuno Campos
ddeb9d7314
Disable test in old versions of py
2024-09-02 17:42:37 -07:00
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
0.2.16
2024-09-01 12:15:20 -07:00
Reuben M and GitHub
8c698fc362
Return replan response in dict. Add Replan example ( #1566 )
2024-08-31 23:41:48 +00:00
gbaian10 and GitHub
3a07fe2efb
docs: fix agent_supervisor.ipynb ( #1562 )
...
fix #1561
2024-08-31 16:35:59 -07:00
William Fu-Hinthorn
1191dc1b48
Handle py3.9
2024-08-30 23:52:41 -07:00
isaac hershenson
ee5801511b
fmt
2024-08-30 18:25:02 -07:00
isaac hershenson
d14477c891
x
2024-08-30 18:22:22 -07:00
isaac hershenson
01765fbda4
x
2024-08-30 17:39:45 -07:00
Isaac Francisco and GitHub
54bcd490ef
Merge branch 'main' into isaac/nodelogging
2024-08-30 16:58:31 -07:00
William Fu-Hinthorn
85e827ae85
Merge branch 'main' into wfh/optional_types
2024-08-30 16:40:56 -07:00
William Fu-Hinthorn
55263c640f
Return a default value instead
2024-08-30 16:28:01 -07:00
William Fu-Hinthorn
51f58279ba
Update snapshot
2024-08-30 16:20:22 -07:00
Nuno Campos and GitHub
7d6a302858
Merge pull request #1514 from vermapratyush/patch-1
...
[docs]: Fix typo
2024-08-30 16:20:18 -07:00
Nuno Campos and GitHub
d225ef074f
Merge pull request #1487 from langchain-ai/isaac/fixcustomersupportbot
...
customer support bot doc nit
2024-08-30 16:14:50 -07:00
Nuno Campos
eca419008c
checkpoint 1.0.8
checkpoint==1.0.8
2024-08-30 16:10:57 -07:00
Nuno Campos and GitHub
76994f3c9a
Merge pull request #1521 from langchain-ai/nc/28aug/pydantic-serialization
...
checkpoint: Avoid changes to pydantic models breaking deserialization while still relying on pydantic's type coercion
2024-08-30 15:56:43 -07:00
Nuno Campos
ca4ebe1031
Update tests
2024-08-30 15:51:57 -07:00
Nuno Campos and GitHub
299179bc33
Merge pull request #1555 from langchain-ai/nc/30aug/detect-nested-graph-in-function-node
...
Detect subgraphs called inside function nodes
2024-08-30 15:19:40 -07:00
Nuno Campos
487fc8a8ca
Detect subgraphs called inside function nodes
2024-08-30 15:13:56 -07:00
Vadym Barda and GitHub
cf4de9a1a5
cli: remove jupyter from examples pyproject ( #1554 )
2024-08-30 21:45:35 +00:00
Nuno Campos and GitHub
921c366708
Merge pull request #1531 from langchain-ai/dependabot/pip/libs/langgraph/notebook-7.2.2
...
Bump notebook from 7.2.1 to 7.2.2 in /libs/langgraph
0.2.15
2024-08-30 14:34:45 -07:00