Metadata-Version: 2.1
Name: codeflow-cli
Version: 0.1.1
Summary: Interactive CLI agent for Groq API with chat, model selection, and file diff capabilities
Home-page: https://github.com/your-username/codeflow-cli
Author: Groq CLI Team
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: groq (>=0.4.0)
Requires-Dist: click (>=8.0.0)
Requires-Dist: rich (>=13.0.0)
Requires-Dist: prompt-toolkit (>=3.0.0)
Requires-Dist: pyyaml (>=6.0)
Requires-Dist: colorama (>=0.4.6)
Requires-Dist: typer (>=0.9.0)
Provides-Extra: dev
Requires-Dist: pytest (>=7.0.0) ; extra == 'dev'
Requires-Dist: black (>=23.0.0) ; extra == 'dev'
Requires-Dist: flake8 (>=6.0.0) ; extra == 'dev'
Requires-Dist: mypy (>=1.0.0) ; extra == 'dev'

# CodeFlow CLI

CodeFlow is a beautiful, terminal-first AI coding assistant.

- Q&A mode (read-only): Ask questions about your codebase
- Agent mode (write): Apply fixes and improvements with confirmation and diffs

## Install

```bash
pip install codeflow-cli
```

## Usage

```bash
codeflow
```

- Switch modes any time:
  - /agent to enable Agent mode
  - /qna to go back to Q&A

## License

MIT
