Metadata-Version: 2.4
Name: restrosphere
Version: 0.1.0
Summary: RestroSphere — The AI that runs your restaurant.
Author-email: RestroSphere Team <hello@restrosphere.ai>
Project-URL: Homepage, https://restrosphere.ai
Project-URL: Documentation, https://docs.restrosphere.ai
Keywords: restaurant,ai,manager,automation,pos
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.104.0
Requires-Dist: uvicorn[standard]>=0.24.0
Requires-Dist: anthropic>=0.39.0
Requires-Dist: click>=8.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: apscheduler>=3.10.0
Requires-Dist: twilio>=8.10.0
Requires-Dist: stripe>=7.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: pydantic>=2.5.0
Requires-Dist: pydantic-settings>=2.1.0
Requires-Dist: aiosqlite>=0.19.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: psutil>=5.9.0
Requires-Dist: playwright>=1.40.0
Requires-Dist: cryptography>=41.0.0

# 🍽️ RestroSphere
## The AI that runs your restaurant.

Monitors your floor. Tracks your staff. Scores your applicants.
Sends you alerts. Never sleeps.
All from the dashboard or any chat app you already use.

## Quick Start
### Windows
```powershell
iwr -useb https://restrosphere.ai/install.ps1 | iex
```

### macOS / Linux  
```bash
curl -fsSL https://restrosphere.ai/install.sh | bash
```

Works on macOS, Windows & Linux. Installs Python and everything else automatically.

## What It Does
- **Runs 24/7** on your machine as a background service
- **Connects** to your POS, scheduling, and reservation systems
- **Monitors** labor vs sales in real time
- **Scores** job applicants automatically
- **Tracks** staff performance: tips, upsells, table turns
- **Sends** proactive alerts when something needs attention
- **Answers** any question about your restaurant via chat

## Commands
| Command | Description |
| :--- | :--- |
| `restrosphere init` | Set up your restaurant (Step-by-step) |
| `restrosphere run` | Start the agent (Interactive mode) |
| `restrosphere daemon start` | Run in background (24/7 Service) |
| `restrosphere daemon stop` | Stop background agent |
| `restrosphere daemon status` | Check if service is running |
| `restrosphere status` | See health of connected systems |
| `restrosphere skills list` | See active AI capabilities |

## What Gets Connected
- **POS**: Toast, Square, Clover
- **Scheduling**: 7shifts, HotSchedules, Deputy
- **Reservations**: OpenTable, Resy
- **Reviews**: Google, Yelp
- **Hiring**: Indeed webhooks

## Cost
Agent only calls AI when you message it or a scheduled job fires. Never runs in a loop.
Cost per restaurant: **~$8/month** in API fees.

---
© 2026 RestroSphere AI. Built with ❤️ for the restaurant industry.
