Metadata-Version: 2.4
Name: etherion-tui
Version: 0.1.10
Summary: Terminal UI for the Etherion AI platform
License: MIT
Project-URL: Homepage, https://github.com/Saturn99X/Etherion
Project-URL: Repository, https://github.com/Saturn99X/Etherion
Project-URL: Bug Tracker, https://github.com/Saturn99X/Etherion/issues
Keywords: ai,tui,terminal,etherion,agents
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: etherion>=0.1.3

# etherion-tui

Terminal UI for the [Etherion](https://github.com/Saturn99X/Etherion) AI platform.

## Install

```bash
pip install etherion-tui
```

This also installs `etherion` as a dependency — the full platform CLI and runtime.

## Usage

```bash
etherion-tui
```

Launches a full-screen TUI with 8 tabs:

| Tab | Key | Description |
|-----|-----|-------------|
| Connect | `1` | Login with email/password, configure server URL |
| Setup | `2` | Step-by-step onboarding wizard |
| Chat | `3` | Threads and jobs |
| Agents | `4` | Agent team management |
| Monitor | `5` | Job history and status |
| OAuth | `6` | Connect GitHub, Google, Slack, Notion, Jira, HubSpot, Linear, Shopify |
| Logs | `7` | Live log stream |
| Dashboard | `8` | Infrastructure health |

## Requirements

- Linux x86-64 (this wheel contains a native binary)
- Python 3.11+
