CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/api.md
docs/case-study.md
docs/cli.md
docs/dashboard-guide.md
docs/examples.md
docs/framework-comparison.md
docs/index.md
docs/installation.md
docs/model-recommendations.md
docs/model-testing-guide.md
docs/pypi-release-guide.md
docs/telemetry-collection-guide.md
examples/edge_coder.yaml
examples/frontier_assistant.yaml
examples/medium_coder.yaml
examples/pipeline-config.yaml
src/atropos/__init__.py
src/atropos/batch.py
src/atropos/calculations.py
src/atropos/calibration.py
src/atropos/carbon_presets.py
src/atropos/cli.py
src/atropos/config.py
src/atropos/hardware.py
src/atropos/integrations.py
src/atropos/io.py
src/atropos/model_tester.py
src/atropos/models.py
src/atropos/presets.py
src/atropos/pruning_integration.py
src/atropos/reporting.py
src/atropos/telemetry.py
src/atropos/telemetry_collector.py
src/atropos/visualization.py
src/atropos/core/calculator.py
src/atropos/core/uncertainty.py
src/atropos/dashboard/__init__.py
src/atropos/dashboard/app.py
src/atropos/dashboard/components.py
src/atropos/dashboard/layouts.py
src/atropos/pipeline/__init__.py
src/atropos/pipeline/config.py
src/atropos/pipeline/models.py
src/atropos/pipeline/runner.py
src/atropos/validation/__init__.py
src/atropos/validation/models.py
src/atropos/validation/runner.py
src/atropos_llm.egg-info/PKG-INFO
src/atropos_llm.egg-info/SOURCES.txt
src/atropos_llm.egg-info/dependency_links.txt
src/atropos_llm.egg-info/entry_points.txt
src/atropos_llm.egg-info/requires.txt
src/atropos_llm.egg-info/top_level.txt
tests/test_calculations.py
tests/test_carbon_presets.py
tests/test_cli.py
tests/test_csv_to_markdown.py
tests/test_io.py
tests/test_telemetry.py
tests/test_uncertainty.py
tests/test_visualization.py
tests/test_wanda_integration.py