pyproject.toml
redcrown/__init__.py
redcrown/api.py
redcrown/benchmark_page.py
redcrown/billing.py
redcrown/blobstore.py
redcrown/cli.py
redcrown/cli_auth.py
redcrown/config.py
redcrown/credentials.py
redcrown/crypto.py
redcrown/custom_http.py
redcrown/engine.py
redcrown/eval_runner.py
redcrown/experiment.py
redcrown/import_results.py
redcrown/infra_pricing.py
redcrown/ingest.py
redcrown/jobs.py
redcrown/models.py
redcrown/pricing.py
redcrown/proxy.py
redcrown/replay.py
redcrown/report_export.py
redcrown/scaffold.py
redcrown/shadow.py
redcrown/ssrf.py
redcrown.egg-info/PKG-INFO
redcrown.egg-info/SOURCES.txt
redcrown.egg-info/dependency_links.txt
redcrown.egg-info/entry_points.txt
redcrown.egg-info/requires.txt
redcrown.egg-info/top_level.txt
redcrown/auth/__init__.py
redcrown/auth/dependencies.py
redcrown/auth/jwt.py
redcrown/auth/org.py
redcrown/datasets/__init__.py
redcrown/datasets/aispire_import.py
redcrown/datasets/primock57.py
redcrown/db/__init__.py
redcrown/db/audit_repo.py
redcrown/db/captures_repo.py
redcrown/db/credentials_repo.py
redcrown/db/exp_runs_repo.py
redcrown/db/experiments_repo.py
redcrown/db/invites_repo.py
redcrown/db/oauth_repo.py
redcrown/db/orgs_repo.py
redcrown/db/pool.py
redcrown/db/proof_links_repo.py
redcrown/db/proxied_endpoints_repo.py
redcrown/db/review_examples_repo.py
redcrown/db/reviews_repo.py
redcrown/db/runs_repo.py
redcrown/db/subscriptions_repo.py
redcrown/db/tasks_repo.py
redcrown/oauth/__init__.py
redcrown/oauth/keys.py
redcrown/oauth/routes.py
redcrown/oauth/supabase_login.py
redcrown/oauth/tokens.py
redcrown/providers/__init__.py
redcrown/providers/anthropic_provider.py
redcrown/providers/aws_transcribe_provider.py
redcrown/providers/base.py
redcrown/providers/bedrock_provider.py
redcrown/providers/byohttp_provider.py
redcrown/providers/deepgram_provider.py
redcrown/providers/demo.py
redcrown/providers/openai_compatible.py
redcrown/providers/openai_provider.py
redcrown/providers/registry.py
redcrown/providers/whisper_provider.py
redcrown/scoring/__init__.py
redcrown/scoring/builtin.py
redcrown/scoring/extraction.py
redcrown/scoring/judge.py
redcrown/scoring/medical_terms.py
redcrown/scoring/pipeline.py
redcrown/scoring/transcription.py
redcrown/scoring/winner.py
tests/test_aispire_import.py
tests/test_anthropic_provider.py
tests/test_api.py
tests/test_api_authed.py
tests/test_api_billing.py
tests/test_api_credentials.py
tests/test_api_custom_http.py
tests/test_api_experiments.py
tests/test_api_import.py
tests/test_api_input_capture.py
tests/test_api_proof_owner.py
tests/test_api_proof_token.py
tests/test_api_proxy.py
tests/test_api_replay.py
tests/test_api_review_owner.py
tests/test_api_review_token.py
tests/test_api_scaffold.py
tests/test_api_workspaces.py
tests/test_audit_repo.py
tests/test_auth_dependency.py
tests/test_auth_jwt.py
tests/test_aws_transcribe_provider.py
tests/test_aws_transcribe_registry.py
tests/test_bedrock_provider.py
tests/test_bedrock_registry.py
tests/test_benchmark_page.py
tests/test_billing_plan.py
tests/test_blobstore.py
tests/test_byohttp_provider.py
tests/test_captures_repo.py
tests/test_cli.py
tests/test_cli_auth.py
tests/test_cli_build_dataset.py
tests/test_cli_import.py
tests/test_cli_push.py
tests/test_cost_estimate.py
tests/test_credentials.py
tests/test_credentials_repo.py
tests/test_crypto.py
tests/test_custom_http.py
tests/test_deepgram_provider.py
tests/test_demo_provider.py
tests/test_engine.py
tests/test_eval_receipts.py
tests/test_eval_runner.py
tests/test_eval_runner_assemble.py
tests/test_exp_runs_repo.py
tests/test_experiment_models.py
tests/test_experiments_repo.py
tests/test_import_results.py
tests/test_infra_pricing.py
tests/test_ingest.py
tests/test_ingest_payload_data.py
tests/test_invites_repo.py
tests/test_jobs.py
tests/test_judge.py
tests/test_models.py
tests/test_oauth_device_routes.py
tests/test_oauth_keys.py
tests/test_oauth_repo.py
tests/test_oauth_routes.py
tests/test_oauth_tokens.py
tests/test_openai_compatible.py
tests/test_openai_provider.py
tests/test_org_dependency.py
tests/test_orgs_repo.py
tests/test_payload_dispatch.py
tests/test_pipeline.py
tests/test_pricing.py
tests/test_pricing_units.py
tests/test_primock57_harness.py
tests/test_proof_links_repo.py
tests/test_proxied_endpoints_repo.py
tests/test_proxy.py
tests/test_registry.py
tests/test_replay.py
tests/test_report_export.py
tests/test_review_examples_repo.py
tests/test_reviews_repo.py
tests/test_runs_repo.py
tests/test_scaffold.py
tests/test_scoring_builtin.py
tests/test_scoring_extraction.py
tests/test_scoring_medical_terms.py
tests/test_scoring_transcription.py
tests/test_shadow.py
tests/test_ssrf.py
tests/test_subscriptions_repo.py
tests/test_supabase_login.py
tests/test_tasks_repo.py
tests/test_whisper_provider.py
tests/test_winner.py