Skip to content

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Nov 3, 2025

Description

Use shared memory for eval runs and get rid of LangGraphRuntimeContext

fixes #222

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath-langchain==0.0.149.dev1002500944",

  # Any version from PR
  "uipath-langchain>=0.0.149.dev1002500000,<0.0.149.dev1002510000"
]

[[tool.uv.index]]
name = "testpypi"
url = "https://test.pypi.org/simple/"
publish-url = "https://test.pypi.org/legacy/"
explicit = true

[tool.uv.sources]
uipath-langchain = { index = "testpypi" }

@cristipufu cristipufu self-assigned this Nov 3, 2025
@cristipufu cristipufu force-pushed the fix/shared_memory branch 5 times, most recently from 465e39b to 5fb0962 Compare November 3, 2025 08:05
@cristipufu cristipufu merged commit 4c1383e into main Nov 3, 2025
36 checks passed
@cristipufu cristipufu deleted the fix/shared_memory branch November 3, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cli_eval: Multiple AsyncSqliteSaver instances operating on a single file

2 participants