Reva v0.1.0
Reva v0.1.0
Initial open-source release of Reva, a local-first AI document intelligence cockpit for reinsurance workflows.
Highlights
- Blazor analyst cockpit for upload, extraction review, exception triage, and export.
- ASP.NET Core API with SQLite-backed document workflow state.
- Local Python parser worker with Docling adapter path and deterministic fallback parsing.
- Reinsurance field extraction for technical accounts, bordereaux, and statements of account.
- Contract schemas, sample documents, architecture docs, AI pipeline notes, and CI validation.
Quick start
dotnet restore Reva.slnx
dotnet test Reva.slnx
dotnet run --project src/Reva.Web/Reva.Web.csprojValidation
- GitHub CI passed on the release-prep commit.
- Local app health verified at
http://localhost:5187.