Fixes #

Read the full contributing guidelines: https://docs.langchain.com/oss/python/contributing/overview

All contributions must be in English. See the language policy.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

Thank you for contributing to LangGraph! Follow these steps to have your pull request considered as ready for review.

  1. PR title: Should follow the format: TYPE(SCOPE): DESCRIPTION

    • feat(langgraph): add multi-tenant support
  1. PR description:
  1. Run make format, make lint and make test from the root of the package(s) you’ve modified.
  1. How did you verify your code works?

Additional guidelines: