Skip to content

feat(action-center): JIT debug escalation apps support - #1037

Open
Sandeepan-Ghosh-0312 wants to merge 6 commits into
mainfrom
feat/jitEscalationAppsSupportV2
Open

feat(action-center): JIT debug escalation apps support#1037
Sandeepan-Ghosh-0312 wants to merge 6 commits into
mainfrom
feat/jitEscalationAppsSupportV2

Conversation

@Sandeepan-Ghosh-0312

@Sandeepan-Ghosh-0312 Sandeepan-Ghosh-0312 commented Aug 13, 2026

Copy link
Copy Markdown

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-langchain==0.16.5.dev1010375590",

  # Any version from PR
  "uipath-langchain>=0.16.5.dev1010370000,<0.16.5.dev1010380000"
]

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

[tool.uv]
override-dependencies = [
    "uipath-langchain>=0.16.5.dev1010370000,<0.16.5.dev1010380000",
]

Copilot AI lite review requested due to automatic review settings August 13, 2026 22:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds support for resolving the correct Action Center app folder for escalation channels (V2), so escalation tasks can be created against apps deployed outside the agent’s execution folder.

Changes:

  • Introduces _resolve_channel_folder_path() to derive the folder path from AgentEscalationChannel.properties.folder_name.
  • Uses the resolved folder path when creating Action Center escalation tasks / WaitEscalation.
  • Forces escalation memory cache/ingest folder scoping to default back to the agent execution folder (instead of the app folder).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread src/uipath_langchain/agent/tools/escalation_tool.py
@Sandeepan-Ghosh-0312
Sandeepan-Ghosh-0312 force-pushed the feat/jitEscalationAppsSupportV2 branch from bed6701 to 98fd82d Compare August 14, 2026 11:37
@sonarqubecloud

Copy link
Copy Markdown

@Sandeepan-Ghosh-0312 Sandeepan-Ghosh-0312 changed the title Feat/jit escalation apps support v2 feat(action-center): JIT debug escalation apps support Aug 18, 2026
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