novafabric.ai/primitives

Primitives

v0.96

Five composable building blocks to capture, replay, and audit AI-agent activity.

01/───THE FIVE PRIMITIVES

Each primitive is independent and composable.

Asset Registry

Catalog. Version. Promote.

Local SQLite registry for models, datasets, and agents. Eval-gated promotion workflow ensures only validated assets reach production. Track lineage from training run to deployment.

Asset Registry
$ nova register ./model.pkl --name gpt-finetune-v3

← → navigate primitives

02/───HOW THEY COMPOSE

Start with Asset Registry to declare what you're running. Wrap execution with Run Capsule. Seal and export tamper-evident evidence with the Evidence Bundle. Query history with Lineage Graph. Replay any capsule with Replay Engine. All five work together or independently.

01Asset Registry02Run Capsule05Evidence Bundle04Lineage Graph03Replay Engine