Metadata-Version: 2.4
Name: relai_agent_backend
Version: 4.1.0
Summary: Package powering RELAI agents on the backend
Author-email: Wenxiao Wang <wwx@relai.ai>, Priyatham Kattakinda <priyatham@relai.ai>
Requires-Python: >=3.12.0
Description-Content-Type: text/markdown
Requires-Dist: numpy>=2.0.0
Requires-Dist: openai[aiohttp]>=1.99.2
Requires-Dist: openai-agents>=0.16.1
Requires-Dist: protobuf>=4.25.6
Requires-Dist: PyMuPDF>=1.26.3
Requires-Dist: pydantic>=2.11.7
Requires-Dist: pymupdf4llm>=0.0.27

# RELAI Agent Backend

Obfuscated Cython builds are enabled by default.

For local development, disable obfuscation explicitly:
```bash
RELAI_BUILD_OBFUSCATED=0 uv sync
```

To build the obfuscated Cython release artifacts, run:
```bash
CIBW_BUILD=cp312-* uv run python -m cibuildwheel --output-dir dist
```
