Metadata-Version: 2.4
Name: robotva
Version: 1.1.0
Summary: RobotVA CLI - AI test automation tool
Author: RobotVA Team
License-Expression: MIT
Project-URL: Homepage, https://github.com/de4O4/robotva
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# RobotVA CLI

AI 测试自动化工具，配合 RobotVA Daemon 使用。

## 安装

```bash
pip install robotva
```

## 使用

```bash
robotva --config merged_config.json --output ./output
```
