Files · Databricks Agent Eval Harness for SMB AI Quality Assurance
38 (0 binary, 337.4 kB total)attempt 8
README.md·836 B·markdown
markdown
# Databricks Agent Eval Harness for SMB AI Quality Assurance
> Run automated, Databricks-powered quality gates for your AI agents to catch regressions before they reach customers.
A tutorialized reference solution from [reaatech.com](https://reaatech.com), demonstrating how to build production-grade AI systems with the `@reaatech/*` package family.
## Running locally
```bash
pnpm install
pnpm test # vitest run with coverage
pnpm dev # next dev
```
## Project layout
```
app/ Next.js App Router pages + API routes
src/ services, lib, adapters
tests/ vitest suite (mirrors src/)
packages/ API references for every dependency (read these first)
DEV_PLAN.md build plan for this recipe
```
## License
MIT — see [LICENSE](./LICENSE).