Metadata-Version: 2.4
Name: easy-ascend
Version: 1.0.1
Summary: Easy Ascend - GPU→NPU 端到端迁移与推理加速 Multi-Agent
License: MIT
Requires-Python: >=3.10
Requires-Dist: pyfiglet>=0.9
Requires-Dist: rich<14.0,>=13.0
Requires-Dist: textual<2.0,>=0.50
Description-Content-Type: text/markdown

# easy-ascend

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

## Install

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

## Usage

```bash
easy-ascend
```

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 |
