Skip to content

[WIP] feat: add evaluations - #32

Draft
radugheo wants to merge 1 commit into
mainfrom
feat/add-evals
Draft

[WIP] feat: add evaluations#32
radugheo wants to merge 1 commit into
mainfrom
feat/add-evals

Conversation

@radugheo

@radugheoradugheo commented Jan 9, 2026

Copy link
Copy Markdown

This pull request introduces the feature of running agent evaluations to the Interactive Dev Console, enabling creation and management of eval sets, evaluators and evaluation runs.

Development Package

  • Add this package as a dependency in your pyproject.toml:
[project]
dependencies = [
# Exact version:"uipath-dev==0.0.15.dev1000320092",
# Any version from PR"uipath-dev>=0.0.15.dev1000320000,<0.0.15.dev1000330000"
]
[[tool.uv.index]]
name = "testpypi"url = "https://test.pypi.org/simple/"publish-url = "https://test.pypi.org/legacy/"explicit = true
[tool.uv.sources]
uipath-dev = { index = "testpypi" }

@radugheoradugheo changed the title feat: add evaluations[WIP] feat: add evaluationsJan 9, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@radugheo