William FH and GitHub
4548a0ebe8
feat: Customizable Pip Installer ( #5098 )
...
Let you set "pip_installer": "pip" (or uv) to handle corner cases in install compatibilities
cli==0.3.2
2025-06-13 10:35:28 -07:00
Sydney Runkle and GitHub
0171e9a323
fix(langgraph): remove deprecated output usage in favor of output_schema ( #5095 )
...
use output_schema
2025-06-13 12:34:39 -04:00
Sydney Runkle and GitHub
c439cb0872
refactor(langgraph): Remove PregelNode's inheritance from Runnable ( #5093 )
...
remove Runnable inheritance for PregelNode
2025-06-13 10:17:42 -04:00
Nuno Campos and GitHub
2a4d7e8889
Remove support for node reading a single managed value ( #5083 )
2025-06-12 15:19:55 -07:00
Nuno Campos
7f3578e0f1
Remove support for node reading a single managed value
...
- This has never been used and is not useful or intended functionality
2025-06-12 15:11:19 -07:00
Lauren Hirata Singh and GitHub
e2f96b5ae5
revert incident banner ( #5082 )
2025-06-12 17:24:36 -04:00
Lauren Hirata Singh
0d5f7e55bf
revert incident banner
2025-06-12 17:10:22 -04:00
Lauren Hirata Singh and GitHub
9209f11187
incident banner ( #5081 )
2025-06-12 16:04:20 -04:00
Lauren Hirata Singh and GitHub
bb1c5b8cdf
Update docs/overrides/main.html
2025-06-12 15:57:14 -04:00
Nuno Campos and GitHub
d6bb008ff4
PregelLoop: Simplify tick() method ( #5080 )
...
* PregelLoop: Simplify tick() method
- Split out superstep finish into separate after_tick() method
- Handle input in __enter__
- Remove unnecessary recursive shortcut
- Remove input sentinel objects
* Lint
2025-06-12 19:53:55 +00:00
Lauren Hirata Singh
6130e08fa6
incident banner
2025-06-12 15:52:36 -04:00
Sydney Runkle and GitHub
3ad061f0d7
serialize/deserialize pandas with pickle fallback ( #5057 )
2025-06-12 15:14:00 -04:00
Nuno Campos and GitHub
116b5d1cac
Remove code paths no longer needed ( #5079 )
2025-06-12 11:47:10 -07:00
Nuno Campos
0aff02e180
Remove code paths no longer needed
...
- These were only used by the kafka scheduler
2025-06-12 11:25:20 -07:00
Nuno Campos and GitHub
074af5c122
Avoid saving checkpoints for subgraphs when checkpoint_during=False ( #5051 )
2025-06-11 11:11:02 -07:00
langchain-infra and GitHub
29ffaa0e0b
docs: fix config section ( #5066 )
2025-06-11 13:23:33 -04:00
Sydney Runkle and GitHub
45cd4e1928
oss: auto apply labels to contributor issues ( #5067 )
...
auto apply labels
2025-06-11 17:19:49 +00:00
langchain-infra and GitHub
480271f753
docs: add mount prefix environment variable ( #5060 )
2025-06-11 11:20:19 -04:00
infra
66fdf60e47
docs: add mount prefix environment variable
2025-06-11 11:18:16 -04:00
infra
0894daf3fc
docs: add mount prefix environment variable
2025-06-11 11:17:45 -04:00
Lauren Hirata Singh and GitHub
850c55d630
Revert "fix assistants overview link" ( #5059 )
2025-06-11 11:02:17 -04:00
Lauren Hirata Singh and GitHub
c0d65ff409
Revert "fix assistants overview link ( #5058 )"
...
This reverts commit be7b60a722 .
2025-06-11 10:58:52 -04:00
Lauren Hirata Singh and GitHub
be7b60a722
fix assistants overview link ( #5058 )
2025-06-11 10:58:07 -04:00
Eugene Yurtsev and GitHub
d467ec6556
Remove gitmcp badge ( #5055 )
...
* Remove gitmcp badge
* xt
* x
2025-06-11 10:55:05 -04:00
b8683ab67a
docs: Update subgraphs.md ( #5052 )
...
* Update subgraphs.md
The state while defining the Subgraph is updated. Also an edge connecting START to the call_model node in the subgraph was created.
* Update docs/docs/concepts/subgraphs.md
* Update docs/docs/concepts/subgraphs.md
---------
Co-authored-by: Eugene Yurtsev <eugene@langchain.dev >
2025-06-11 13:49:51 +00:00
William Fu-Hinthorn
6a9ca8d67e
Update existing
2025-06-10 17:59:41 -07:00
William Fu-Hinthorn
3b98044f2f
Add tests
2025-06-10 17:29:27 -07:00
Nuno Campos
a4a8934bd3
Avoid saving checkpoints for subgraphs when checkpoint_during=False
...
- We can avoid saving checkpoints for successful subgraphs which do not request multi-turn memory
2025-06-10 17:25:05 -07:00
Nuno Campos and GitHub
470b9a4b97
Clean up PregelNode attributes ( #5049 )
2025-06-10 17:24:03 -07:00
Nuno Campos
516175780d
Clean up things for Matt!
2025-06-10 16:14:15 -07:00
William FH and GitHub
571780f74c
fix: header merging ( #4926 )
2025-06-10 14:44:34 -07:00
Emmanuel Ferdman and GitHub
d719438307
fix: throw exception on multiple injections ( #5033 )
...
Throw exception on for multiple injections
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com >
2025-06-10 16:54:01 -04:00
Simon Frank and GitHub
85c809a651
docs: fixed a wrong import in persistence docs ( #5045 )
2025-06-10 20:53:50 +00:00
Nuno Campos and GitHub
0441fd156f
Add docs for checkpoint encryption ( #5047 )
...
docs: list CipherProtocol in API
2025-06-10 16:52:45 -04:00
Nuno Campos and GitHub
37b5d3886c
Add library overview to AGENTS.md ( #5044 )
2025-06-10 10:08:55 -07:00
Nuno Campos
b95267a3cc
Refine dependency map
2025-06-10 10:06:08 -07:00
Nuno Campos and GitHub
2e33c520a5
Support numpy array serialization in JsonPlusSerializer ( #5035 )
...
* Handle numpy Fortran arrays
* Lint
* Lint
* Lint
2025-06-10 01:17:28 +00:00
Nuno Campos and GitHub
67b1dc602e
Update ormsgpack ( #5034 )
...
* Update ormsgpack
- Now supports bytearray/memoryview passthrough
* Lint
2025-06-10 00:30:58 +00:00
Naohiro Yoshida and GitHub
1519b90414
Centralized CheckpointTuple creation into a shared function for checkpoint_postgres ( #4970 )
2025-06-09 18:40:17 +00:00
Ykoh and GitHub
0035ab9825
docs: Replace unsupported models with structured output-supported models ( #3982 )
2025-06-09 14:17:05 -04:00
c42cd57a32
chore: Update variable naming in postgres store ( #4096 )
...
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2025-06-09 17:54:06 +00:00
acc56e094a
docs: add query params for Store semantic search ( #4828 )
...
Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com >
2025-06-09 17:47:50 +00:00
Yassin Nouh and GitHub
6b30d4fd8f
docs: enhance PostgresSaver connection requirements explanation ( #4953 )
...
docs: enhance PostgresSaver connection requirements explanation - Add detailed explanation of why autocommit=True and row_factory=dict_row are required - Include example of incorrect usage and resulting errors - Addresses issue #4937 about incomplete setup documentation
2025-06-09 17:12:44 +00:00
fcc37cd06b
docs: update tutorial/rag/langgraph_adaptive_rag.ipynb ( #2006 )
...
- add some explanations of ipynb code in markdown cell.
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com >
2025-06-09 12:54:29 -04:00
William FH and GitHub
c17ee1bf5a
feat: [CLI] Add support for building deps with uv ( #4995 )
cli==0.3.1
2025-06-09 08:57:29 -07:00
William FH and GitHub
88c603b00b
fix: (sdk-js) Expand ToolMessage Type ( #5015 )
2025-06-09 08:22:35 -07:00
Sydney Runkle and GitHub
c12f7cb2b9
github: support blank issues (help with v1 planning) ( #4999 )
...
blank issues
2025-06-09 13:52:14 +00:00
🤖Esteban Dalel R and GitHub
6d7d689578
docs: highlight changed lines in 3-add-memory.md ( #4930 )
2025-06-08 14:08:04 +00:00
LostInCode404 and GitHub
f1b7eca7fc
docs: Update 1-build-basic-chatbot.md to add a section about END node ( #4886 )
...
Update `1-build-basic-chatbot.md` to add a section about `END` node
2025-06-08 13:51:17 +00:00
Michael Li and GitHub
93766a6df1
docs: fix assistants url at manage_assistants.md ( #4993 )
...
* docs: fix agent supervisor doc codes
* docs: fix assistants url at manage_assistants.md
2025-06-08 13:49:45 +00:00