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
2855caa3eb
Fix config cli type from Path -> str ( #2771 )
...
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.
FIxes #2647
2024-12-18 15:25:15 -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
e227f6ce83
Bump version
2024-12-18 12:30:06 -08:00
William Fu-Hinthorn
8a1a11fde5
[CLI] Update min bound for langgraph-api
2024-12-18 12:29:17 -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
f04ce5d1ee
[CLI] Add python-dotenv for inmem group ( #2540 )
2024-11-26 07:56:57 -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
72dac006f4
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in /libs/cli/js-examples ( #2456 )
...
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn ) from
7.0.3 to 7.0.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md ">cross-spawn's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.5...v7.0.6 ">7.0.6</a>
(2024-11-18)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>update cross-spawn version to 7.0.5 in package-lock.json (<a
href="https://github.com/moxystudio/node-cross-spawn/commit/f700743918d901eff92960e15a8dd68f87bd4176 ">f700743</a>)</li>
</ul>
<h3><a
href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.4...v7.0.5 ">7.0.5</a>
(2024-11-07)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>fix escaping bug introduced by backtracking (<a
href="https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f ">640d391</a>)</li>
</ul>
<h3><a
href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.4 ">7.0.4</a>
(2024-11-07)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>disable regexp backtracking (<a
href="https://redirect.github.com/moxystudio/node-cross-spawn/issues/160 ">#160</a>)
(<a
href="https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff ">5ff3a07</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/moxystudio/node-cross-spawn/commit/77cd97f3ca7b62c904a63a698fc4a79bf41977d0 "><code>77cd97f</code></a>
chore(release): 7.0.6</li>
<li><a
href="https://github.com/moxystudio/node-cross-spawn/commit/6717de49ff1e5de49622488dcb9c33fb25370c85 "><code>6717de4</code></a>
chore: upgrade standard-version</li>
<li><a
href="https://github.com/moxystudio/node-cross-spawn/commit/f700743918d901eff92960e15a8dd68f87bd4176 "><code>f700743</code></a>
fix: update cross-spawn version to 7.0.5 in package-lock.json</li>
<li><a
href="https://github.com/moxystudio/node-cross-spawn/commit/9a7e3b2165917367f74b8365faad9873b30d7263 "><code>9a7e3b2</code></a>
chore: fix build status badge</li>
<li><a
href="https://github.com/moxystudio/node-cross-spawn/commit/085268352dcbcad8064c64c5efb25268b4023184 "><code>0852683</code></a>
chore(release): 7.0.5</li>
<li><a
href="https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f "><code>640d391</code></a>
fix: fix escaping bug introduced by backtracking</li>
<li><a
href="https://github.com/moxystudio/node-cross-spawn/commit/bff0c87c8b627c4e6d04ec2449e733048bebb464 "><code>bff0c87</code></a>
chore: remove codecov</li>
<li><a
href="https://github.com/moxystudio/node-cross-spawn/commit/a7c6abc6fee79641d45b452fe6217deaa1bd0973 "><code>a7c6abc</code></a>
chore: replace travis with github workflows</li>
<li><a
href="https://github.com/moxystudio/node-cross-spawn/commit/9b9246e0969e86656d7ccd527716bc3c18842a19 "><code>9b9246e</code></a>
chore(release): 7.0.4</li>
<li><a
href="https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff "><code>5ff3a07</code></a>
fix: disable regexp backtracking (<a
href="https://redirect.github.com/moxystudio/node-cross-spawn/issues/160 ">#160</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/langchain-ai/langgraph/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 07:56:33 -08:00
William FH and GitHub
54d848913f
[CLI] Update Inmem Version ( #2500 )
2024-11-21 15:49:59 +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
William FH and GitHub
ff1370a9a5
Release CLI ( #2465 )
2024-11-19 08:41:18 +00:00
b2522ffe19
CLI Dev command ( #2463 )
...
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2024-11-19 05:12:03 +00:00
William FH and GitHub
e9162e2516
Update CLI pyproject.toml ( #2428 )
2024-11-15 11:00:32 -08:00
Eugene Yurtsev and GitHub
7f26325c87
cli: minor wording change in new command ( #2422 )
2024-11-15 03:13:53 +00:00
Eugene Yurtsev and GitHub
6906e12edb
cli: add ability to output docker compose file ( #2379 )
...
* Add ability to output docker compose file `langgraph dockerfile
Dockerfile --add-docker-compose`
* Add emoji in places
2024-11-13 12:42:58 -05:00
Eugene Yurtsev and GitHub
cb10437c3f
cli: Add default to interactive flow in new command ( #2398 )
2024-11-12 16:38:15 -05:00
Eugene Yurtsev and GitHub
2bcf1c0a20
cli[minor]: Add langgraph new command ( #2369 )
...
Adds a "new" command to create langgraph application from a template.
2024-11-12 14:30:51 -05:00
Eugene Yurtsev and GitHub
f60b9f3b43
cli: add --version option ( #2373 )
...
- add version option
- add unit test
2024-11-08 02:49:30 +00:00
David Duong and GitHub
58d7eb9b17
Merge pull request #2322 from langchain-ai/dqbd/cli-prebuild-js
...
feat(cli): add JS prebuild script
2024-11-04 18:13:25 +01:00
Tat Dat Duong
44ff5f1a5a
Update tests
2024-11-04 14:00:02 +01:00
David Duong and GitHub
46f25cf926
Merge pull request #2307 from langchain-ai/dqbd/cli-js-other-pkg-managers
...
feat(cli): add support for other JS package managers based off package lock
2024-11-04 13:59:28 +01:00
Tat Dat Duong
e1467c27cb
Remove newline
2024-11-04 13:52:40 +01:00
Tat Dat Duong
5deedfe548
Bump to 0.1.53
2024-11-04 13:51:46 +01:00
Tat Dat Duong
30937d0406
feat(cli): add JS prebuild script
2024-11-04 13:50:41 +01:00
Tat Dat Duong
7854a19dac
Update test
2024-11-02 02:05:42 +01:00
Tat Dat Duong
bf3098a075
feat(cli): add support for other JS package managers based off package lock
2024-11-02 00:44:08 +01:00
William FH and GitHub
509291fc1a
Bump CLI ( #2302 )
2024-11-01 19:53:48 +00:00
Tat Dat Duong
f4801ae9ae
chore(cli): rename Debugger to LangGraph Studio
2024-11-01 18:47:35 +01:00
74c8589045
Add support for Docker arg passthrough in langgraph CLI ( #2206 )
...
Added a js-example to show it builds
Adapted integration tests after removing the test CLI command
---------
Co-authored-by: Nuno Campos <nuno@langchain.dev >
2024-10-29 22:33:40 -07:00
Vadym Barda and GitHub
7bf99a5d2f
langgraph: changes for compatibility pydantic v2 / langchain-core==0.3 ( #1594 )
2024-09-05 15:26:35 -04:00
Vadym Barda and GitHub
cf4de9a1a5
cli: remove jupyter from examples pyproject ( #1554 )
2024-08-30 21:45:35 +00:00
Vadym Barda and GitHub
7d3527db38
cli: release 0.1.52 ( #1516 )
2024-08-28 12:12:46 -04:00
Tat Dat Duong
3bbe09dac4
Fix missing comma
2024-08-28 17:56:26 +02:00
Tat Dat Duong
f4dea9c5f7
feat(cli): add building support for JS
2024-08-28 02:07:21 +02:00
Isaac Francisco and GitHub
a8758661bc
acesss tool calls directly ( #1495 )
2024-08-27 14:47:20 -04:00
Nuno Campos
330c91f622
Update ruff
2024-08-27 10:50:39 -07:00
Nuno Campos
15c3105748
cli0.1.51
2024-08-22 15:37:02 -07:00
Nuno Campos
37848a5361
cli: Add redis container to langgraph up
2024-08-21 14:37:36 -07:00