Skip to content

Conversation

@ctiliescuuipath
Copy link
Contributor

@ctiliescuuipath ctiliescuuipath commented Jan 12, 2026

Development Package

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

  # Any version from PR
  "uipath-langchain>=0.3.3.dev1003960000,<0.3.3.dev1003970000"
]

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

"""Generate the agent execution viewer URL based on execution context.
Args:
cloud_base_url: Optional cloud base URL. If not provided, will be extracted from environment.
Copy link
Contributor

Choose a reason for hiding this comment

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

this is outdated, right?

Returns:
The constructed viewer URL for the agent execution.
Note:
Copy link
Contributor

Choose a reason for hiding this comment

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

and this note as well - please update these docs

return "PostExecution"


def _get_agent_execution_viewer_url() -> tuple[str, str]:
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we have 2 different functions for url and tenant name? Currently it's a bit hidden that this func returns the tenant name too

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