Metadata-Version: 2.4
Name: uybai
Version: 0.1.1
Summary: Zero Token Architecture™ — Thinks deeply. Charge None
Project-URL: Homepage, https://github.com/sithukyaw666/uybai
Project-URL: Issues, https://github.com/sithukyaw666/uybai/issues
License: MIT
License-File: LICENSE
Keywords: ai,cli,reasoning,terminal
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Terminals
Requires-Python: >=3.10
Requires-Dist: prompt-toolkit>=3.0
Requires-Dist: rich>=13.0
Description-Content-Type: text/markdown

# UYB AI

**Zero Token Architecture™** — Thinks deeply. Charge None.

## Install

```bash
pipx install uybai
```

Or with pip:

```bash
pip install uybai
```

## Usage

```bash
uyb                    # 60-second deliberation mode
uyb --fast             # 10-second mode
uyb --think-time 30    # custom duration
```

### Commands

| Command   | Description                           |
| --------- | ------------------------------------- |
| `/fast`   | Switch to 10-second think mode        |
| `/slow`   | Switch to 60-second think mode        |
| `/usage`  | Show token usage and cost (all zero)  |
| `/effort` | Show effort level and thinking budget |
| `/clear`  | Clear the screen                      |
| `/help`   | Show all commands                     |
| `/exit`   | Exit                                  |

Type `/` to see command suggestions with autocomplete.

## License

MIT
