AIssert A lightweight testing suite for AI applications to ensure your generative outputs behave as expected. Installation Create the virtual environment python3 -m venv .venv source .venv/bin/activate Install dependencies pip install -r requirements.txt ``