Metadata-Version: 2.4
Name: weakincentives
Version: 0.1.0
Summary: Tools for developing and optimizing side effect free background agents
Author-email: Andrei Savu <andrei@weakincentives.com>
License-File: LICENSE
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# weakincentives
Tools for developing and optimizing side effect free background agents

## Setup

```bash
# Install dependencies
uv sync

# Install git hooks
./install-hooks.sh
```
