Metadata-Version: 2.4
Name: jims-tui
Version: 0.6.0
Summary: Add your description here
Author-email: Andrey Tatarinov <a@tatarinov.co>
Requires-Python: >=3.12
Requires-Dist: textual>=3.1.0
Description-Content-Type: text/markdown

Simple TUI for interactive demo of ThreadController and given answering pipeline

## Run as TUI

```
jims-tui --app jims_demo.app
```

## Run as Telegram bot

```
jims-telegram --app jims_demo.app
```
