Tat Dat Duong
5eefc1d55d
fix(cli): invert assumed python_version / js_version check
2025-04-11 16:38:26 +02:00
Tat Dat Duong
b7bd87a063
release(cli): 0.2.2
2025-04-11 01:34:08 +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
Tat Dat Duong
6e7bfecbbc
chore(docs,cli): remove python-only label for custom auth, add test for custom auth in CLI
2025-04-10 14:34:52 +02:00
William FH and GitHub
2f51a15064
Update CLI ( #4213 )
2025-04-08 19:23:59 -07:00
William Fu-Hinthorn
5b58efc8d7
Update tests
2025-04-08 17:08:24 -07: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
05a4fcc8bb
cli: release 0.1.89 ( #4173 )
...
Release to pick up this: https://github.com/langchain-ai/langgraph/pull/4164
2025-04-04 13:46:47 -04: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
cba240e70e
release(cli): 0.1.84
2025-04-03 15:15:52 +02:00
Tat Dat Duong
78901599e6
Add test for UI config
2025-04-03 13:48:14 +02: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
da8b8c606a
Release CLI ( #4124 )
...
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2025-04-01 21:28:58 -07: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
39d85466f8
Bump to 0.1.80
2025-03-25 23:36:33 +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
Thapar and GitHub
ee8374c4c0
docs: Update bad link in libs/cli README.md ( #3919 )
...
Fixed reference hyperlink
2025-03-19 16:27:37 -04:00
William Fu-Hinthorn
18ed044c27
Bump patch version
2025-03-14 14:03:30 -07:00
William Fu-Hinthorn
394a9fa85f
Update schema
2025-03-14 13:48:23 -07:00
William Fu-Hinthorn
9741d9bdf0
Add tests for sweeper (sync)
2025-03-14 13:43:53 -07:00
William Fu-Hinthorn
f1162ac898
Bump
2025-03-11 20:22:58 -07:00
William Fu-Hinthorn
4de8443c5c
Add default TTL in store & CLI
2025-03-11 20:15:38 -07:00
Tat Dat Duong
0fdc787597
Bump to 0.1.75
2025-03-06 18:04:21 +01:00
Tat Dat Duong
3bd86fc6f5
Update schema
2025-03-06 17:57:51 +01: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
Vadym Barda and GitHub
a1c676707c
cli: update api version ( #3632 )
2025-02-27 13:57:07 -05:00
William FH and GitHub
ad14d92f5e
[cli] Bump api floor ( #3523 )
2025-02-20 00:26:15 +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
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
Vadym Barda and GitHub
a6b8098548
cli: release 0.1.71 ( #3342 )
2025-02-06 17:51:48 -05: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