Skip to content

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Dec 4, 2025

Description

  • UiPathDebugRuntime no longer polls for API triggers, instead it waits for resume events
  • UiPathDebugBridgeProtocol has two new methods: emit_execution_suspended and emit_execution_resumed
  • Update uipath-core to 0.1.0: fix: fix chat models uipath-core-python#14

Development Package

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

  # Any version from PR
  "uipath-runtime>=0.2.0.dev1000410000,<0.2.0.dev1000420000"
]

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

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

@cristipufu cristipufu self-assigned this Dec 4, 2025
Copilot AI review requested due to automatic review settings December 4, 2025 04:56

This comment was marked as outdated.

@cristipufu cristipufu force-pushed the fix/resumable_output branch from 72bee50 to bd0b091 Compare December 4, 2025 05:37
@cristipufu cristipufu changed the title fix: pass output to resumable runtime result fix: debugger emit interrupt hit Dec 4, 2025
@cristipufu cristipufu requested a review from Copilot December 4, 2025 05:40

This comment was marked as outdated.

@cristipufu cristipufu force-pushed the fix/resumable_output branch 2 times, most recently from f477713 to b1f177a Compare December 4, 2025 06:48
@cristipufu cristipufu requested a review from Copilot December 4, 2025 06:49
@cristipufu cristipufu changed the title fix: debugger emit interrupt hit fix: debugger emit suspend/resumed Dec 4, 2025

This comment was marked as resolved.

@cristipufu cristipufu force-pushed the fix/resumable_output branch from b1f177a to 1576544 Compare December 4, 2025 11:02
@cristipufu cristipufu merged commit 4a4868d into main Dec 4, 2025
11 checks passed
@cristipufu cristipufu deleted the fix/resumable_output branch December 4, 2025 11:09
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.

2 participants