Metadata-Version: 2.4
Name: d49-wal-cli
Version: 0.4.0rc2
Summary: Python command line interface for D7x7z49/workflow-as-list.
Keywords: workflow,agent,task,cli
Author: D7x7z49
Author-email: D7x7z49 <85430783+D7x7z49@users.noreply.github.com>
License-Expression: GPL-3.0-or-later
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Dist: d49-wal-core
Requires-Dist: d49-wal-runtime
Requires-Dist: pydantic>=2.13.4
Requires-Dist: openai>=2.36.0
Requires-Dist: anthropic>=0.104.1
Requires-Dist: typer>=0.25.1
Requires-Python: >=3.12
Project-URL: Repository, https://github.com/D7x7z49/workflow-as-list
Project-URL: Issues, https://github.com/D7x7z49/workflow-as-list/issues
Description-Content-Type: text/markdown

<!-- packages/wal-cli/README.md -->

# d49-wal-cli

> [!CAUTION]
> This project is at `v0` stage.
> Breaking changes happen often.
> Do not use in production.
> Full disclaimer: <https://github.com/D7x7z49/workflow-as-list> link.

---

Command line interface for WORKFLOWASLIST.

Install with pipx to keep it isolated:
```bash
pipx install d49-wal-cli
```

Do not install with pip into your global Python environment or add it to your project dependencies.
The source code is at [`src/wal-cli/*`](https://github.com/D7x7z49/workflow-as-list/tree/main/packages/wal-cli/src/wal_cli) path.

Usage:
```bash
wal-cli --help
```

The CLI is still in development. Commands and arguments may change.
