README.md
pyproject.toml
src/agents/__init__.py
src/agents/broker/__init__.py
src/agents/broker/agent.py
src/agents/broker/billing.py
src/agents/broker/migration.py
src/agents/broker/provider_startup.py
src/agents/broker/ssh.py
src/agents/broker/startup_scripts.py
src/agents/broker/warm_pool.py
src/agents/broker/providers/__init__.py
src/agents/broker/providers/aws.py
src/agents/broker/providers/aws_capacity.py
src/agents/broker/providers/azure.py
src/agents/broker/providers/base.py
src/agents/broker/providers/coreweave.py
src/agents/broker/providers/crusoe.py
src/agents/broker/providers/gcp.py
src/agents/broker/providers/gcp_capacity.py
src/agents/broker/providers/hyperstack.py
src/agents/broker/providers/lambda_labs.py
src/agents/broker/providers/nebius.py
src/agents/broker/providers/region_planner.py
src/agents/broker/providers/runpod.py
src/agents/broker/providers/vast_ai.py
src/agents/broker/providers/voltage_park.py
src/agents/finops/__init__.py
src/agents/finops/agent.py
src/agents/namespace/__init__.py
src/agents/namespace/agent.py
src/agents/namespace/ingestion.py
src/agents/namespace/inject.py
src/agents/namespace/mount.py
src/agents/namespace/prefetch.py
src/agents/orchestration/__init__.py
src/agents/orchestration/agent.py
src/agents/orchestration/decisions.py
src/agents/orchestration/egress.py
src/agents/orchestration/prompts.py
src/agents/pricing/__init__.py
src/agents/pricing/agent.py
src/agents/pricing/pollers.py
src/agents/tester/__init__.py
src/agents/tester/agent.py
src/agents/vault/__init__.py
src/agents/vault/agent.py
src/agents/vault/delta.py
src/agents/vault/multipart.py
src/agents/vault/r2.py
src/agents/watchdog/__init__.py
src/agents/watchdog/agent.py
src/agents/watchdog/signals.py
src/api/__init__.py
src/api/admin_dashboard.py
src/api/admin_routes.py
src/api/auth.py
src/api/bill_reconcile.py
src/api/credentials.py
src/api/credits.py
src/api/db.py
src/api/email.py
src/api/feedback_routes.py
src/api/flags.py
src/api/fraud.py
src/api/invite_routes.py
src/api/job_routes.py
src/api/job_worker.py
src/api/main.py
src/api/models.py
src/api/pricing_routes.py
src/api/smoke_routes.py
src/api/stripe_routes.py
src/cli/__init__.py
src/cli/_dataset.py
src/cli/_preflight.py
src/cli/_remote.py
src/cli/_subprocess.py
src/cli/admin_cmd.py
src/cli/checkpoint_template.py
src/cli/checkpoint_template_deepspeed.py
src/cli/checkpoint_template_jax.py
src/cli/connect.py
src/cli/crash_reporter.py
src/cli/data.py
src/cli/delete.py
src/cli/download.py
src/cli/estimate.py
src/cli/examples.py
src/cli/feedback.py
src/cli/inject.py
src/cli/login_cmd.py
src/cli/main.py
src/cli/migrate_keys.py
src/cli/notify.py
src/cli/ps.py
src/cli/remote_providers.py
src/cli/restart.py
src/cli/run.py
src/cli/signup.py
src/cli/smoke_history.py
src/cli/sync.py
src/shared/__init__.py
src/shared/api_utils.py
src/shared/bill_auditor.py
src/shared/compute_tiers.py
src/shared/config.py
src/shared/credential_vault.py
src/shared/credits.py
src/shared/data_loader.py
src/shared/email.py
src/shared/env_utils.py
src/shared/failure_codes.py
src/shared/gpu_resolver.py
src/shared/idempotency.py
src/shared/invoice.py
src/shared/job_logger.py
src/shared/job_run_logger.py
src/shared/logging_utils.py
src/shared/manifest.py
src/shared/models.py
src/shared/models_additions.py
src/shared/price_guard.py
src/shared/provider_billing.py
src/shared/provider_capacity.py
src/shared/queue.py
src/shared/r2_credentials.py
src/shared/r2_utils.py
src/shared/recovery_tiers.py
src/shared/retry.py
src/shared/script_upload.py
src/shared/security.py
src/shared/spend.py
src/shared/storage_billing.py
src/shared/sts.py
src/shared/suggestions.py
src/shared/telemetry.py
src/shared/usage_tracker.py
src/vaultlayer/__init__.py
src/vaultlayer/_resume_hook.py
src/vaultlayer/_resume_state.py
src/vaultlayer/_resume_torch.py
src/vaultlayer.egg-info/PKG-INFO
src/vaultlayer.egg-info/SOURCES.txt
src/vaultlayer.egg-info/dependency_links.txt
src/vaultlayer.egg-info/entry_points.txt
src/vaultlayer.egg-info/requires.txt
src/vaultlayer.egg-info/top_level.txt
src/workers/__init__.py
src/workers/claude_bug_fixer.py
src/workers/feedback_worker.py
tests/test_admin_dashboard.py
tests/test_admin_routes.py
tests/test_agents_coverage.py
tests/test_agents_misc_coverage.py
tests/test_api_coverage.py
tests/test_auth_coverage.py
tests/test_auth_credits.py
tests/test_auth_onboarding.py
tests/test_aws_backoff_split.py
tests/test_aws_ranker_fallback.py
tests/test_aws_termination_retry.py
tests/test_bill_reconcile.py
tests/test_broker_agent.py
tests/test_byoc_phase2.py
tests/test_checkpoint_helper.py
tests/test_cli_coverage.py
tests/test_cold_start_race.py
tests/test_constraint_satisfaction.py
tests/test_constraint_satisfaction_integration.py
tests/test_coverage_gaps.py
tests/test_credentials_api.py
tests/test_credits_coverage.py
tests/test_critical_gaps_batch1.py
tests/test_data_loader_ttl.py
tests/test_e2e_aws_down.py
tests/test_e2e_smoke.py
tests/test_ec4_weight_storm.py
tests/test_egress_engine.py
tests/test_exit_code_routing.py
tests/test_feedback_system.py
tests/test_find_checkpoint.py
tests/test_finops_agent.py
tests/test_flow_abc_coverage.py
tests/test_flow_abc_smoke.py
tests/test_gainshare.py
tests/test_gap27_shard_sha256.py
tests/test_gaps_batch2.py
tests/test_gcp_image_and_serial.py
tests/test_gcp_zone_fallback.py
tests/test_gpu_resolver.py
tests/test_gtm_gaps.py
tests/test_handle_provision_result.py
tests/test_idem3_vault_orphan_gc.py
tests/test_idempotency.py
tests/test_included_providers.py
tests/test_inject_coverage.py
tests/test_integration.py
tests/test_invite_tokens.py
tests/test_job_contract.py
tests/test_log_dedup_final_post.py
tests/test_matrix_health.py
tests/test_migration_leg_reset.py
tests/test_migration_nxn.py
tests/test_multi_node_guard.py
tests/test_namespace_agent.py
tests/test_new_features.py
tests/test_orchestration_agent.py
tests/test_pricing_agent.py
tests/test_provider_billing.py
tests/test_provider_matrix.py
tests/test_provider_smoke.py
tests/test_provider_smoke_prod.py
tests/test_provider_startup.py
tests/test_provider_testing_state.py
tests/test_queue_coverage.py
tests/test_r2_credentials.py
tests/test_rbac.py
tests/test_resume_hook.py
tests/test_run_data_flag.py
tests/test_scenarios.py
tests/test_script_upload.py
tests/test_security.py
tests/test_server_lifecycle.py
tests/test_shared_coverage.py
tests/test_shared_utils.py
tests/test_sla_latency.py
tests/test_startup_scripts.py
tests/test_storage_billing_coverage.py
tests/test_sts_concurrent_cache.py
tests/test_sync_cloud_mirror.py
tests/test_sync_s3_mirror.py
tests/test_technical_cracks.py
tests/test_telemetry.py
tests/test_v0_gaps.py
tests/test_vault_agent.py
tests/test_watchdog_agent.py