William FH and GitHub
fcd06acd33
Add support for specifying a custom base image in docker commands ( #4500 )
...
build & dockerfile commands
can be specified via CLI > langgraph.json
cli==0.2.8
2025-05-01 23:13:49 +00:00
c687daa867
docs: update sql tutorial ( #4494 )
...
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-05-01 20:18:00 +00:00
Sydney Runkle and GitHub
a9f02efab2
docs: remove type in parens from docstrings + use tables for args ( #4497 )
...
Adhering to google style format so that mkdocs can pick up + format
args. Also, these types easily get out of date, so nice to remove from
that perspective as well.
Before:
<img width="710" alt="Screenshot 2025-05-01 at 2 01 55 PM"
src="https://github.com/user-attachments/assets/9ad0b33e-5d2c-43c2-9e7c-bf3fc6a6dffe "
/>
After:
<img width="729" alt="Screenshot 2025-05-01 at 2 01 24 PM"
src="https://github.com/user-attachments/assets/97e94d54-41f0-4946-9677-0c5d6400d62b "
/>
2025-05-01 14:08:52 -04:00
Sydney Runkle
2288ef110c
use table format
2025-05-01 14:01:14 -04:00
Sydney Runkle
ceac510054
meaningless change to docs/ to get vercel going
2025-05-01 13:52:33 -04:00
Sydney Runkle
94994a8d99
meaningless commit to get vercel going sigh
2025-05-01 13:50:55 -04:00
Sydney Runkle
f35caf3401
fix for langgraph
2025-05-01 13:41:18 -04:00
Sydney Runkle
3cf2291354
docstrings for prebuilt
2025-05-01 13:40:58 -04:00
Sydney Runkle
0f96441a7c
docstrings for sdk-py
2025-05-01 13:40:39 -04:00
Sydney Runkle
6c6bfbc63a
docstrings for checkpoint-sqlite
2025-05-01 13:40:21 -04:00
Sydney Runkle
8ce33b948c
docstrings for checkpoint-postgres
2025-05-01 13:40:05 -04:00
Sydney Runkle
cc698b4f2b
docstrings for checkpoint
2025-05-01 13:29:51 -04:00
Sydney Runkle
5916dc333e
docstring fixes for cli
2025-05-01 13:23:54 -04:00
Sydney Runkle
7b749f05bd
docstring fixes for libs/langgraph
2025-05-01 13:22:49 -04:00
Vadym Barda and GitHub
cc4d2d26c7
docs: update add_messages API ref ( #4495 )
2025-05-01 12:33:27 -04:00
Vadym Barda and GitHub
3c7861c70a
docs: fix a link in the agents page ( #4492 )
2025-05-01 11:39:37 -04:00
William FH and GitHub
a2035eeb11
Update CLI ( #4488 )
...
Remove maxbound for langgraph-api and runtime inmem.
Update min-bound.
Add server log level flag for dev
2025-04-30 18:23:41 -07:00
William FH and GitHub
9a5b602287
Add checkpoint_during for the SDKs ( #4487 )
sdk==0.1.66
2025-04-30 15:56:29 -07:00
lc-arjun and GitHub
03c34bf2cf
feat: assistants sorting sdk spec ( #4484 )
sdk==0.1.65
2025-04-30 17:05:37 -04:00
Vadym Barda and GitHub
536c1c2bba
docs: remove prebuilt how-tos and add redirects to agents tab ( #4485 )
2025-04-30 15:55:55 -04:00
c5de8f4e50
docs(agents): update manage message history section ( #4482 )
...
Co-authored-by: Lauren Hirata Singh <lauren@langchain.dev >
2025-04-30 19:11:45 +00:00
Vadym Barda and GitHub
d08ed5f42e
docs(agents): add store semantic search link ( #4483 )
2025-04-30 15:08:18 -04:00
David Duong and GitHub
0269dd8818
release(langgraph): 0.4.1 ( #4480 )
0.4.1
2025-04-30 20:24:48 +02:00
David Duong and GitHub
aa722ac084
release(sdk-js): 0.0.72 ( #4481 )
2025-04-30 20:22:01 +02:00
Tat Dat Duong
91e9f12b54
release(sdk-js): 0.0.72
2025-04-30 20:19:30 +02:00
Tat Dat Duong
5779d9079f
release(langgraph): 0.4.1
2025-04-30 20:18:25 +02:00
David Duong and GitHub
e02c4b06db
feat(ui): add merge option to UI messages ( #4473 )
...
- Add docs about (partial) streaming UI components from LLMs
- Add missing support for "nostream" in LangGraph
2025-04-30 20:15:57 +02:00
Vadym Barda and GitHub
5b44886da0
docs(agents): add disable_streaming ( #4475 )
2025-04-30 14:07:19 -04:00
Tat Dat Duong
be1af772f5
Fix lint
2025-04-30 20:04:48 +02:00
Vadym Barda and GitHub
33e409e12b
docs(agents): add model fallbacks ( #4478 )
2025-04-30 17:56:58 +00:00
Vadym Barda and GitHub
ce2ba47aff
docs: cross link working w/ memory in tools ( #4464 )
2025-04-30 13:52:10 -04:00
Tat Dat Duong
b3371a1d63
Add missing "nostream" support
2025-04-30 19:50:14 +02:00
Tat Dat Duong
5804e788d8
Add docs
2025-04-30 19:46:14 +02:00
Vadym Barda and GitHub
aa9651910c
docs: set package-mode to false for pyproject ( #4477 )
2025-04-30 12:09:18 -04:00
Sydney Runkle and GitHub
49c10a9188
packaging: removing pydantic v1 support ( #4448 )
...
Also moving over any logic from `langchain-core` to here as we slowly
drop `langchain-core` dependency.
Pydantic v1 is no longer undergoing active maintenance and v2 has been
out for almost 2 years, so it seems like an appropriate time to drop v1
scar tissue.
2025-04-30 09:10:47 -04:00
Tat Dat Duong
1b6e12ef14
feat(ui): add merge option to UI messages
2025-04-30 11:52:47 +02:00
David Duong and GitHub
a7090ef983
release(sdk): Python 0.1.64 & JS (0.0.71) ( #4471 )
sdk==0.1.64
2025-04-30 10:40:29 +02:00
Tat Dat Duong
20b9b8b1d7
release(sdk): Python 0.1.64 & JS (0.0.71)
2025-04-30 10:33:52 +02:00
William Fu-Hinthorn
91de85a8e6
fix test
2025-04-29 15:55:54 -07:00
David Duong and GitHub
1ec6efab52
fix(sdk-js): avoid sending run metadata in UI messages ( #4467 )
2025-04-30 00:41:12 +02:00
Tat Dat Duong
d0a70a15a8
fix(sdk-js): avoid sending run metadata in UI messages
2025-04-30 00:34:22 +02:00
Sydney Runkle
ef1e1659c6
conditional for config
2025-04-29 18:22:18 -04:00
Sydney Runkle
c712e09fbc
conditional for config
2025-04-29 18:17:33 -04:00
Vadym Barda and GitHub
e25dde1df0
docs(reference): filter class methods and add missing docstrings ( #4463 )
2025-04-29 21:31:57 +00:00
Eugene Yurtsev and GitHub
0bfb818e87
docs: process cell magics ( #4462 )
...
Handle a small thing that can be fairly confusing to new python users.
Before:

After:

2025-04-29 17:13:46 -04:00
d86d0a9311
fix(langgraph): missing conditional edge on get_graph() ( #4458 )
...
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2025-04-29 19:49:48 +00:00
Eugene Yurtsev and GitHub
dbceb3c2e6
docs: remove non directive to stop indexing output code blocks (it doesn't work) ( #4461 )
...
This directive seems to have no effect on code blocks: `{
mkdocs-exclude-search }`. Removing it for now.
2025-04-29 15:46:29 -04:00
Sydney Runkle
80dca9b9a5
removing remaining v1 logic
2025-04-29 15:11:37 -04:00
Vadym Barda and GitHub
ea55c2d468
docs: simplify docstring / API reference for create_react_agent ( #4457 )
2025-04-29 18:52:43 +00:00
Eugene Yurtsev and GitHub
8dd95a450b
docs: strip ansi and exclude outputs from search ( #4460 )
...
# Changes
* Strip ANSI codes from outputs
* Exclude outputs from search (relies on an insiders feature, so can't
test locally)
## ANSI Changes
Before

After

2025-04-29 14:50:07 -04:00