Skip to content

Reva v0.1.0

Choose a tag to compare

@xt0n1-t3ch xt0n1-t3ch released this 12 Jun 07:11
· 31 commits to main since this release

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.csproj

Validation

  • GitHub CI passed on the release-prep commit.
  • Local app health verified at http://localhost:5187.