Metadata-Version: 2.4
Name: reachflow-cli
Version: 0.1.0
Summary: LLM-based candidate follow-up flow engine
License-Expression: MIT
Keywords: engine,llm,recruitment,workflow
Requires-Python: >=3.10
Requires-Dist: openai>=1.0
Requires-Dist: pydantic>=2.0
Requires-Dist: python-dotenv>=1.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=13.0
Requires-Dist: structlog>=23.0
Requires-Dist: typer>=0.9.0
Provides-Extra: dev
Requires-Dist: black>=23.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Description-Content-Type: text/markdown

# ReachFlow

LLM-based candidate follow-up flow engine.

## Install

```bash
pip install -e .
```

## Usage

```bash
reachflow run -c candidate.json -j job.json --config config/flow.yaml
reachflow resume <flow_id>
reachflow list
reachflow show-steps
```
