Skip to content

Commit 82655f8

Browse files
authored
Merge pull request #18 from UiPath/fix/add_pics
fix: update readme.md
2 parents be1250a + c8da0b5 commit 82655f8

File tree

2 files changed

+207
-6
lines changed

2 files changed

+207
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# UiPath Developer Console
22

33
[![PyPI downloads](https://img.shields.io/pypi/dm/uipath-dev.svg)](https://pypi.org/project/uipath-dev/)
4+
[![PyPI - Version](https://img.shields.io/pypi/v/uipath-dev)](https://pypi.org/project/uipath-dev/)
45
[![Python versions](https://img.shields.io/pypi/pyversions/uipath-dev.svg)](https://pypi.org/project/uipath-dev/)
56

67

@@ -9,26 +10,32 @@ Interactive terminal application for building, testing, and debugging UiPath Pyt
910
## Overview
1011

1112
The Developer Console provides a local environment for developers who are building or experimenting with Python-based UiPath runtimes.
12-
It integrates with the [`uipath-runtime`](https://pypi.org/project/uipath-runtime/) SDK to execute agents and visualize their behavior in real time using the [`textual`](https://github.com/Textualize/textual) framework.
13+
It integrates with the [`uipath-runtime`](https://github.com/uipath/uipath-runtime-python) SDK to execute agents and visualize their behavior in real time using the [`textual`](https://github.com/textualize/textual) framework.
1314

1415
This tool is designed for:
1516
- Developers building **UiPath agents** or **custom runtime integrations**
1617
- Python engineers testing **standalone automation scripts** before deployment
1718
- Contributors exploring **runtime orchestration** and **execution traces**
1819

19-
![Runtime Trace Demo](docs/demo_traces.svg)
20+
## Installation
21+
22+
```bash
23+
uv add uipath-dev
24+
```
2025

2126
## Features
2227

2328
- Run and inspect Python runtimes interactively
2429
- View structured logs, output, and OpenTelemetry traces
2530
- Export and review execution history
2631

27-
## Installation
32+
---
33+
34+
![Copy Error Demo](docs/new_mode.svg)
35+
![Debug Mode Demo](docs/debug_mode.svg)
36+
![Copy Error Demo](docs/copy_error.svg)
37+
2838

29-
```bash
30-
uv add uipath-dev
31-
```
3239

3340
## Development
3441

0 commit comments

Comments
 (0)