LICENSE
NOTICE
README.md
pyproject.toml
aiq_magnet.egg-info/PKG-INFO
aiq_magnet.egg-info/SOURCES.txt
aiq_magnet.egg-info/dependency_links.txt
aiq_magnet.egg-info/entry_points.txt
aiq_magnet.egg-info/requires.txt
aiq_magnet.egg-info/top_level.txt
magnet/__init__.py
magnet/__main__.py
magnet/_kwdagger.py
magnet/containers.py
magnet/data_splits.py
magnet/evaluation.py
magnet/evaluation_new.py
magnet/example_perturbation_predictor.py
magnet/example_random_instance_predictor.py
magnet/example_random_predictor.py
magnet/exceptions.py
magnet/helm_inference.py
magnet/instance_predictor.py
magnet/leasing.py
magnet/perturb_instances.py
magnet/predictor.py
magnet/process_node.py
magnet/schema.py
magnet/backends/__init__.py
magnet/backends/helm/__init__.py
magnet/backends/helm/helm_outputs.py
magnet/backends/helm/helm_run_analysis.py
magnet/backends/helm/pipeline.py
magnet/backends/helm/cli/__init__.py
magnet/backends/helm/cli/download_helm_results.py
magnet/backends/helm/cli/inspect_helm_models.py
magnet/backends/helm/cli/materialize_helm_run.py
magnet/backends/helm/cli/materialize_helm_run_from_spec.py
magnet/backends/helm/cli/materialize_helm_suite.py
magnet/backends/helm/run_specs/__init__.py
magnet/backends/helm/run_specs/magnet_run_specs.py
magnet/backends/helm/scenarios/__init__.py
magnet/backends/helm/scenarios/local_dataset_scenario.py
magnet/backends/helm/util/__init__.py
magnet/backends/helm/util/helm_hashers.py
magnet/backends/helm/util/helm_metrics.py
magnet/backends/helm/util/helm_summarize_mixin.py
magnet/cards/__init__.py
magnet/cards/llama.yaml
magnet/cards/llama_pipeline.yaml
magnet/cards/simple.yaml
magnet/cli/__init__.py
magnet/cli/download_cli.py
magnet/cli/main.py
magnet/demo/__init__.py
magnet/demo/helm_demodata.py
magnet/examples/__init__.py
magnet/examples/llama_consistency/README.md
magnet/examples/llama_consistency/__init__.py
magnet/examples/llama_consistency/llama_compare.py
magnet/examples/llama_consistency/llama_kwdagger.yaml
magnet/examples/llama_consistency/llama_predict.py
magnet/examples/llama_consistency/materialize_run.py
magnet/examples/theory_links/README.md
magnet/examples/theory_links/__init__.py
magnet/examples/theory_links/coin_flip/CoinFlip.lean
magnet/examples/theory_links/coin_flip/README.md
magnet/examples/theory_links/coin_flip/__init__.py
magnet/examples/theory_links/coin_flip/card.yaml
magnet/examples/theory_links/coin_flip/experiment.py
magnet/examples/theory_links/coin_flip/theory.yaml
magnet/examples/theory_links/fibonacci_performance/FibonacciCost.lean
magnet/examples/theory_links/fibonacci_performance/README.md
magnet/examples/theory_links/fibonacci_performance/__init__.py
magnet/examples/theory_links/fibonacci_performance/card.yaml
magnet/examples/theory_links/fibonacci_performance/experiment.py
magnet/examples/theory_links/fibonacci_performance/theory.yaml
magnet/examples/theory_links/monte_carlo/Circle.lean
magnet/examples/theory_links/monte_carlo/README.md
magnet/examples/theory_links/monte_carlo/__init__.py
magnet/examples/theory_links/monte_carlo/card.yaml
magnet/examples/theory_links/monte_carlo/experiment.py
magnet/examples/theory_links/monte_carlo/theory.yaml
magnet/theory/__init__.py
magnet/theory/annotations.py
magnet/theory/cards.py
magnet/theory/index.py
magnet/theory/links.py
magnet/theory/static.py
magnet/utils/__init__.py
magnet/utils/lazy_loader_extensions.py
magnet/utils/util_iterable.py
magnet/utils/util_logger.py
magnet/utils/util_msgspec.py
magnet/utils/util_pandas.py
magnet/utils/util_stringalgo.py
magnet/utils/util_tables.py
tests/test_card_pipeline_path.py
tests/test_cell_identity.py
tests/test_claim_namespace.py
tests/test_containers.py
tests/test_dag_artifact_reuse.py
tests/test_evaluation.py
tests/test_evaluation_new.py
tests/test_gpu_allow_list.py
tests/test_helm_output_loader.py
tests/test_import.py
tests/test_kwconf_configs.py
tests/test_leasing.py
tests/test_legacy_pipeline_route.py
tests/test_llama_cards.py
tests/test_llama_gather.py
tests/test_materialize_from_spec.py
tests/test_materialize_helm_run_matching.py
tests/test_materialize_helm_suite.py
tests/test_metrics.py
tests/test_optional_deps.py
tests/test_params_override.py
tests/test_prepare_local_helm_config.py
tests/test_process_node.py
tests/test_process_node_yaml.py
tests/test_provenance.py
tests/test_queue_naming.py
tests/test_recipe_name.py
tests/test_result_node.py
tests/test_schema.py
tests/test_single_node_card.py
tests/test_smollm_example.py
tests/test_theory_cards.py
tests/test_theory_links.py
tests/test_worker_cap.py