Metadata-Version: 2.4
Name: yaacli
Version: 0.52.0
Summary: TUI reference implementation for ya-agent-sdk
Project-URL: Repository, https://github.com/wh1isper/ya-agent-sdk
Author-email: wh1isper <jizhongsheng957@gmail.com>
License-File: LICENSE
Keywords: ai-agent,cli,python,tui
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <3.14,>=3.11
Requires-Dist: click>=8.0
Requires-Dist: pydantic-ai
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: pydantic>=2.0
Requires-Dist: y-agent-environment>=0.1.0
Requires-Dist: ya-agent-sdk[all]==0.52.0
Description-Content-Type: text/markdown

# YAACLI CLI

TUI reference implementation for [ya-agent-sdk](https://github.com/wh1isper/ya-agent-sdk).

## Usage

With uvx, run:

```bash
uvx yaacli
```

Or to install yaacli globally with uv, run:

```bash
uv tool install yaacli
...
yaacli
```

To update to the latest version:

```bash
uv tool upgrade yaacli
```

Or with pip, run:

```bash
pip install yaacli
...
yaacli
```

Or run as a module:

```bash
python -m yaacli
```

## Development

This package is part of the ya-agent-sdk monorepo. To develop locally:

```bash
cd ya-agent-sdk
uv sync --all-packages
```

## License

BSD 3-Clause License - see [LICENSE](LICENSE) for details.
