David Duong and GitHub
a3bc029344
feat(sdk-js/react): make configurable typed via generics ( #3511 )
2025-02-19 18:19:51 +01:00
William FH and GitHub
4875973ac5
[CLI] Support http config ( #3505 )
...
Right now requires that the file be in one of the local
packages/dependencies.
cli==0.1.72
2025-02-19 08:52:00 -08:00
Tat Dat Duong
15e67fdd57
feat(sdk-js/react): make configurable typed
2025-02-19 17:27:26 +01:00
Eugene Yurtsev and GitHub
1393270664
concepts: add durable execution to nav ( #3508 )
2025-02-19 16:04:55 +00:00
Nuno Campos and GitHub
6e0295b4de
feat(ci): only run lint/test if files have changed ( #3507 )
2025-02-19 08:04:42 -08:00
Tat Dat Duong
4aadfccf95
feat(ci): only run lint/test if files have changed
2025-02-19 16:38:35 +01:00
David Duong and GitHub
70b2da1301
fix(docs): add install command for sdk-js/react ( #3506 )
2025-02-19 16:33:47 +01:00
Ykoh and GitHub
209864da45
docs: Remove unused imports ( #3500 )
...
This PR removes the unused imports Literal and TypedDict from the typing
module.
These imports were not referenced in the code.
```python
from typing import Literal, TypedDict
```
2025-02-19 15:33:13 +00:00
Tat Dat Duong
8b6ef35f0c
fix(docs): add install command for sdk-js/react
2025-02-19 16:24:34 +01:00
Eugene Yurtsev and GitHub
a01537d1a5
docs: concepts durable execution ( #3355 )
...
Conceptual page for durable execution
2025-02-19 10:15:26 -05:00
Vadym Barda and GitHub
05b4a30c04
langgraph: optionally add structured_response key to agent state in create_react_agent ( #3493 )
2025-02-19 15:06:46 +00:00
David Duong and GitHub
93e10fbe15
fix(sdk-js): mark ui-related peer deps as optional ( #3503 )
2025-02-19 15:53:45 +01:00
Tat Dat Duong
f6989f2c7d
Bump to 0.0.43
2025-02-19 15:44:03 +01:00
Tat Dat Duong
c4f8346479
fix(sdk-js): mark ui-related peer deps as optional
2025-02-19 15:43:36 +01:00
William FH and GitHub
82c9d4b368
Update docstrings for command & send ( #3492 )
2025-02-19 05:28:45 -08:00
David Duong and GitHub
647f22fdd9
fix(sdk-js): add docs to gitignore path ( #3498 )
2025-02-19 09:11:19 +01:00
Tat Dat Duong
0aba1b4887
fix(sdk-js): add docs to gitignore path
2025-02-19 09:01:43 +01:00
Eugene Yurtsev and GitHub
4c0c52d996
docs: revert changes to api reference generation ( #3494 )
...
* Temporarily revert. Need to add unit tests tomorrow and can then
restore
2025-02-19 02:01:03 +00:00
Andrew Nguonly and GitHub
580fe68c8e
docs: Update note about LangGraph Deployments view in self-hosted deployment options ( #3491 )
2025-02-18 17:55:57 -08:00
Ykoh and GitHub
2f26268ff4
Fix issues in chatbot simulation evaluation tutorial ( #3462 )
...
## Description
While following the LangChain tutorial on [chatbot simulation
evaluation](https://langchain-ai.github.io/langgraph/tutorials/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation/ ),
I encountered some issues and made the following fixes to ensure proper
functionality:
1. Updated deprecated `run_on_dataset` to `evaluate` to resolve
PydanticUserError
- Following the migration guide:
https://docs.smith.langchain.com/old/evaluation/migration
2. Added missing `langchain_community` import
3. Added required `simulation_utils.py` file to docs directory
- Source:
https://github.com/langchain-ai/langgraph/blob/main/examples/chatbot-simulation-evaluation/simulation_utils.py
## Testing
Successfully ran the `langsmith-agent-simulation-evaluation.ipynb`
notebook without any errors.
2025-02-19 00:26:50 +00:00
Eugene Yurtsev and GitHub
84f8a43f6e
docs: update measurement id ( #3487 )
2025-02-19 00:11:34 +00:00
Vadym Barda and GitHub
7ce0e3e15e
langgraph: release 0.2.74 ( #3489 )
0.2.74
2025-02-18 18:56:04 -05:00
Vadym Barda and GitHub
1e6d958434
langgraph: fallback on no-op writer in get_stream_writer ( #3488 )
2025-02-18 23:53:11 +00:00
Vadym Barda and GitHub
68ba8aa393
docs: add mcp adapters ( #3485 )
2025-02-18 17:47:55 -05:00
Eugene Yurtsev and GitHub
e6a0f08561
docs: update prebuilt stub ( #3486 )
2025-02-18 17:09:33 -05:00
Eugene Yurtsev and GitHub
f38784a291
ci: remove markddown-exec from docs pipeline ( #3482 )
...
This PR removes the following changes:
* notebooks that were converted to markdown
* mkdocs.yml file to reference the ipython notebooks rather than the
markdown files
* Makefile install vercel reverted
* hooks for markdown-exec
* notebook conversion jinja2 templates (for converting notebooks to
markdown exec format)
2025-02-18 16:16:40 -05:00
Nuno Campos and GitHub
fc834127fd
checkpoint: Fix memory leak in checkpoint serializer ( #3481 )
...
- Packer instances can't be kept in memory as they retain memory after
used
checkpoint==2.0.16
2025-02-18 11:56:15 -08:00
Nuno Campos
f3a0cbf294
Format
2025-02-18 11:46:48 -08:00
Nuno Campos
f4fec76257
checkpoint: Fix memory leak in checkpoint serializer
...
- Packer instances can't be kept in memory as they retain memory after used
2025-02-18 11:44:26 -08:00
Eugene Yurtsev and GitHub
457641f15e
docs: remove beta from functional api ( #3475 )
2025-02-18 13:33:47 -05:00
Eugene Yurtsev and GitHub
9f15e15e26
reference: remove incorrect example from pregel class ( #3476 )
...
Remove incorrect example from Pregel class. Will follow later this week
with better docs
2025-02-18 13:33:15 -05:00
Yan Zhao and GitHub
cb9989030e
Very minor typo in docstring of State -> add_node ( #3461 )
...
Hi, I am a student and was going through the tutorial. While trying to
understand the different components by reading the docstring found this
super minor typo 😄 . I hope to contribute more meaningful changes in
future 😸
2025-02-18 13:05:26 -05:00
a008725c06
Ensure remote respects recursion_limit param if it's passed ( #3470 )
...
Currently when using RemoteGraph the recursion_limit cannot be set, due
to the sanitize_config.
---------
Co-authored-by: Simon Moxon <simon@together.ly >
Co-authored-by: Vadym Barda <vadim.barda@gmail.com >
2025-02-18 17:49:31 +00:00
a93f17e624
langgraph(prebuilt): allow a PromptTemplate in react agent ( #3463 )
...
Currently a ChatPromptTemplate cannot be used as a `prompt` for
`create_react_agent` without complaints from type checkers, although it
is supported by `model` as input.
Add the missing types to remove the warning.
---------
Co-authored-by: vbarda <vadym@langchain.dev >
2025-02-18 17:39:46 +00:00
William FH and GitHub
c7eddcc6e3
Add langmem link ( #3473 )
2025-02-18 08:15:09 -08:00
David Duong and GitHub
4cdad6c206
fix(cli): use '{{json .}}' format instead of 'json' ( #3479 )
...
Related to https://github.com/langchain-ai/langgraph/issues/1319
2025-02-18 16:01:38 +01:00
Tat Dat Duong
b9fb155d59
Bump to 0.1.52
2025-02-18 15:51:57 +01:00
Tat Dat Duong
8b817a5b16
Fix lint
2025-02-18 15:51:05 +01:00
Tat Dat Duong
3a67f3a3eb
fix(cli): use '{{json .}}' format instead of 'json'
...
Related to https://github.com/langchain-ai/langgraph/issues/1319
2025-02-18 14:58:24 +01:00
Nuno Campos and GitHub
1283539500
Add CONFIG_KEY_RUNNER_SUBMIT ( #3474 )
2025-02-17 17:42:35 -08:00
Nuno Campos
69ad42cac5
Add CONFIG_KEY_RUNNER_SUBMIT
2025-02-17 17:33:38 -08:00
Nuno Campos and GitHub
264b02e3ad
cli: Add support for dependencies in parent directories ( #3472 )
...
- Now supporting local dependencies in directories that are not
contained in the docker context (ie. outside the folder containing
langgraph.json)
- This is achieved by passing each parent directorty as an additional
context to docker build
- This makes it a lot easier to build projects contained in monorepos
where you need to include some sibling/parent folder as a dependency
- Also include additional comments in the generated dockerfile to
delimit each section
2025-02-17 17:21:41 -08:00
Nuno Campos
b5c659bc9f
Resolve
2025-02-17 17:12:06 -08:00
Nuno Campos
4623f7b5da
Fix
2025-02-17 17:09:31 -08:00
William Fu-Hinthorn
1641402341
Add sibling dep test
2025-02-17 14:59:13 -08:00
Nuno Campos
d03ead2f43
Fix path in assertion
2025-02-17 11:47:38 -08:00
Nuno Campos
5a8624fdfd
cli: Add support for dependencies in parent directories
...
- Now supporting local dependencies in directories that are not contained in the docker context (ie. outside the folder containing langgraph.json)
- This is achieved by passing each parent directorty as an additional context to docker build
- This makes it a lot easier to build projects contained in monorepos where you need to include some sibling/parent folder as a dependency
- Also include additional comments in the generated dockerfile to delimit each section
2025-02-17 11:43:55 -08:00
David Duong and GitHub
c44ec55095
fix(docs): broken assistant-ui link ( #3467 )
2025-02-17 04:50:11 +01:00
Tat Dat Duong
25d682cc9e
fix(docs): broken assistant-ui link
2025-02-17 04:38:22 +01:00
Vadym Barda and GitHub
6f37330141
langgraph: release 0.2.73 ( #3456 )
0.2.73
2025-02-15 16:13:30 -05:00