LICENSE
README.md
pyproject.toml
setup.py
andamento/__init__.py
andamento/__main__.py
andamento/checkpoint.py
andamento/cli.py
andamento/compare.py
andamento/interpret.py
andamento/py.typed
andamento/saturate.py
andamento/server.py
andamento/user_config.py
andamento.egg-info/PKG-INFO
andamento.egg-info/SOURCES.txt
andamento.egg-info/dependency_links.txt
andamento.egg-info/entry_points.txt
andamento.egg-info/requires.txt
andamento.egg-info/top_level.txt
andamento/app/__init__.py
andamento/app/audit.py
andamento/app/compare.py
andamento/app/detect.py
andamento/app/diagnose.py
andamento/app/doctor.py
andamento/app/preflight.py
andamento/app/quickstart.py
andamento/app/saturate.py
andamento/app/types.py
andamento/app/validate.py
andamento/cli_app/__init__.py
andamento/cli_app/_main.py
andamento/cli_app/_shared.py
andamento/cli_app/commands/__init__.py
andamento/cli_app/commands/analyze.py
andamento/cli_app/commands/audit.py
andamento/cli_app/commands/compare.py
andamento/cli_app/commands/curvature.py
andamento/cli_app/commands/dashboard.py
andamento/cli_app/commands/doctor.py
andamento/cli_app/commands/plan.py
andamento/cli_app/commands/quickstart.py
andamento/cli_app/commands/saturate.py
andamento/cli_app/commands/serve.py
andamento/cli_app/commands/validate.py
andamento/dashboard/__init__.py
andamento/dashboard/server.py
andamento/dashboard/dist/index.html
andamento/dashboard/dist/assets/index-CFSBHae-.js
andamento/diagnose/__init__.py
andamento/diagnose/ambiguity.py
andamento/diagnose/base_inference.py
andamento/diagnose/benchmark_alignment.py
andamento/diagnose/calibration_stability.py
andamento/diagnose/classify.py
andamento/diagnose/coverage.py
andamento/diagnose/curvature.py
andamento/diagnose/format_content.py
andamento/diagnose/geometry.py
andamento/diagnose/gpu_probe.py
andamento/diagnose/gradient.py
andamento/diagnose/inference.py
andamento/diagnose/model_utils.py
andamento/diagnose/prefilter.py
andamento/diagnose/preflight.py
andamento/diagnose/repair_queue.py
andamento/diagnose/sampling.py
andamento/diagnose/stability.py
andamento/diagnose/statistics.py
andamento/diagnose/temperature.py
andamento/diagnose/trust_policy.py
andamento/diagnose/validation.py
andamento/ingest/__init__.py
andamento/ingest/formats.py
andamento/ingest/loader.py
andamento/ingest/sampler.py
andamento/ingest/validate.py
andamento/integrations/__init__.py
andamento/integrations/wandb.py
andamento/pipeline/__init__.py
andamento/pipeline/config.py
andamento/pipeline/context.py
andamento/pipeline/dry_run.py
andamento/pipeline/orchestrator.py
andamento/pipeline/stages.py
andamento/pipeline/stages_benchmark_eval.py
andamento/pipeline/stages_diagnostics.py
andamento/pipeline/stages_ingest.py
andamento/pipeline/stages_reporting.py
andamento/pipeline/stats.py
andamento/profiles/__init__.py
andamento/profiles/data/Qwen--Qwen2.5-32B-Instruct.json
andamento/profiles/data/Qwen--Qwen2.5-7B-Instruct.json
andamento/profiles/data/Qwen--Qwen3-1.7B.json
andamento/profiles/data/deepseek-ai--DeepSeek-R1-Distill-Qwen-7B.json
andamento/profiles/data/google--gemma-2-9b-it.json
andamento/profiles/data/meta-llama--Llama-3.1-70B-Instruct.json
andamento/profiles/data/meta-llama--Llama-3.1-8B-Instruct.json
andamento/profiles/data/meta-llama--Llama-3.1-8B.json
andamento/profiles/data/microsoft--Phi-3.5-mini-instruct.json
andamento/profiles/data/mistralai--Ministral-8B-Instruct-2410.json
andamento/profiles/data/mistralai--Mistral-7B-Instruct-v0.2.json
andamento/profiles/data/mistralai--Mistral-7B-v0.1.json
andamento/profiles/data/mistralai--Mistral-Nemo-Instruct-2407.json
andamento/providers/__init__.py
andamento/providers/base.py
andamento/providers/http_provider.py
andamento/providers/local.py
andamento/report/__init__.py
andamento/report/html_report.py
andamento/report/interpret.py
andamento/report/json_report.py
andamento/report/schema.py
andamento/report/assets/report.css
andamento/report/assets/three-bundle.min.js
andamento/report/templates/report.html
andamento/samples/demo.jsonl
andamento/samples/dolly_demo.jsonl
andamento/tessellate/__init__.py
andamento/tessellate/adjacency.py
andamento/tessellate/cluster.py
andamento/tessellate/embed.py
andamento/tessellate/metadata.py
andamento/tessellate/metrics.py
andamento/tessellate/task_type.py
andamento/tessellate/topology.py
andamento/utils/__init__.py
andamento/utils/hf_retry.py
andamento/utils/stats.py
tests/test_app.py
tests/test_architecture.py
tests/test_benchmark_alignment.py
tests/test_cli.py
tests/test_compare.py
tests/test_curvature.py
tests/test_dedup.py
tests/test_format_content.py
tests/test_geometry.py
tests/test_gpu_stress.py
tests/test_heterogeneity.py
tests/test_hf_retry.py
tests/test_ingest.py
tests/test_integration.py
tests/test_model_utils.py
tests/test_partition_trust.py
tests/test_prefilter.py
tests/test_profiles.py
tests/test_repair_queue.py
tests/test_report.py
tests/test_saturate.py
tests/test_server.py
tests/test_smoke.py
tests/test_stability.py
tests/test_task_type.py
tests/test_temperature.py
tests/test_tessellate.py
tests/test_topology.py
tests/test_user_config.py
tests/test_validation_gates.py
tests/test_waste_matrix.py