mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
Preserves tree from previous docs-website head: 5e47d33ea8. This branch is a CI-managed publish artifact like gh-pages; source provenance is tracked in commit messages rather than Git ancestry.
574 B
574 B
Engine Package
The data-designer-engine package provides data_designer.engine, the runtime layer of Data Designer. It consumes data_designer.config objects and maps them to execution behavior through generators, seed readers, processors, registries, model access, and MCP tool execution.
This package sits between config and interface: it depends on config, and the public interface calls into it. Use these pages for plugin implementation contracts, registry behavior, seed reader internals, processor execution, column generator bases, and MCP runtime behavior.