AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Schema and registry
ModelRegistry for runtime schema metadata, schema hashing, and load strategy configuration.
Stores runtime metadata about models, properties, and relationships. Decorators populate it at import time; the sync engine reads from it at runtime.
ModelRegistry
Two modes: a static registry that decorators populate at import time, and an constructed from a serialized snapshot for server-side use.