Metadata-Version: 2.4
Name: vibe-automation
Version: 0.1.1
Summary: Vibe Automation
Keywords: automation,workflow
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Requires-Dist: anthropic>=0.53.0
Requires-Dist: playwright>=1.52.0
Requires-Dist: pydantic>=2.11.5
Description-Content-Type: text/markdown

# Vibe Automation SDK

## Development Setup

### Prerequisites
- Python >=3.13
- [uv](https://docs.astral.sh/uv/) package manager

### Installation

1. Install uv if you haven't already:
   ```bash
   curl -LsSf https://astral.sh/uv/install.sh | sh
   ```

2. Install dependencies:
   ```bash
   uv sync
   ```

3. Activate the virtual environment:
   ```bash
   source .venv/bin/activate
   ```

### Running Examples

```bash
uv run python examples/form.py
```
