Skip to main content

Module registry

Module registry 

Source
Expand description

A2UI schema registry — in-memory store of all registered artifact schemas.

Populated at startup with built-in schemas. User-defined schemas can be registered at runtime by name. The registry is shared across requests via Arc.

Structs§

A2uiRegistry
Thread-safe in-memory registry of ArtifactSchema entries.