GitHub - UiPath/uipath-dev-python: UiPath Developer Console - interactive application for building, testing, and debugging Python runtimes, agents, and automation scripts.

UiPath Developer Console

PyPI - Version PyPI downloads Python versions

Interactive terminal application for building, testing, and debugging UiPath Python runtimes, agents, and automation scripts.

Overview

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

Installation

Features

  • Run and inspect Python runtimes interactively
  • View structured logs, output, and OpenTelemetry traces
  • Export and review execution history

Copy Error Demo Debug Mode Demo Copy Error Demo

Development

Launch the Developer Console with mocked data:

To run tests:

❤️ Special Thanks

A huge thank-you to the open-source community and the maintainers of the libraries that make this project possible:

  • OpenTelemetry for observability and tracing.
  • Pyperclip for cross-platform clipboard operations.
  • Textual for the powerful TUI framework that powers the developer console.