Metadata-Version: 2.4
Name: ascend-tui
Version: 1.0.0
Summary: Ascend TUI - GPU→NPU 端到端迁移与推理加速 Multi-Agent
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: rich>=13.0
Requires-Dist: textual>=0.50
Description-Content-Type: text/markdown

# ascend-tui

Ascend TUI - GPU→NPU 端到端迁移与推理加速 Multi-Agent

## Install

```bash
pip install -e .
```

## Usage

```bash
ascend-tui
```

Or:

```bash
python -m ascend_tui
```

## Keybindings

| Key | Action |
|-----|--------|
| `Tab` / `Shift+Tab` | Switch panel |
| `Ctrl+P` | Command palette |
| `Ctrl+C` | Quit |

## Command Input

| Command | Panel |
|---------|-------|
| `w` / `welcome` | Welcome |
| `c` / `chat` | Chat |
| `s` / `status` | Status |
| `l` / `logs` | Logs |
| `a` / `artifacts` | Artifacts |
| `sk` / `skills` | Skills |
| `cf` / `config` | Config |
