Skip to content

fix(cli): add engine_runtime_mode and langgraph-api version for distributed runtime mode for distributed runtime support#7097

Open
Quanzheng Long (longquanzheng) wants to merge 6 commits intomainfrom
long/dr-0309-version
Open

fix(cli): add engine_runtime_mode and langgraph-api version for distributed runtime mode for distributed runtime support#7097
Quanzheng Long (longquanzheng) wants to merge 6 commits intomainfrom
long/dr-0309-version

Conversation

@longquanzheng
Copy link
Contributor

@longquanzheng Quanzheng Long (longquanzheng) commented Mar 10, 2026

Depend on https://github.com/langchain-ai/langchainplus/pull/19418

  • Add tests and docs: If you're adding a new integration, you must include:

    1. A test for the integration, preferably unit tests that do not rely on network access,
    2. An example notebook showing its use. It lives in docs/docs/integrations directory.
  • Lint and test: Run make format, make lint and make test from the root of the package(s) you've modified. We will not consider a PR unless these three are passing in CI. See contribution guidelines for more.

Additional guidelines:

  • Make sure optional dependencies are imported within a function.
  • Please do not add dependencies to pyproject.toml files (even optional ones) unless they are required for unit tests.
  • Most PRs should not touch more than one package.
  • Changes should be backwards compatible.

Copy link

@MontaEllis8 Monta Ellis (MontaEllis8) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Code Review 通过

CLI 改进,代码审查通过。

- [ ] **Add tests and docs**: If you're adding a new integration, you
must include:
1. A test for the integration, preferably unit tests that do not rely on
network access,
2. An example notebook showing its use. It lives in
`docs/docs/integrations` directory.

- [ ] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. We will not consider a
PR unless these three are passing in CI. See [contribution
guidelines](https://docs.langchain.com/oss/python/contributing/overview)
for more.

Additional guidelines:

- Make sure optional dependencies are imported within a function.
- Please do not add dependencies to `pyproject.toml` files (even
optional ones) unless they are **required** for unit tests.
- Most PRs should not touch more than one package.
- Changes should be backwards compatible.
@longquanzheng Quanzheng Long (longquanzheng) changed the title fix(cli): resolve and require langgraph-api version for distributed runtime mode fix(cli): resolve and require langgraph-api version for distributed runtime mode and support DR for deploy command Mar 10, 2026
@longquanzheng Quanzheng Long (longquanzheng) changed the title fix(cli): resolve and require langgraph-api version for distributed runtime mode and support DR for deploy command fix(cli): add engine_runtime_mode and langgraph-api version for distributed runtime mode for distributed runtime support Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants