Interactive terminal application for building, testing, and debugging UiPath Python runtimes, agents, and automation scripts.
The Developer Console provides a local environment for developers who are building or experimenting with Python-based UiPath runtimes.
It integrates with the uipath-runtime SDK to execute agents and visualize their behavior in real time using the textual framework.
This tool is designed for:
- Developers building UiPath agents or custom runtime integrations
- Python engineers testing standalone automation scripts before deployment
- Contributors exploring runtime orchestration and execution traces
uv add uipath-dev- Run and inspect Python runtimes interactively
- View structured logs, output, and OpenTelemetry traces
- Export and review execution history
Launch the Developer Console with mocked data:
uv run uipath-devTo run tests:
pytest