Metadata-Version: 2.4
Name: kiwi-ai-cli
Version: 0.1.5
Summary: Kiwi AI Terminal Agent — connect your local machine to AI-powered automation
Project-URL: Homepage, https://meetkiwi.ai
Project-URL: Repository, https://github.com/jetoslabs/kiwi-cli
Author-email: Kiwi AI <support@meetkiwi.ai>
License-Expression: MIT
Keywords: agent,ai,automation,cli,kiwi,terminal
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: httpx>=0.25.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: websockets>=12.0
Description-Content-Type: text/markdown

# Kiwi AI CLI

Connect your local machine to AI-powered automation.

## Installation

```bash
pip install kiwi-ai-cli
```

## Usage

```bash
# Connect to Kiwi AI (restricted scope by default, app server by default)
kiwi connect

# With custom credentials
kiwi connect --email you@example.com --server dev

# Allow access to additional directories
kiwi connect --server dev --allow ~/Documents --allow ~/Projects

# Full access (no path restrictions)
kiwi connect --server dev --scope full
```

### Flags

| Flag | Description |
|------|-------------|
| `--server` | Server preset (`app`, `dev`, `local`) or custom URL. Default: `app` |
| `--email` | Email address (prompts if not provided) |
| `--scope` | `restricted` (default) — limits commands to the current directory. `full` — no restrictions |
| `--allow` | Additional allowed directory path (can be used multiple times) |

## Requirements

- Python 3.10+
- A Kiwi AI account
