Metadata-Version: 2.4
Name: cobalt-cli
Version: 0.1.0
Summary: A modern AI terminal powered by Groq.
Author: Your Name
License: MIT
Project-URL: Homepage, https://github.com/YOUR_USERNAME/cobalt-cli
Project-URL: Repository, https://github.com/YOUR_USERNAME/cobalt-cli
Project-URL: Issues, https://github.com/YOUR_USERNAME/cobalt-cli/issues
Keywords: ai,groq,terminal,cli,llm,chatbot
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: groq>=0.31.0
Requires-Dist: rich>=14.0.0
Requires-Dist: typer>=0.16.0
Requires-Dist: python-dotenv>=1.1.0
Requires-Dist: markdown-it-py>=3.0.0
Requires-Dist: pygments>=2.19.0
Dynamic: license-file

# Cobalt CLI

Modern AI terminal powered by Groq.

## Install

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

Copy

```bash
cp .env.example .env
```

Add your API key.

```
GROQ_API_KEY=...
```

Run

```bash
cobalt chat
```

or

```bash
cobalt ask "Hello!"
```
