Metadata-Version: 2.4
Name: antigravity-remote
Version: 1.0.0
Summary: Remote control your Antigravity AI assistant via Telegram
Project-URL: Homepage, https://github.com/kubrat/antigravity-remote
Project-URL: Repository, https://github.com/kubrat/antigravity-remote
Author: Kubrat
License-Expression: MIT
License-File: LICENSE
Keywords: ai,antigravity,automation,bot,remote,telegram
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications :: Chat
Requires-Python: >=3.10
Requires-Dist: mss>=9.0.0
Requires-Dist: pillow>=10.0.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: pyautogui>=0.9.54
Requires-Dist: pygetwindow>=0.0.9
Requires-Dist: pyperclip>=1.8.0
Requires-Dist: pytesseract>=0.3.10
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: python-telegram-bot>=21.0
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: mypy>=1.0.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Provides-Extra: voice
Requires-Dist: speechrecognition>=3.10.0; extra == 'voice'
Description-Content-Type: text/markdown

# Antigravity Remote 🚀

Remote control your [Antigravity](https://antigravity.dev) AI assistant via Telegram.

[![Telegram Bot](https://img.shields.io/badge/Telegram-@antigravityrcbot-blue?logo=telegram)](https://t.me/antigravityrcbot)
[![PyPI](https://img.shields.io/pypi/v/antigravity-remote)](https://pypi.org/project/antigravity-remote/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Features

- 📱 **Message Relay** - Send instructions from your phone
- 📸 **Screenshots** - View screen anytime
- 🐕 **Smart Watchdog** - Auto-alerts for approvals, completions, errors
- 🎤 **Voice Notes** - Speak your commands
- 🤖 **Model Switching** - Change AI models on the fly
- ⚡ **Quick Replies** - One-tap Yes/No/Proceed buttons
- 🔒 **Security** - Lock/unlock with password

## Quick Start

### 1. Install

```bash
pip install antigravity-remote
```

### 2. Register your Telegram ID

```bash
antigravity-remote --register
```

To get your ID, message [@userinfobot](https://t.me/userinfobot) on Telegram.

### 3. Start the bot

```bash
antigravity-remote
```

### 4. Open Telegram

👉 **Message the bot: [@antigravityrcbot](https://t.me/antigravityrcbot)**

That's it! Start sending commands to control your Antigravity.

## Requirements

- Python 3.10+
- Windows (for GUI automation)
- [Tesseract OCR](https://github.com/UB-Mannheim/tesseract/wiki) (for watchdog)

## Commands

| Command | Description |
|---------|-------------|
| `/status` | Take screenshot |
| `/model` | Switch AI model |
| `/quick` | Quick reply buttons |
| `/summary` | Ask for task summary |
| `/watchdog` | Start smart monitoring |
| `/pause` / `/resume` | Toggle relay |
| `/scroll up/down` | Scroll chat |
| `/accept` / `/reject` | Accept/reject actions |
| `/key ctrl+s` | Send key combo |
| `/schedule 5m /status` | Scheduled screenshot |
| `/sysinfo` | System stats |
| `/files` | List workspace files |
| `/read filename` | Read file content |
| `/diff` | Git diff |
| `/lock` / `/unlock` | Security |

## CLI Options

```bash
antigravity-remote --register    # Register your user ID
antigravity-remote --status      # Check registration
antigravity-remote --unregister  # Remove registration
antigravity-remote --workspace . # Set workspace path
antigravity-remote -v            # Verbose logging
```

## Voice Notes

```bash
pip install antigravity-remote[voice]
winget install ffmpeg
```

Then send a voice message to the bot!

## How It Works

```
┌──────────────┐     ┌─────────────────────┐     ┌──────────────────┐
│  Your Phone  │────▶│  @antigravityrcbot  │────▶│  Your PC         │
│  (Telegram)  │     │  (Shared bot)       │     │  (Local client)  │
└──────────────┘     └─────────────────────┘     └──────────────────┘
```

1. You install and run the package on your PC
2. Register your Telegram user ID
3. The bot only responds to YOUR messages
4. Commands execute on YOUR machine

## License

MIT © Kubrat
