Skip to content

Conversation

@radu-mocanu
Copy link
Contributor

@radu-mocanu radu-mocanu commented Jan 19, 2026

  • add system agents interrupt
  • allow interrupting the agent using InvokeSystemAgent/ WaitSystemAgents models
  • add agenthub platform service

Development Package

  • Use uipath pack --nolock to get the latest dev build from this PR (requires version range).
  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
  # Exact version:
  "uipath==2.5.13.dev1011514031",

  # Any version from PR
  "uipath>=2.5.13.dev1011510000,<2.5.13.dev1011520000"
]

[[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" }

[tool.uv]
override-dependencies = [
    "uipath>=2.5.13.dev1011510000,<2.5.13.dev1011520000",
]

@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 Jan 19, 2026
@radu-mocanu radu-mocanu added the build:dev Create a dev build from the pr label Jan 19, 2026
@radu-mocanu radu-mocanu force-pushed the feat/system-agents-hitl branch 2 times, most recently from 8b16f39 to b47389c Compare January 19, 2026 13:57
@radu-mocanu radu-mocanu force-pushed the feat/system-agents-hitl branch from b47389c to bafd6ca Compare January 19, 2026 14:05
@radu-mocanu radu-mocanu force-pushed the feat/system-agents-hitl branch 3 times, most recently from 5f81f73 to c51fa02 Compare January 19, 2026 16:44
@radu-mocanu radu-mocanu force-pushed the feat/system-agents-hitl branch 3 times, most recently from 5a836f0 to 3f80f72 Compare January 19, 2026 16:49
@radu-mocanu radu-mocanu force-pushed the feat/system-agents-hitl branch from 3f80f72 to 4754564 Compare January 19, 2026 16:52
@radu-mocanu radu-mocanu merged commit bc6322b into main Jan 19, 2026
86 of 89 checks passed
@radu-mocanu radu-mocanu deleted the feat/system-agents-hitl branch January 19, 2026 16:56
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.

2 participants