Skip to content

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Nov 29, 2025

Description

This PR adds polling capability for local debugging by introducing a configurable trigger_poll_interval parameter to the UiPathDebugRuntime. When debugging locally (without a job_id), the runtime now polls for trigger events every 5 seconds. For production jobs with a job_id, polling is disabled (set to 0.0).

Ref: UiPath/uipath-runtime-python#36

Development Package

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

  # Any version from PR
  "uipath>=2.2.7.dev1009620000,<2.2.7.dev1009630000"
]

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

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

@cristipufu cristipufu requested a review from Copilot November 29, 2025 13:18
@cristipufu cristipufu self-assigned this Nov 29, 2025
@cristipufu cristipufu added the build:dev Create a dev build from the pr label Nov 29, 2025
@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Nov 29, 2025

This comment was marked as outdated.

@cristipufu cristipufu force-pushed the fix/debug_local_polling branch 3 times, most recently from 1943a39 to 8a0ed02 Compare November 29, 2025 13:45
@cristipufu cristipufu force-pushed the fix/debug_local_polling branch from 8a0ed02 to 9b52b35 Compare November 29, 2025 13:51
@cristipufu cristipufu merged commit 6287581 into main Nov 29, 2025
34 of 40 checks passed
@cristipufu cristipufu deleted the fix/debug_local_polling branch November 29, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build:dev Create a dev build from the pr test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant