-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Adds interactive mode for evaluations with keyboard-driven navigation and management.
Features
- Arrow key navigation through eval sets and evaluators
- Create eval sets interactively with wizard
- Create evaluators interactively
- Drill-down views for detailed inspection
- Backspace navigation to return to previous menus
- Auto-discovery from
evaluationSets/
andevaluators/
folders - Clean folder structure with backward compatibility
Commands
uipath eval --interactive
: Launch interactive mode- Supports all existing eval commands in new folder structure
Technical Changes
- New file:
src/uipath/_cli/_eval_interactive.py
- Updated:
src/uipath/_cli/_utils/_eval_set.py
for folder structure - Folder structure:
evaluationSets/
andevaluators/
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request