A command-line runner to configure, connect, and safely execute distributed async workflows
- Python 3.14+
- uv
- Clone the repository:
git clone https://github.com/CoReason-AI/coreason_cli.git cd coreason_cli - Install dependencies:
uv sync --all-extras --dev
- Run the linter:
uv run pre-commit run --all-files
- Run the tests:
uv run pytest