Tat Dat Duong
5eefc1d55d
fix(cli): invert assumed python_version / js_version check
2025-04-11 16:38:26 +02:00
Tat Dat Duong
436902e5a3
Consolidate node_version and python_version fix
2025-04-11 01:04:26 +02:00
Tat Dat Duong
0ac6a96c6e
Fix up
2025-04-11 00:41:16 +02:00
Tat Dat Duong
d9856d92af
Another 3.9 fix
2025-04-11 00:09:34 +02:00
Tat Dat Duong
b3487cbc49
Fix Python 3.9
2025-04-11 00:06:31 +02:00
Tat Dat Duong
d06075cbcf
Fix new style config
2025-04-11 00:04:44 +02:00
Tat Dat Duong
e0be9ae2ef
feat(cli): add multiplatform support
...
Uses new `install-node.sh` script already used for Python Gen UI, add default `node_version` / `python_version` based on provided `graphs`
2025-04-10 23:52:49 +02:00
William FH and GitHub
a03cb0b16d
CLI: Ensure correct api version is used ( #4237 )
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-10 15:56:07 +00:00
William Fu-Hinthorn
1b9093459c
Remove pip from image
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-08 15:52:58 -07:00
Eugene Yurtsev and GitHub
adac016e33
cli: support dict format for graph specification in langgraph.json ( #4164 )
...
Allow the CLI to work with dict format for the graph specification.
```json
{
"dependencies": ["./my_agent"],
"graphs": {
"agent": {
"path": "./my_agent/agent.py:graph",
"description": "this is my agent description"
}
},
"env": ".env"
}
```
And backwards compatible with:
```json
{
"dependencies": ["./my_agent"],
"graphs": {
"agent": "./my_agent/agent.py:graph",
},
"env": ".env"
}
```
2025-04-04 10:16:20 -04:00
Tat Dat Duong
958c0df2d7
Install Node.js runtime and run the build process to get the UI
2025-04-03 13:48:14 +02:00
Tat Dat Duong
6919de8b3e
feat(cli): pass ui and ui config to inmem server
2025-04-03 13:48:14 +02:00
William FH and GitHub
dcda8c24d6
Add checkpointer configuration support in langgraph.json ( #4122 )
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-01 21:16:12 -07:00
William Fu-Hinthorn
9bd78ed483
Allow blocking in dev
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-01 05:45:47 -07:00
Tat Dat Duong
f629f68ec3
feat(cli): add support for gen ui config
2025-03-28 23:05:04 +01:00
Tat Dat Duong
3c797529bb
Avoid frozen lockfile
2025-03-25 23:32:40 +01:00
Tat Dat Duong
0d185d43ed
feat(cli): add packageManager and devEngines detection
2025-03-25 23:26:04 +01:00
William Fu-Hinthorn
9c36a7de85
Add studio URL flag
2025-03-21 11:20:29 -07:00
William Fu-Hinthorn
23bb5369b9
Studio cli command
2025-03-20 17:51:08 -07:00
William Fu-Hinthorn
9741d9bdf0
Add tests for sweeper (sync)
2025-03-14 13:43:53 -07:00
William Fu-Hinthorn
4de8443c5c
Add default TTL in store & CLI
2025-03-11 20:15:38 -07:00
Tat Dat Duong
f1024f7341
feat(cli): allow sending UI args
2025-03-06 17:55:42 +01:00
William FH and GitHub
de85e7c246
Add json schema to CLI ( #3684 )
...
So you have cute IDE autocomplete / language server checking.
2025-03-04 23:48:27 +00: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.
2025-02-19 08:52:00 -08: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
4623f7b5da
Fix
2025-02-17 17:09:31 -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
Eugene Yurtsev and GitHub
e9b0bc4d3b
cli: patch to convert graphs paths to posix ( #3318 )
...
* Convert graph paths to POSIX for docker.
* Will set up windows build in a separate PR (some issue w/ pulling down
the image) https://github.com/langchain-ai/langgraph/pull/3271
* Fix for https://github.com/langchain-ai/langgraph/issues/2061
2025-02-06 17:29:57 -05:00
William FH and GitHub
7e267897c9
Update auth file paths in build/up ( #3231 )
2025-01-29 05:09:10 -08:00
Tat Dat Duong
6ce9354ee4
fix: missing pgvector in CLI
...
Fixes https://github.com/langchain-ai/langgraph/issues/3164
2025-01-23 15:27:39 +01:00
Bhavya Dhiman and GitHub
c48d495031
fix(requirements.txt): Set requirements path to posix expression so that it can work in windows OS as well. ( #3101 )
...
When I cloned langgraph example, I was not able to run the code because
of the requirements.txt file. The path was set to posix expression which
was not working in windows OS.
I have updated the path to posix expression so that it can work in
windows OS as well.
Try running `langgraph-example` in windows using the langgraph-cli in
windows OS. It was working for linux not in windows.
2025-01-21 14:30:13 -05:00
Tat Dat Duong
25239891bc
feat(cli): add detection for bun.lockb
2025-01-21 00:17:12 +01:00
Tat Dat Duong and Nuno Campos
e18f2b3795
fix(cli): warn users to use the JS cli for JS graphs
2025-01-17 16:07:31 -08:00
William Fu-Hinthorn
2f47d98b34
Update error message for missing dev command
2025-01-14 11:28:51 -08:00
William FH and GitHub
a03f1f7469
Bullseye ( #3008 )
2025-01-13 10:01:36 -08:00
William FH and GitHub
d79b1a61e8
Merge branch 'main' into fix-cli-path
2024-12-18 12:34:39 -08:00
William Fu-Hinthorn
8a02ddd868
[CLI] Handle dependencies js up --watch
2024-12-16 16:19:23 -08:00
Denis Capkovic
721945b5ce
Fix config cli type from Path -> str
...
Config parameter in `dev` was typed as pathlib.Path, but it is actually
a string. We need to manually create a Path from the string when parsing
the config.
2024-12-16 10:52:02 +01:00
William Fu-Hinthorn
77b42e0867
[CLI] Add openapi param to config
2024-12-14 07:25:14 -08:00
William Fu-Hinthorn
70f2efc9a1
Update dev
2024-12-13 17:01:01 -08:00
William Fu-Hinthorn
dbf5b4920e
[CLI] Add auth env var
2024-12-13 16:36:35 -08:00
William FH and GitHub
c322f7ffa6
Add Memory Store conceptual doc section ( #2624 )
...
On semantic search
2024-12-04 15:19:49 +00:00
William FH and GitHub
65172c2a43
[CLI] Nonblocking debugpy mode ( #2573 )
2024-11-28 12:24:00 -08:00
William FH and GitHub
1130c3accb
[CLI] Add Store config to CLI ( #2548 )
2024-11-28 01:58:18 -08:00
William FH and GitHub
328ef609af
[CLI] Python path ( #2531 )
2024-11-25 11:59:49 -08:00
Nuno Campos
3eedeac0d4
Not red
2024-11-21 15:31:52 -08:00
William FH and GitHub
7082e2613e
[CLI] Dotenv support ( #2501 )
2024-11-21 16:28:53 +00:00
William FH and GitHub
a933776436
[CLI] Validate node version ( #2489 )
2024-11-20 17:24:34 -08:00
William Fu-Hinthorn
3c0de26914
Accept 3.13 in build
2024-11-20 16:26:17 -08:00