This is a monorepo containing the Eva ecosystem of evaluation tools.
apps/eval - Eva TypeScript Evaluation Framework
A powerful TypeScript evaluation framework for running concurrent evaluations with progress tracking and result persistence. Perfect for testing AI models, APIs, data processing pipelines, and any system that needs systematic evaluation against expected results.
npm install eva-tsapps/dash - Eva Dashboard (Coming Soon)
A web-based dashboard for visualizing and managing evaluation results.
This workspace uses Turborepo for efficient monorepo management.
# Install dependencies
npm install
# Build all apps
npm run build
# Test all apps
npm run test
# Lint all apps
npm run lintnpm run dev- Start development mode for all appsnpm run build- Build all appsnpm run test- Run tests for all appsnpm run lint- Lint all appsnpm run lint:fix- Fix linting issuesnpm run check-types- Type check all appsnpm run clean- Clean build artifacts
MIT - see LICENSE for details.
Made with ❤️ by Lilac Labs