.gitignore
AGENTS.md
CHANGELOG.md
LICENSE
README.md
pyproject.toml
requirements-dev.txt
setup.py
.github/workflows/publish.yml
sugar/__init__.py
sugar/_version.py
sugar/py.typed
sugar/api/__init__.py
sugar/api/builder.py
sugar/catalog/__init__.py
sugar/catalog/artifacts.py
sugar/catalog/local_flavors.py
sugar/catalog/models.py
sugar/catalog/registry.py
sugar/catalog/subgraphs.py
sugar/compiler/__init__.py
sugar/compiler/aliases.py
sugar/compiler/analyzer.py
sugar/compiler/codegen.py
sugar/compiler/errors.py
sugar/compiler/flavors.py
sugar/compiler/graph.py
sugar/compiler/graph_ops.py
sugar/compiler/inheritance.py
sugar/compiler/input_materialization.py
sugar/compiler/ir.py
sugar/compiler/links.py
sugar/compiler/live_definitions.py
sugar/compiler/materializer.py
sugar/compiler/plan_validation.py
sugar/compiler/recipe.py
sugar/compiler/resolver.py
sugar/compiler/resource_optimization.py
sugar/compiler/subgraph_expand.py
sugar/compiler/subgraph_interfaces.py
sugar/compiler/subgraph_links.py
sugar/compiler/subgraph_rewrite.py
sugar/compiler/ui_workflow.py
sugar/dsl/__init__.py
sugar/dsl/ast.py
sugar/dsl/lexer.py
sugar/dsl/parser.py
sugar/dsl/tokens.py
sugar/runtime/__init__.py
sugar/runtime/executor.py
sugar/runtime/live_definitions.py
sugar/runtime/modifiers.py
sugar/runtime/normalization.py
sugar/shared/__init__.py
sugar/shared/seed.py
sugar_dsl.egg-info/PKG-INFO
sugar_dsl.egg-info/SOURCES.txt
sugar_dsl.egg-info/dependency_links.txt
sugar_dsl.egg-info/not-zip-safe
sugar_dsl.egg-info/requires.txt
sugar_dsl.egg-info/top_level.txt
tests/__init__.py
tests/test_artifact_resolution.py
tests/test_compiler_contracts.py
tests/test_dsl_parser.py
tests/test_flavor_support.py
tests/test_golden_master.py
tests/test_license_headers.py
tests/test_live_node_definitions.py
tests/test_plan_validation.py
tests/test_resource_optimization.py
tests/test_runtime_executor.py
tests/test_runtime_live_definitions.py
tests/test_seed_behavior.py
tests/test_spawn_plan.py
tests/test_subgraph_expansion.py
tests/test_ui_workflow.py
tests/__snapshots__/test_golden_master_advanced_logic.json
tests/__snapshots__/test_golden_master_basic_flow.json
tests/__snapshots__/test_golden_master_data_types.json
tests/__snapshots__/test_golden_master_disable_features.json
tests/__snapshots__/test_golden_master_random_keyword.json
tests/fixtures/__init__.py
tests/fixtures/cubes.py
tools/add_license_headers.py