Metadata-Version: 2.4
Name: docketeer-tui
Version: 0.0.17
Summary: Terminal chat backend for Docketeer
Author: Nate Nowack
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Requires-Dist: docketeer
Requires-Dist: emoji
Requires-Dist: prompt-toolkit>=3.0.52
Requires-Dist: rich
Description-Content-Type: text/markdown

# docketeer-tui

Terminal chat backend for [Docketeer](https://pypi.org/project/docketeer/).
Talk to your agent directly in the terminal — no Rocket.Chat, no browser, no
signup. Ideal for local development and trying things out.

Install `docketeer-tui` alongside `docketeer` and it will be automatically
discovered as the chat backend. Also contributes TUI-specific context to the
system prompt via the `docketeer.prompt` entry point.

## Configuration

No configuration required. If both `docketeer-tui` and another chat backend
are installed, set:

```sh
export DOCKETEER_CHAT=tui
```

| Variable | Default | Description |
|---|---|---|
| `DOCKETEER_CHAT` | _(auto)_ | Set to `tui` when multiple chat backends are installed |
| `DOCKETEER_TUI_USERNAME` | current OS user | Username shown in the TUI conversation |
