Skip to content

Commit 2ab4e0d

Browse files
committed
fix: add mock template runtime with chat events
1 parent 2b6f93c commit 2ab4e0d

File tree

13 files changed

+9604
-34
lines changed

13 files changed

+9604
-34
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# UiPath Developer Console
22

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

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

109
## Overview
@@ -50,3 +49,11 @@ To run tests:
5049
```bash
5150
pytest
5251
```
52+
53+
### :heart: Special Thanks
54+
55+
A huge thank-you to the open-source community and the maintainers of the libraries that make this project possible:
56+
57+
- [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-python) for observability and tracing.
58+
- [Pyperclip](https://github.com/asweigart/pyperclip) for cross-platform clipboard operations.
59+
- [Textual](https://github.com/Textualize/textual) for the powerful TUI framework that powers the developer console.

demo/chat_agent/entry-points.json

Lines changed: 2204 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)