Prototype

Local MVP for WDC-Engine

This page accompanies the public patent microsite and points to the local prototype implementation included in the same repository.

What it demonstrates

Simulated agents, semantic fingerprinting, temporal admission, shared execution units, result fan-out, and deduplication metrics.

Run locally

Copy `.env.example` to `.env`, then run `docker compose up --build` inside `prototype/`.

Demo flow

Use the simulator UI to launch the SQL collapse, natural-language collapse, and unique-task scenarios.

Documentation

The implementation notes, module mapping, and limitations are documented in `prototype/README.md`.

Prototype preview diagram.
Prototype architecture preview for the local MVP included in this repository.