Metadata-Version: 2.4
Name: a2c-tui
Version: 0.2.1
Summary: A2C Textual terminal UI over a2c-core
Author-email: Michel Gillet <michel.gillet@libesys.org>
License-Expression: MIT
Project-URL: Homepage, https://gitlab.com/libesys/ai-workflows/a2c-workflow
Project-URL: Repository, https://gitlab.com/libesys/ai-workflows/a2c-workflow.git
Project-URL: Documentation, https://gitlab.com/libesys/ai-workflows/a2c-workflow/-/tree/develop/docs/architecture
Keywords: a2c,architecture,tui,textual,workflow
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: a2c-core==0.2.1
Requires-Dist: textual>=0.47

# a2c-tui

Textual terminal UI for A2C — interactive workflows over `a2c-core`.

Part of the [a2c-workflow](https://gitlab.com/libesys/ai-workflows/a2c-workflow) product.
Lockstep version with `a2c-core` and `a2c-cli`.

## Install

```bash
pip install a2c-tui
```

Console command: `a2c-tui`

## Documentation

- [Product development](https://gitlab.com/libesys/ai-workflows/a2c-workflow/-/blob/develop/docs/product-development.md)
- [Package publishing](https://gitlab.com/libesys/ai-workflows/a2c-workflow/-/blob/develop/docs/package-publishing.md)
