Nuno Campos
30ed61479e
Fix
2024-09-24 11:06:07 -07:00
Nuno Campos
dfa874aaf6
sdk: Add subgraphs method
2024-09-24 11:02:50 -07:00
Nuno Campos and GitHub
247e2bae8d
Merge pull request #1401 from langchain-ai/vb/add-sync-client
...
sdk-py: add sync client
2024-09-24 10:46:06 -07:00
Nuno Campos
26eca4a42f
langgraph 0.2.27
0.2.27
2024-09-24 10:42:02 -07:00
Nuno Campos and GitHub
2f7826ed79
Merge pull request #1826 from langchain-ai/nc/24sep/get-subgraphs-namespace
...
Add namesapce filter to get_subgraphs
2024-09-24 10:41:36 -07:00
Nuno Campos
8205c85383
Add namesapce filter to get_subgraphs
...
- If passed it returns a single subgraph, mathching that namespace, if found
2024-09-24 09:38:24 -07:00
Vadym Barda and GitHub
5235ad08ec
docs: remove context channel ( #1824 )
2024-09-24 10:51:22 -04:00
Vadym Barda and GitHub
37948b3348
docs: update pydantic comments -> callouts in tutorials ( #1825 )
2024-09-24 13:09:59 +00:00
Nuno Campos
bb5ff42bcd
langgraph 0.2.26
0.2.26
2024-09-23 17:50:16 -07:00
Nuno Campos and GitHub
beea3beb48
Merge pull request #1818 from langchain-ai/nc/23sep/stream-messages-fix
...
Fix edge cases with stream_mode=messages
2024-09-23 17:43:27 -07:00
Nuno Campos
58aaffb6bf
Fix edge cases with stream_mode=messages
...
- running callback handler in background thread could potentially lead to ordering issues
- deduping on `id()` could lead to messages being dropped if they reused memory address of a previous chunk
2024-09-23 17:34:04 -07:00
Vadym Barda and GitHub
ae2185a431
Merge branch 'main' into vb/add-sync-client
2024-09-23 19:42:13 -04:00
vbarda
985f1b1e26
code review
2024-09-23 19:41:08 -04:00
Lance Martin and GitHub
e1a33360e0
Update HIL conceptual docs ( #1774 )
...
* Update HIL conceptual docs
* Update images
* Update figures and text per feedback
* Update links for how-tos
* Embed img directly in ntbks
* Add dynamic breakpoints
* Update figure in ntbk
* Fix link to dynamic breakpoints
2024-09-23 15:46:33 -07:00
Vadym Barda and GitHub
659d127d2b
checkpoint postgres,sqlite: update langgraph-checkpoint to 1.0.11 ( #1815 )
checkpointsqlite==1.0.4
checkpointpostgres==1.0.8
2024-09-23 22:09:28 +00:00
Isaac Francisco and GitHub
d2d5e9f655
docs: add docs on disabling streaming ( #1775 )
2024-09-23 18:01:19 -04:00
Vadym Barda and GitHub
434e7519bc
checkpoint: release 1.0.11 ( #1814 )
checkpoint==1.0.11
2024-09-23 17:58:25 -04:00
Vadym Barda and GitHub
7d513bcde2
checkpoint postgres,sqlite: update langgraph-checkpoint ( #1813 )
2024-09-23 21:47:26 +00:00
Vadym Barda and GitHub
c8265a21cd
Merge branch 'main' into vb/add-sync-client
2024-09-23 17:39:54 -04:00
Vadym Barda and GitHub
515c619bc2
checkpoint postgres,sqlite: update version ( #1812 )
2024-09-23 17:33:19 -04:00
Vadym Barda and GitHub
342aee7945
langgraph: release 0.2.25 ( #1811 )
0.2.25
2024-09-23 17:31:23 -04:00
Bagatur and GitHub
ee638fdbf8
langgraph[patch]: remove stringify of tool msg contnt ( #1810 )
2024-09-23 17:29:38 -04:00
vbarda
2d741c7cbf
update
2024-09-23 17:28:02 -04:00
William FH and GitHub
3c672abc1b
Reword how-to ( #1808 )
2024-09-23 14:08:08 -07:00
vbarda
81c10a5f8e
Merge branch 'main' into vb/add-sync-client
2024-09-23 16:56:12 -04:00
Nuno Campos and GitHub
68c1fa8280
Merge pull request #1803 from langchain-ai/nc/23sep/exc-async-checkpointer-block
...
Raise exception if sync method on async checkpointer is called from event loop thread
2024-09-23 13:05:02 -07:00
Vadym Barda and GitHub
9e42977273
sdk-py: release 0.1.31 ( #1809 )
sdk==0.1.31
2024-09-23 15:12:43 -04:00
Brace Sproul and GitHub
e333889c19
Merge pull request #1807 from langchain-ai/brace/drop-annoncements-bar
...
fix(docs): Drop announcement bar
2024-09-23 10:56:02 -07:00
bracesproul
81e05ffb69
fix(docs): Drop announcement bar
2024-09-23 10:50:15 -07:00
Isaac Francisco and GitHub
f9431d1bec
remove error ( #1806 )
2024-09-23 13:45:08 -04:00
William FH and GitHub
1601c3a47d
Fix mobile nav nesting ( #1804 )
2024-09-23 16:08:10 +00:00
Nuno Campos
e71c24ea9b
Raise exception if sync method on async checkpointer is called from main thread
...
- The thread running the event loop can block waiting for a coro to run, only background threads can
2024-09-23 08:41:57 -07:00
Nuno Campos
68d378def5
langgraph 0.2.24
0.2.24
2024-09-23 08:26:55 -07:00
Nuno Campos and GitHub
0b0b6e17d3
Merge pull request #1797 from langchain-ai/nc/22sep/perf-intern-strings
...
perf: Intern string constants
2024-09-23 07:40:59 -07:00
Nuno Campos and GitHub
d5a1152064
Merge pull request #1794 from langchain-ai/nc/21sep/remove-runtime-value-substitution
...
Remove runtime value substitution
2024-09-23 07:03:44 -07:00
Nuno Campos and GitHub
00290c8e06
Merge pull request #1792 from langchain-ai/nc/21sep/docstrings-comments
...
Add more comments and docstrings
2024-09-23 07:03:05 -07:00
Nuno Campos
47fe321e31
Lint
2024-09-22 12:51:06 -07:00
Nuno Campos
1f347ed48e
perf: Intern string constants
2024-09-22 12:45:47 -07:00
Nuno Campos
d6015e7bf9
Remove runtime value substitution
...
- doesn't work as expected
2024-09-22 12:44:48 -07:00
Nuno Campos
84a45d186c
Fix
2024-09-22 12:42:34 -07:00
Nuno Campos
e76f49c7f0
Fix flaky test
2024-09-22 12:37:24 -07:00
Nuno Campos and GitHub
33d18593bf
Merge pull request #1793 from langchain-ai/nc/21sep/detect-multi-subgraphs-in-node
...
Detect multiple subgraphs in single node
2024-09-22 12:18:35 -07:00
Nuno Campos
74f34db9e4
Fix sync kafka
2024-09-22 12:04:43 -07:00
Nuno Campos
644f14991e
Fix kfka
2024-09-22 12:04:17 -07:00
Isaac Francisco and GitHub
94433eb790
docs: thread_ts -> checkpoint_id ( #1791 )
2024-09-22 09:17:18 -04:00
Nuno Campos
81a9a2f903
Use a different strategy, add test
2024-09-21 18:48:23 -07:00
Nuno Campos
2fccd09585
Fix
2024-09-21 17:52:17 -07:00
Nuno Campos
89bb7fe178
Skip test for now
2024-09-21 17:47:36 -07:00
Nuno Campos
beeb2aa8ba
Detect multiple subgraphs in single node
2024-09-21 17:44:11 -07:00
Nuno Campos
30b631aaff
Rewrite imports
2024-09-21 17:41:05 -07:00