Skip to content

Conversation

@bai-uipath
Copy link
Collaborator

@bai-uipath bai-uipath commented Oct 20, 2025

This PR reads the input schema from get_entrypoint() to use for input mocking.

Development Package

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

  # Any version from PR
  "uipath>=2.1.111.dev1007390000,<2.1.111.dev1007400000"
]

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

@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 Oct 20, 2025
@akshaylive akshaylive added the build:dev Create a dev build from the pr label Oct 21, 2025
@bai-uipath bai-uipath changed the title [WIP] feat(InputMocking): read input schema from agent definition to pass to mocker [WIP] feat(InputMocking): read input schema from entrypoint to pass to mocker Oct 23, 2025
@bai-uipath bai-uipath force-pushed the bai/read-input-schema branch from ddac414 to 77afc21 Compare October 23, 2025 23:51
@bai-uipath bai-uipath changed the title [WIP] feat(InputMocking): read input schema from entrypoint to pass to mocker feat(InputMocking): read input schema from entrypoint to pass to mocker Oct 23, 2025
@bai-uipath bai-uipath marked this pull request as ready for review October 23, 2025 23:51
@bai-uipath bai-uipath force-pushed the bai/read-input-schema branch 2 times, most recently from c09cfe1 to 7263de2 Compare October 24, 2025 00:08
@bai-uipath bai-uipath force-pushed the bai/read-input-schema branch from 7393e62 to a812bbf Compare October 24, 2025 21:21
Copy link
Collaborator

@akshaylive akshaylive left a comment

Choose a reason for hiding this comment

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

Clean!

@akshaylive
Copy link
Collaborator

Don't forget to bump version number before merge.

@bai-uipath bai-uipath force-pushed the bai/read-input-schema branch from a812bbf to edb5556 Compare October 24, 2025 21:44
@bai-uipath bai-uipath merged commit 0fbfa67 into main Oct 24, 2025
62 checks passed
@bai-uipath bai-uipath deleted the bai/read-input-schema branch October 24, 2025 21:49
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.

3 participants