Installation
Install and deploy Replai.
Prerequisites
- Python 3.11+
- PostgreSQL 15+
- NATS server
- Redis (optional, for caching)
Install via Docker
docker pull replai/replai:latest
docker compose up -d
Install from Source
git clone https://github.com/i33ym/replai.git
cd replai
uv sync
Fill in the complete installation steps here.