Skip to content

fix: handle debug breakpoints#88

Merged
cristipufu merged 1 commit intomainfrom
fix/add_debug_breakpoints
Dec 1, 2025
Merged

fix: handle debug breakpoints#88
cristipufu merged 1 commit intomainfrom
fix/add_debug_breakpoints

Conversation

@cristipufu
Copy link
Copy Markdown
Member

@cristipufu cristipufu commented Nov 30, 2025

Description

Add breakpoint support for workflows:

image

Development Package

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

  # Any version from PR
  "uipath-llamaindex>=0.1.2.dev1000880000,<0.1.2.dev1000890000"
]

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

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

@cristipufu cristipufu self-assigned this Nov 30, 2025
@cristipufu cristipufu added the build:dev Create a dev build from the pr label Nov 30, 2025
@cristipufu cristipufu force-pushed the fix/add_debug_breakpoints branch 13 times, most recently from 251010d to a6336d4 Compare December 1, 2025 07:46
@cristipufu cristipufu force-pushed the fix/add_debug_breakpoints branch from a6336d4 to b1e45b5 Compare December 1, 2025 07:52
@cristipufu cristipufu merged commit 52ba44e into main Dec 1, 2025
24 checks passed
@cristipufu cristipufu deleted the fix/add_debug_breakpoints branch December 5, 2025 11:42
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant