Metadata-Version: 2.4
Name: velixar-tui
Version: 0.1.0
Summary: Terminal UI for the Velixar AI memory platform
Project-URL: Homepage, https://velixarai.com
Project-URL: Documentation, https://docs.velixarai.com
Project-URL: Repository, https://github.com/VelixarAi/velixar-tui
Author-email: VelixarAI <dev@velixarai.com>
License-Expression: MIT
License-File: LICENSE
Keywords: ai,memory,terminal,tui,velixar
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: keyring>=25.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: textual>=0.47.0
Description-Content-Type: text/markdown

# Velixar TUI

Terminal UI for the [Velixar](https://velixarai.com) AI memory platform.

![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue)
![License: MIT](https://img.shields.io/badge/license-MIT-green)

## Install

```bash
pip install velixar-tui
```

## Usage

```bash
velixar
```

On first launch, enter your API key (get one at [app.velixarai.com/settings/api-keys](https://app.velixarai.com/settings/api-keys)).

## Features

- **Chat** — Talk to Velixar with persistent memory
- **Memories** — Browse, search, store, and delete memories
- **Usage** — Platform health and usage stats

## Keybindings

| Key | Action |
|-----|--------|
| `Tab` | Switch tabs |
| `Ctrl+Q` | Quit |
| `Ctrl+L` | Logout / switch API key |
| `Enter` | Send message / search |

## License

MIT
