LICENSE
README.md
pyproject.toml
lunar_router/__init__.py
lunar_router/cli.py
lunar_router/engine.py
lunar_router/loader.py
lunar_router/model_prices.py
lunar_router/sdk.py
lunar_router/weights.py
lunar_router.egg-info/PKG-INFO
lunar_router.egg-info/SOURCES.txt
lunar_router.egg-info/dependency_links.txt
lunar_router.egg-info/entry_points.txt
lunar_router.egg-info/requires.txt
lunar_router.egg-info/top_level.txt
lunar_router/annotations/__init__.py
lunar_router/annotations/repository.py
lunar_router/annotations/router.py
lunar_router/api/__init__.py
lunar_router/api/schemas.py
lunar_router/api/server.py
lunar_router/augmentation/__init__.py
lunar_router/augmentation/golden_augmenter.py
lunar_router/augmentation/judge.py
lunar_router/augmentation/preference_data.py
lunar_router/auto_eval/__init__.py
lunar_router/auto_eval/repository.py
lunar_router/auto_eval/router.py
lunar_router/clustering/__init__.py
lunar_router/clustering/labeler.py
lunar_router/clustering/models.py
lunar_router/clustering/pipeline.py
lunar_router/clustering/quality.py
lunar_router/config/__init__.py
lunar_router/config/settings.py
lunar_router/core/__init__.py
lunar_router/core/clustering.py
lunar_router/core/embeddings.py
lunar_router/core/metrics.py
lunar_router/data/__init__.py
lunar_router/data/dataset.py
lunar_router/data/loaders.py
lunar_router/datasets/__init__.py
lunar_router/datasets/repository.py
lunar_router/datasets/router.py
lunar_router/datasets/schemas.py
lunar_router/deployment/__init__.py
lunar_router/deployment/manager.py
lunar_router/deployment/routes.py
lunar_router/deployment/schemas.py
lunar_router/deployment/storage.py
lunar_router/distillation/__init__.py
lunar_router/distillation/client.py
lunar_router/distillation/curation.py
lunar_router/distillation/data_gen.py
lunar_router/distillation/export.py
lunar_router/distillation/pipeline.py
lunar_router/distillation/repository.py
lunar_router/distillation/router.py
lunar_router/distillation/schemas.py
lunar_router/distillation/trainer.py
lunar_router/eval_agent/__init__.py
lunar_router/eval_agent/agent.py
lunar_router/eval_agent/router.py
lunar_router/evals_common/__init__.py
lunar_router/evals_common/db.py
lunar_router/evals_common/llm_judge.py
lunar_router/evals_common/metric_executor.py
lunar_router/evals_common/metric_suggester.py
lunar_router/evals_common/model_invoker.py
lunar_router/evaluation/__init__.py
lunar_router/evaluation/baselines.py
lunar_router/evaluation/evaluator.py
lunar_router/evaluation/metrics.py
lunar_router/evaluation/response_cache.py
lunar_router/evaluations/__init__.py
lunar_router/evaluations/repository.py
lunar_router/evaluations/router.py
lunar_router/evaluations/runner.py
lunar_router/experiments/__init__.py
lunar_router/experiments/repository.py
lunar_router/experiments/router.py
lunar_router/experiments/runner.py
lunar_router/feedback/__init__.py
lunar_router/feedback/collector.py
lunar_router/feedback/drift_detector.py
lunar_router/feedback/engine_reload.py
lunar_router/feedback/incremental_updater.py
lunar_router/feedback/scheduled_trainer.py
lunar_router/feedback/trace_to_training.py
lunar_router/harness/__init__.py
lunar_router/harness/memory_store.py
lunar_router/harness/operator.py
lunar_router/harness/operator_tools.py
lunar_router/harness/registry.py
lunar_router/harness/runner.py
lunar_router/harness/scheduler.py
lunar_router/harness/tools.py
lunar_router/harness/trace_scanner.py
lunar_router/harness/training_advisor.py
lunar_router/hub/__init__.py
lunar_router/hub/index.json
lunar_router/hub/manager.py
lunar_router/mcp/__init__.py
lunar_router/mcp/__main__.py
lunar_router/mcp/server.py
lunar_router/metrics/__init__.py
lunar_router/metrics/repository.py
lunar_router/metrics/router.py
lunar_router/models/__init__.py
lunar_router/models/llm_client.py
lunar_router/models/llm_profile.py
lunar_router/models/llm_registry.py
lunar_router/profiler/__init__.py
lunar_router/profiler/model_profiler.py
lunar_router/proposals/__init__.py
lunar_router/proposals/decision_engine.py
lunar_router/proposals/repository.py
lunar_router/proposals/router.py
lunar_router/router/__init__.py
lunar_router/router/uniroute.py
lunar_router/scripts/__init__.py
lunar_router/scripts/bootstrap_weights.py
lunar_router/settings/__init__.py
lunar_router/settings/repository.py
lunar_router/settings/router.py
lunar_router/storage/__init__.py
lunar_router/storage/clickhouse_client.py
lunar_router/storage/secrets.py
lunar_router/storage/state_manager.py
lunar_router/trace_issues/__init__.py
lunar_router/trace_issues/repository.py
lunar_router/trace_issues/router.py
lunar_router/trace_issues/scanner.py
lunar_router/training/__init__.py
lunar_router/training/auto_trainer.py
lunar_router/training/kmeans_trainer.py
lunar_router/training/learned_map_trainer.py
lunar_router/training/pipeline.py
lunar_router/training/runtime.py
tests/test_autotraining.py
tests/test_core.py
tests/test_data.py
tests/test_evaluation.py
tests/test_hub.py
tests/test_integration.py
tests/test_models.py
tests/test_router.py
tests/test_sdk_fixes.py
tests/test_weights.py