LICENSE
README.md
pyproject.toml
opentracy/__init__.py
opentracy/_distill.py
opentracy/_env.py
opentracy/aliases.py
opentracy/cli.py
opentracy/engine.py
opentracy/loader.py
opentracy/model_prices.py
opentracy/sdk.py
opentracy/student.py
opentracy/weights.py
opentracy.egg-info/PKG-INFO
opentracy.egg-info/SOURCES.txt
opentracy.egg-info/dependency_links.txt
opentracy.egg-info/entry_points.txt
opentracy.egg-info/requires.txt
opentracy.egg-info/top_level.txt
opentracy/_bundled_weights/weights-mmlu-v1/manifest.json
opentracy/_bundled_weights/weights-mmlu-v1/clusters/default.npz
opentracy/_bundled_weights/weights-mmlu-v1/clusters/mmlu_full.npz
opentracy/_bundled_weights/weights-mmlu-v1/profiles/codestral-latest.json
opentracy/_bundled_weights/weights-mmlu-v1/profiles/gpt-3.5-turbo.json
opentracy/_bundled_weights/weights-mmlu-v1/profiles/gpt-4-turbo.json
opentracy/_bundled_weights/weights-mmlu-v1/profiles/gpt-4o-mini.json
opentracy/_bundled_weights/weights-mmlu-v1/profiles/gpt-4o.json
opentracy/_bundled_weights/weights-mmlu-v1/profiles/ministral-3b-latest.json
opentracy/_bundled_weights/weights-mmlu-v1/profiles/ministral-8b-latest.json
opentracy/_bundled_weights/weights-mmlu-v1/profiles/mistral-large-latest.json
opentracy/_bundled_weights/weights-mmlu-v1/profiles/mistral-small-latest.json
opentracy/_bundled_weights/weights-mmlu-v1/profiles/pixtral-12b-2409.json
opentracy/annotations/__init__.py
opentracy/annotations/repository.py
opentracy/annotations/router.py
opentracy/api/__init__.py
opentracy/api/schemas.py
opentracy/api/server.py
opentracy/augmentation/__init__.py
opentracy/augmentation/golden_augmenter.py
opentracy/augmentation/judge.py
opentracy/augmentation/preference_data.py
opentracy/auto_eval/__init__.py
opentracy/auto_eval/repository.py
opentracy/auto_eval/router.py
opentracy/clustering/__init__.py
opentracy/clustering/labeler.py
opentracy/clustering/models.py
opentracy/clustering/pipeline.py
opentracy/clustering/quality.py
opentracy/config/__init__.py
opentracy/config/settings.py
opentracy/core/__init__.py
opentracy/core/clustering.py
opentracy/core/embeddings.py
opentracy/core/metrics.py
opentracy/data/__init__.py
opentracy/data/dataset.py
opentracy/data/loaders.py
opentracy/datasets/__init__.py
opentracy/datasets/repository.py
opentracy/datasets/schemas.py
opentracy/deployment/__init__.py
opentracy/deployment/inference_metrics.py
opentracy/deployment/manager.py
opentracy/deployment/proxy.py
opentracy/deployment/routes.py
opentracy/deployment/schemas.py
opentracy/deployment/storage.py
opentracy/distillation/__init__.py
opentracy/distillation/client.py
opentracy/distillation/curation.py
opentracy/distillation/data_gen.py
opentracy/distillation/export.py
opentracy/distillation/pipeline.py
opentracy/distillation/repository.py
opentracy/distillation/schemas.py
opentracy/distillation/serialization.py
opentracy/distillation/trainer.py
opentracy/eval_agent/__init__.py
opentracy/eval_agent/agent.py
opentracy/eval_agent/router.py
opentracy/evals_common/__init__.py
opentracy/evals_common/db.py
opentracy/evals_common/llm_judge.py
opentracy/evals_common/metric_executor.py
opentracy/evals_common/metric_suggester.py
opentracy/evals_common/model_invoker.py
opentracy/evaluation/__init__.py
opentracy/evaluation/baselines.py
opentracy/evaluation/evaluator.py
opentracy/evaluation/metrics.py
opentracy/evaluation/response_cache.py
opentracy/evaluations/__init__.py
opentracy/evaluations/repository.py
opentracy/evaluations/router.py
opentracy/evaluations/runner.py
opentracy/experiments/__init__.py
opentracy/experiments/repository.py
opentracy/experiments/router.py
opentracy/experiments/runner.py
opentracy/feedback/__init__.py
opentracy/feedback/collector.py
opentracy/feedback/drift_detector.py
opentracy/feedback/engine_reload.py
opentracy/feedback/incremental_updater.py
opentracy/feedback/scheduled_trainer.py
opentracy/feedback/trace_to_training.py
opentracy/harness/__init__.py
opentracy/harness/memory_store.py
opentracy/harness/operator.py
opentracy/harness/operator_tools.py
opentracy/harness/registry.py
opentracy/harness/runner.py
opentracy/harness/scheduler.py
opentracy/harness/tools.py
opentracy/harness/trace_scanner.py
opentracy/harness/training_advisor.py
opentracy/hub/__init__.py
opentracy/hub/index.json
opentracy/hub/manager.py
opentracy/mcp/__init__.py
opentracy/mcp/__main__.py
opentracy/mcp/server.py
opentracy/metrics/__init__.py
opentracy/metrics/repository.py
opentracy/metrics/router.py
opentracy/models/__init__.py
opentracy/models/llm_client.py
opentracy/models/llm_profile.py
opentracy/models/llm_registry.py
opentracy/profiler/__init__.py
opentracy/profiler/model_profiler.py
opentracy/proposals/__init__.py
opentracy/proposals/decision_engine.py
opentracy/proposals/repository.py
opentracy/proposals/router.py
opentracy/router/__init__.py
opentracy/router/uniroute.py
opentracy/scripts/__init__.py
opentracy/scripts/bootstrap_weights.py
opentracy/settings/__init__.py
opentracy/settings/repository.py
opentracy/settings/router.py
opentracy/storage/__init__.py
opentracy/storage/clickhouse_client.py
opentracy/storage/secrets.py
opentracy/storage/state_manager.py
opentracy/trace_issues/__init__.py
opentracy/trace_issues/repository.py
opentracy/trace_issues/router.py
opentracy/trace_issues/scanner.py
opentracy/training/__init__.py
opentracy/training/auto_trainer.py
opentracy/training/kmeans_trainer.py
opentracy/training/learned_map_trainer.py
opentracy/training/pipeline.py
opentracy/training/runtime.py
tests/test_aliases.py
tests/test_api_dataset_defaults.py
tests/test_autotraining.py
tests/test_azure_provider.py
tests/test_core.py
tests/test_data.py
tests/test_distill.py
tests/test_distillation_rebrand.py
tests/test_evaluation.py
tests/test_harness_rebrand.py
tests/test_hub.py
tests/test_integration.py
tests/test_models.py
tests/test_router.py
tests/test_sdk_fixes.py
tests/test_student.py
tests/test_weights.py