CHANGELOG.md
LICENSE
MANIFEST.in
NOTICE.md
README.md
pyproject.toml
setup.py
packages/paid_tier_manifest.json
packages/tier_build_hooks.py
src/director_ai/__init__.py
src/director_ai/_cli_verify.py
src/director_ai/_guard_canary.py
src/director_ai/_guard_defence.py
src/director_ai/_guard_distributed.py
src/director_ai/_guard_hardening.py
src/director_ai/_guard_quality.py
src/director_ai/_guard_verification.py
src/director_ai/cli.py
src/director_ai/cli_quickstart.py
src/director_ai/guard.py
src/director_ai/lite.py
src/director_ai/py.typed
src/director_ai.egg-info/PKG-INFO
src/director_ai.egg-info/SOURCES.txt
src/director_ai.egg-info/dependency_links.txt
src/director_ai.egg-info/entry_points.txt
src/director_ai.egg-info/requires.txt
src/director_ai.egg-info/top_level.txt
src/director_ai/cli_verify/__init__.py
src/director_ai/cli_verify/compliance.py
src/director_ai/cli_verify/diagnostics.py
src/director_ai/cli_verify/evidence_kit.py
src/director_ai/cli_verify/tools.py
src/director_ai/cli_verify/verification.py
src/director_ai/core/__init__.py
src/director_ai/core/_device.py
src/director_ai/core/_heuristics.py
src/director_ai/core/accelerator_fallback.py
src/director_ai/core/async_streaming.py
src/director_ai/core/audit.py
src/director_ai/core/backends.py
src/director_ai/core/cache.py
src/director_ai/core/config.py
src/director_ai/core/config_builders.py
src/director_ai/core/config_env.py
src/director_ai/core/config_logging.py
src/director_ai/core/config_profiles.py
src/director_ai/core/config_validation.py
src/director_ai/core/doc_chunker.py
src/director_ai/core/doc_parser.py
src/director_ai/core/doc_registry.py
src/director_ai/core/exceptions.py
src/director_ai/core/kernel.py
src/director_ai/core/knowledge.py
src/director_ai/core/license.py
src/director_ai/core/lite_scorer.py
src/director_ai/core/mandatory.py
src/director_ai/core/meta_classifier.py
src/director_ai/core/metrics.py
src/director_ai/core/model_registry.py
src/director_ai/core/model_revisions.py
src/director_ai/core/nli.py
src/director_ai/core/otel.py
src/director_ai/core/polar_license.py
src/director_ai/core/policy.py
src/director_ai/core/redactor.py
src/director_ai/core/safety_event.py
src/director_ai/core/safety_protocol.py
src/director_ai/core/sanitizer.py
src/director_ai/core/scorer.py
src/director_ai/core/stats.py
src/director_ai/core/streaming.py
src/director_ai/core/text_overlap.py
src/director_ai/core/text_segmentation.py
src/director_ai/core/types.py
src/director_ai/core/vector_store.py
src/director_ai/core/attribution/__init__.py
src/director_ai/core/attribution/causal_graph.py
src/director_ai/core/evidence_packet/__init__.py
src/director_ai/core/evidence_packet/packet.py
src/director_ai/core/guard_control/__init__.py
src/director_ai/core/guard_control/decision.py
src/director_ai/core/guard_control/no_go.py
src/director_ai/core/ingestion/__init__.py
src/director_ai/core/ingestion/pipeline.py
src/director_ai/core/knowledge_graph/__init__.py
src/director_ai/core/knowledge_graph/graph.py
src/director_ai/core/knowledge_graph/policy.py
src/director_ai/core/knowledge_graph/validator.py
src/director_ai/core/memory/__init__.py
src/director_ai/core/memory/consistency.py
src/director_ai/core/models/dataset_type_classifier.json
src/director_ai/core/observability/__init__.py
src/director_ai/core/observability/callbacks.py
src/director_ai/core/observability/forensics.py
src/director_ai/core/observability/kpi_report.py
src/director_ai/core/observability/kpis.py
src/director_ai/core/observability/tracing.py
src/director_ai/core/policy_compiler/__init__.py
src/director_ai/core/policy_compiler/compiler.py
src/director_ai/core/policy_compiler/extractor.py
src/director_ai/core/policy_compiler/registry.py
src/director_ai/core/policy_compiler/rule.py
src/director_ai/core/provenance/__init__.py
src/director_ai/core/provenance/chain.py
src/director_ai/core/provenance/content_commitment.py
src/director_ai/core/provenance/credibility.py
src/director_ai/core/provenance/credibility_feedback.py
src/director_ai/core/provenance/facts.py
src/director_ai/core/provenance/ledger.py
src/director_ai/core/provenance/merkle.py
src/director_ai/core/provenance/supersession.py
src/director_ai/core/provenance/verifier.py
src/director_ai/core/retrieval/__init__.py
src/director_ai/core/retrieval/adaptive_router.py
src/director_ai/core/retrieval/conflict_guard.py
src/director_ai/core/retrieval/contextual_compression.py
src/director_ai/core/retrieval/doc_chunker.py
src/director_ai/core/retrieval/doc_parser.py
src/director_ai/core/retrieval/doc_registry.py
src/director_ai/core/retrieval/embedding_tuner.py
src/director_ai/core/retrieval/hyde.py
src/director_ai/core/retrieval/kb_health.py
src/director_ai/core/retrieval/knowledge.py
src/director_ai/core/retrieval/multi_vector.py
src/director_ai/core/retrieval/parent_child.py
src/director_ai/core/retrieval/query_decomposition.py
src/director_ai/core/retrieval/ingestion/__init__.py
src/director_ai/core/retrieval/ingestion/base.py
src/director_ai/core/retrieval/ingestion/gdrive.py
src/director_ai/core/retrieval/ingestion/notion.py
src/director_ai/core/retrieval/ingestion/s3.py
src/director_ai/core/retrieval/vector_store/__init__.py
src/director_ai/core/retrieval/vector_store/_conflicts.py
src/director_ai/core/retrieval/vector_store/_snapshot.py
src/director_ai/core/retrieval/vector_store/_versioning.py
src/director_ai/core/retrieval/vector_store/base.py
src/director_ai/core/retrieval/vector_store/composite.py
src/director_ai/core/retrieval/vector_store/embedding.py
src/director_ai/core/retrieval/vector_store/fusion.py
src/director_ai/core/retrieval/vector_store/http_embedding.py
src/director_ai/core/retrieval/vector_store/remanentia.py
src/director_ai/core/retrieval/vector_store/store.py
src/director_ai/core/retrieval/vector_store/tenant_guard.py
src/director_ai/core/retrieval/vector_store/vendors.py
src/director_ai/core/risk_threshold/__init__.py
src/director_ai/core/risk_threshold/adapter.py
src/director_ai/core/risk_threshold/factors.py
src/director_ai/core/risk_threshold/policy.py
src/director_ai/core/runtime/__init__.py
src/director_ai/core/runtime/async_streaming.py
src/director_ai/core/runtime/batch.py
src/director_ai/core/runtime/contradiction_halt.py
src/director_ai/core/runtime/contradiction_tracker.py
src/director_ai/core/runtime/correction.py
src/director_ai/core/runtime/human_review.py
src/director_ai/core/runtime/intent_drift.py
src/director_ai/core/runtime/kernel.py
src/director_ai/core/runtime/review_queue.py
src/director_ai/core/runtime/session.py
src/director_ai/core/runtime/streaming.py
src/director_ai/core/runtime/streaming_gate.py
src/director_ai/core/runtime/structured_recovery.py
src/director_ai/core/runtime/ws_ticket.py
src/director_ai/core/safety/__init__.py
src/director_ai/core/safety/_regex_guard.py
src/director_ai/core/safety/audit.py
src/director_ai/core/safety/audit_salt.py
src/director_ai/core/safety/harm_taxonomy.py
src/director_ai/core/safety/injection.py
src/director_ai/core/safety/policy.py
src/director_ai/core/safety/prompt_guard.py
src/director_ai/core/safety/sanitizer.py
src/director_ai/core/safety/siem.py
src/director_ai/core/safety/moderation/__init__.py
src/director_ai/core/safety/moderation/detectors.py
src/director_ai/core/safety/moderation/pii.py
src/director_ai/core/safety/moderation/toxicity.py
src/director_ai/core/scoring/__init__.py
src/director_ai/core/scoring/_claim_signals.py
src/director_ai/core/scoring/_divergence.py
src/director_ai/core/scoring/_divergence_factual.py
src/director_ai/core/scoring/_divergence_routing.py
src/director_ai/core/scoring/_heuristics.py
src/director_ai/core/scoring/_llm_judge.py
src/director_ai/core/scoring/_nli_accel.py
src/director_ai/core/scoring/_nli_chunking.py
src/director_ai/core/scoring/_nli_claims.py
src/director_ai/core/scoring/_nli_export.py
src/director_ai/core/scoring/_nli_minicheck.py
src/director_ai/core/scoring/_nli_model_inference.py
src/director_ai/core/scoring/_nli_numeric.py
src/director_ai/core/scoring/_nli_provisioning.py
src/director_ai/core/scoring/_review_pipeline.py
src/director_ai/core/scoring/_task_accel.py
src/director_ai/core/scoring/_task_scoring.py
src/director_ai/core/scoring/backends.py
src/director_ai/core/scoring/claim_decomposition.py
src/director_ai/core/scoring/consensus.py
src/director_ai/core/scoring/contradiction.py
src/director_ai/core/scoring/distilled_scorer.py
src/director_ai/core/scoring/embed_scorer.py
src/director_ai/core/scoring/heuristic_coherence.py
src/director_ai/core/scoring/lexical_signals.py
src/director_ai/core/scoring/lite_scorer.py
src/director_ai/core/scoring/meta_classifier.py
src/director_ai/core/scoring/meta_confidence.py
src/director_ai/core/scoring/model_choices.py
src/director_ai/core/scoring/nli.py
src/director_ai/core/scoring/reasoning_scorer.py
src/director_ai/core/scoring/rules_scorer.py
src/director_ai/core/scoring/scorer.py
src/director_ai/core/scoring/scorer_config.py
src/director_ai/core/scoring/self_consistency.py
src/director_ai/core/scoring/sharded_nli.py
src/director_ai/core/scoring/span_detector.py
src/director_ai/core/scoring/temporal_freshness.py
src/director_ai/core/scoring/verified_scorer.py
src/director_ai/core/verification/__init__.py
src/director_ai/core/verification/citation_tracer.py
src/director_ai/core/verification/code_verifier.py
src/director_ai/core/verification/fallacy_detector.py
src/director_ai/core/verification/json_verifier.py
src/director_ai/core/verification/math_consistency.py
src/director_ai/core/verification/neuro_symbolic.py
src/director_ai/core/verification/numeric_verifier.py
src/director_ai/core/verification/reasoning_verifier.py
src/director_ai/core/verification/tool_call_verifier.py
src/director_ai/core/verification/types.py
src/director_ai/integrations/__init__.py
src/director_ai/integrations/autogen_swarm.py
src/director_ai/integrations/crewai.py
src/director_ai/integrations/crewai_swarm.py
src/director_ai/integrations/dspy.py
src/director_ai/integrations/fastapi_guard.py
src/director_ai/integrations/guardrails_ai.py
src/director_ai/integrations/haystack.py
src/director_ai/integrations/inference_logits_adapters.py
src/director_ai/integrations/inference_server_hooks.py
src/director_ai/integrations/langchain.py
src/director_ai/integrations/langchain_callback.py
src/director_ai/integrations/langgraph.py
src/director_ai/integrations/langgraph_swarm.py
src/director_ai/integrations/llamaindex.py
src/director_ai/integrations/openai_swarm.py
src/director_ai/integrations/providers.py
src/director_ai/integrations/rails_config.py
src/director_ai/integrations/sdk_guard.py
src/director_ai/integrations/semantic_kernel.py
src/director_ai/integrations/voice.py
src/director_ai/integrations/sdk_proxies/__init__.py
src/director_ai/integrations/sdk_proxies/anthropic.py
src/director_ai/integrations/sdk_proxies/base.py
src/director_ai/integrations/sdk_proxies/bedrock.py
src/director_ai/integrations/sdk_proxies/cohere.py
src/director_ai/integrations/sdk_proxies/gemini.py
src/director_ai/integrations/sdk_proxies/mistral.py
src/director_ai/integrations/sdk_proxies/openai.py
src/director_ai/integrations/sdk_proxies/pydantic_ai.py
tests/test_accelerator_fallback_parity.py
tests/test_accuracy_improvements.py
tests/test_accuracy_improvements_real_surface.py
tests/test_actor.py
tests/test_actor_real_surface.py
tests/test_adaptive_conformal.py
tests/test_adaptive_router.py
tests/test_adaptive_threshold.py
tests/test_advanced_coherence.py
tests/test_adversarial_suite.py
tests/test_agent.py
tests/test_agent_framework_deploy_pack.py
tests/test_agent_identity.py
tests/test_agent_passport_registry.py
tests/test_agent_preflight.py
tests/test_agent_profile.py
tests/test_agent_providers.py
tests/test_agent_providers_real_surface.py
tests/test_agent_real_surface.py
tests/test_agent_safety_hooks.py
tests/test_aggrefact_save_scores.py
tests/test_aggrefact_save_scores_real_surface.py
tests/test_airgap_install_example.py
tests/test_answer_bom.py
tests/test_api_reference_cli_real_surface.py
tests/test_api_reference_index.py
tests/test_async_streaming.py
tests/test_async_streaming_edge.py
tests/test_audit.py
tests/test_audit_chain.py
tests/test_audit_chain_real_surface.py
tests/test_audit_log.py
tests/test_audit_pg_sql_safety.py
tests/test_audit_salt.py
tests/test_audit_salt_real_surface.py
tests/test_auto_redteam_defence_evidence.py
tests/test_auto_redteam_defence_loop.py
tests/test_autogen_swarm.py
tests/test_autogen_swarm_real_surface.py
tests/test_autopoietic.py
tests/test_autopoietic_blueprint.py
tests/test_autopoietic_real_surface.py
tests/test_backends.py
tests/test_backends_real_surface.py
tests/test_backfire_kernel_release_contract.py
tests/test_build_contradiction_dataset.py
tests/test_build_judge_dataset.py
tests/test_build_judge_dataset_real_surface.py
tests/test_byzantine_consensus.py
tests/test_cache.py
tests/test_cache_concurrent.py
tests/test_canary.py
tests/test_capability_matrix.py
tests/test_carbon.py
tests/test_causal_attribution_graph.py
tests/test_causal_verifier.py
tests/test_check_mojibake.py
tests/test_check_pragma_justifications.py
tests/test_chroma_integration.py
tests/test_chunked_nli.py
tests/test_ci_gate.py
tests/test_ci_gate_real_surface.py
tests/test_ci_optional_extras_matrix.py
tests/test_citation_tracer.py
tests/test_citations.py
tests/test_claim_decomposition.py
tests/test_claim_decomposition_transport_guard.py
tests/test_claim_provenance.py
tests/test_cli.py
tests/test_cli_bench_branch_guards.py
tests/test_cli_bench_paths.py
tests/test_cli_bench_real_surface.py
tests/test_cli_core_real_surface.py
tests/test_cli_forensics.py
tests/test_cli_ingest_formats.py
tests/test_cli_ingest_real_surface.py
tests/test_cli_kpis.py
tests/test_cli_lazy_dispatch.py
tests/test_cli_new_commands.py
tests/test_cli_release_gate.py
tests/test_cli_serve_paths.py
tests/test_cli_serve_real_surface.py
tests/test_cli_tools_real_surface.py
tests/test_cli_train_tracking.py
tests/test_cli_verify_deep.py
tests/test_cli_verify_real_surface.py
tests/test_cli_verify_reporting_real_surface.py
tests/test_code_verifier.py
tests/test_coherence_scorer_review.py
tests/test_commit_message_guard.py
tests/test_competitor_aggrefact.py
tests/test_competitor_aggrefact_real_surface.py
tests/test_competitor_aggrefact_suite.py
tests/test_competitor_latency_bench.py
tests/test_competitor_suite.py
tests/test_compliance_audit_redaction.py
tests/test_compliance_cli.py
tests/test_compliance_reporter.py
tests/test_config.py
tests/test_config_real_surface.py
tests/test_config_wizard.py
tests/test_config_wizard_real_surface.py
tests/test_conflict_aware_knowledge.py
tests/test_conformal.py
tests/test_conformal_routing.py
tests/test_conformal_routing_evidence.py
tests/test_consensus.py
tests/test_consumer_api.py
tests/test_consumer_api_real_surface.py
tests/test_containment.py
tests/test_containment_real_surface.py
tests/test_containment_timing_parity.py
tests/test_content_commitment.py
tests/test_content_moderation_wrapper.py
tests/test_contextual_compression.py
tests/test_contextual_compression_real_surface.py
tests/test_continual_adversarial.py
tests/test_contradiction.py
tests/test_contradiction_aggrefact_benchmark.py
tests/test_contradiction_explainer.py
tests/test_contradiction_halt.py
tests/test_contradiction_injection.py
tests/test_contradiction_real_surface.py
tests/test_contradiction_recall.py
tests/test_contradiction_tracker.py
tests/test_core_moved_imports.py
tests/test_correction_loop.py
tests/test_cors_reverse_proxy_policy.py
tests/test_cost_analyser.py
tests/test_cost_and_attribution.py
tests/test_cost_and_attribution_real_surface.py
tests/test_cost_integration.py
tests/test_cost_integration_real_surface.py
tests/test_credibility_campaign.py
tests/test_credibility_feedback.py
tests/test_crewai_integration.py
tests/test_crewai_swarm.py
tests/test_cross_document_memory.py
tests/test_cross_language_contracts.py
tests/test_cross_language_contracts_real_surface.py
tests/test_cross_model_consensus.py
tests/test_custom_rules_dsl.py
tests/test_customer_model_factory_benchmark_selection.py
tests/test_customer_model_factory_compliance_gate.py
tests/test_customer_model_factory_dataset_contract.py
tests/test_customer_model_factory_deployment_manifest.py
tests/test_customer_model_factory_docs_compliance.py
tests/test_customer_model_factory_e2e_fixture.py
tests/test_customer_model_factory_evidence_pack.py
tests/test_customer_model_factory_examples.py
tests/test_customer_model_factory_monitoring.py
tests/test_customer_model_factory_readiness.py
tests/test_customer_model_factory_release_cli.py
tests/test_customer_model_factory_release_gate.py
tests/test_customer_model_factory_risk_register.py
tests/test_customer_model_factory_runtime_package.py
tests/test_customer_model_factory_sector_extension.py
tests/test_customer_model_factory_training_manifest.py
tests/test_cyber_physical.py
tests/test_cyber_physical_halt_contract.py
tests/test_cyber_physical_real_surface.py
tests/test_data_pipeline.py
tests/test_data_pipeline_real_surface.py
tests/test_dataset_fingerprint.py
tests/test_deception_detection.py
tests/test_decision.py
tests/test_defense_genome.py
tests/test_defense_update_pipeline.py
tests/test_defense_update_pipeline_edges.py
tests/test_demo_streaming_halt_live.py
tests/test_demo_streaming_halt_live_real_surface.py
tests/test_dependabot_dependency_graph_config.py
tests/test_device_selection.py
tests/test_device_selection_real_surface.py
tests/test_dialogue_fpr.py
tests/test_dialogue_fpr_real_surface.py
tests/test_director_ai_lite_package.py
tests/test_distilled_scorer.py
tests/test_distilled_scorer_real_surface.py
tests/test_divergence_mixin.py
tests/test_doc_chunker.py
tests/test_doc_chunker_model_cache.py
tests/test_doc_chunker_model_cache_real_surface.py
tests/test_doc_modules.py
tests/test_doc_modules_real_surface.py
tests/test_doc_parser.py
tests/test_doc_registry.py
tests/test_dp_rag.py
tests/test_dp_rag_pipeline.py
tests/test_dp_rag_real_surface.py
tests/test_drift_detector.py
tests/test_dry_run_production.py
tests/test_e2e_eval.py
tests/test_e2e_feature_matrix.py
tests/test_e2e_rust_compute.py
tests/test_edge_mobile_evidence.py
tests/test_edge_runtime_profile.py
tests/test_embed_scorer.py
tests/test_embed_scorer_real_surface.py
tests/test_embedding_tuner.py
tests/test_embedding_tuner_real_surface.py
tests/test_emergence_oracle.py
tests/test_enterprise.py
tests/test_enterprise_modules.py
tests/test_eval_gate_dataset.py
tests/test_eval_trace.py
tests/test_evidence.py
tests/test_evidence_firewall.py
tests/test_evidence_kit.py
tests/test_evidence_packet.py
tests/test_evidence_packet_real_surface.py
tests/test_exceptions.py
tests/test_execution_rings.py
tests/test_experiment_tracker.py
tests/test_experimental_deployment_docs.py
tests/test_experimental_namespace.py
tests/test_explainability.py
tests/test_external_security_packet.py
tests/test_factcg_public_claims.py
tests/test_fallacy_detector.py
tests/test_fastapi_guard.py
tests/test_fastapi_guard_real_surface.py
tests/test_federated_dp.py
tests/test_federated_dp_evidence.py
tests/test_federated_privacy.py
tests/test_federated_privacy_evidence.py
tests/test_federation_manifest.py
tests/test_feedback_loop_detector.py
tests/test_feedback_store.py
tests/test_feedback_store_real_surface.py
tests/test_ffi_bindings.py
tests/test_field_groups.py
tests/test_financial_services_banking_policy.py
tests/test_finetune.py
tests/test_finetune_api.py
tests/test_finetune_api_real_surface.py
tests/test_finetune_benchmark.py
tests/test_finetune_benchmark_real_surface.py
tests/test_finetune_gpu.py
tests/test_finetune_hot_swap_real_surface.py
tests/test_finetune_jobs.py
tests/test_finetune_managed.py
tests/test_finetune_metrics_real_surface.py
tests/test_finetune_real_surface.py
tests/test_finetune_schemas.py
tests/test_finetune_validator.py
tests/test_finetune_worker.py
tests/test_forge.py
tests/test_formal_code_adapter.py
tests/test_formal_symbolic_evidence.py
tests/test_formal_verification.py
tests/test_formal_verification_real_surface.py
tests/test_freshqa_eval.py
tests/test_frontierfail_packet.py
tests/test_frontierfail_packet_real_surface.py
tests/test_full_benchmark_campaign.py
tests/test_fuzz.py
tests/test_fuzzing.py
tests/test_gem_cli.py
tests/test_gem_endpoints.py
tests/test_gemma_aggrefact_cot.py
tests/test_gemma_aggrefact_cot_real_surface.py
tests/test_gemma_aggrefact_eval.py
tests/test_gemma_aggrefact_eval_real_surface.py
tests/test_gemma_aggrefact_hiss.py
tests/test_gemma_aggrefact_hiss_real_surface.py
tests/test_gemma_aggrefact_hiss_routed.py
tests/test_gemma_aggrefact_hiss_routed_real_surface.py
tests/test_gemma_aggrefact_logprob.py
tests/test_gemma_aggrefact_logprob_real_surface.py
tests/test_gemma_aggrefact_logprob_routed.py
tests/test_gemma_aggrefact_logprob_routed_real_surface.py
tests/test_gemma_aggrefact_routed.py
tests/test_gemma_aggrefact_routed_real_surface.py
tests/test_gemma_aggrefact_self_consistency.py
tests/test_gemma_aggrefact_self_consistency_real_surface.py
tests/test_governance_controls.py
tests/test_grader_validation.py
tests/test_grounding_judge.py
tests/test_grpc_api_docs.py
tests/test_grpc_scoring.py
tests/test_grpc_server.py
tests/test_grpc_server_real_surface.py
tests/test_guard_canary.py
tests/test_guard_control.py
tests/test_guard_defence.py
tests/test_guard_distributed.py
tests/test_guard_firewall.py
tests/test_guard_hardening.py
tests/test_guard_multimodal.py
tests/test_guard_pii_redaction.py
tests/test_guard_quality.py
tests/test_guard_runtime_real_surface.py
tests/test_guard_verification.py
tests/test_guardrails_ai_integration.py
tests/test_guardrails_ai_real_surface.py
tests/test_hallubench_eval.py
tests/test_hallucination_economics.py
tests/test_hallucination_forecaster.py
tests/test_halluhard_eval.py
tests/test_halt_evidence.py
tests/test_handoff_scorer.py
tests/test_handoff_scorer_real_surface.py
tests/test_hardened_auto.py
tests/test_harm_taxonomy.py
tests/test_haystack_integration.py
tests/test_heavy_dependency_supply_chain.py
tests/test_heuristic_coherence_benchmark.py
tests/test_heuristic_coherence_pipeline.py
tests/test_hf_space_app_safety.py
tests/test_hf_space_app_safety_real_surface.py
tests/test_hf_space_demo.py
tests/test_hf_space_demo_real_surface.py
tests/test_hf_space_deployment_smoke.py
tests/test_hf_space_deployment_smoke_real_surface.py
tests/test_honesty_redteam.py
tests/test_host_conditions.py
tests/test_human_review_queue.py
tests/test_hybrid_backend.py
tests/test_hybrid_hardening.py
tests/test_hybrid_hardening_real_surface.py
tests/test_hyde_backend.py
tests/test_hyde_backend_real_surface.py
tests/test_import_guard.py
tests/test_inference_hook_overhead.py
tests/test_inference_logits_adapters.py
tests/test_inference_server_hooks.py
tests/test_ingest.py
tests/test_ingestion_pipeline.py
tests/test_ingestion_pipeline_provenance.py
tests/test_ingestion_plugins.py
tests/test_ingestion_plugins_real_surface.py
tests/test_injection_detector.py
tests/test_injection_detector_real_surface.py
tests/test_injection_integration.py
tests/test_injection_integration_real_surface.py
tests/test_injection_phase3.py
tests/test_injection_phase4.py
tests/test_integrations.py
tests/test_integrations_dspy.py
tests/test_integrations_dspy_real_surface.py
tests/test_integrations_semantic_kernel.py
tests/test_integrations_semantic_kernel_real_surface.py
tests/test_intent_drift.py
tests/test_interlock_kernel.py
tests/test_irreversibility.py
tests/test_jailbreak_detection.py
tests/test_json_verifier.py
tests/test_judge_common.py
tests/test_kb_health.py
tests/test_kernel.py
tests/test_kernel_validation.py
tests/test_knowledge.py
tests/test_knowledge_api.py
tests/test_knowledge_api_real_surface.py
tests/test_knowledge_edge_cases.py
tests/test_knowledge_graph.py
tests/test_knowledge_write_security.py
tests/test_knowledge_write_security_real_surface.py
tests/test_labelling_cockpit.py
tests/test_langchain_callback.py
tests/test_langchain_real_sdk.py
tests/test_langgraph_integration.py
tests/test_langgraph_integration_real_surface.py
tests/test_langgraph_swarm.py
tests/test_lazy_enterprise_import.py
tests/test_lazy_enterprise_import_real_surface.py
tests/test_lexical_signals_parity.py
tests/test_license.py
tests/test_license_ed25519.py
tests/test_license_edge_cases.py
tests/test_license_tier_enforcement.py
tests/test_lite.py
tests/test_lite_scorer.py
tests/test_lite_scorer_v2_eval.py
tests/test_lite_scorer_v2_eval_real_surface.py
tests/test_lite_scorer_v2_eval_runner.py
tests/test_lite_scorer_v2_eval_runner_real_surface.py
tests/test_lite_scorer_v2_export_runner.py
tests/test_lite_scorer_v2_export_runner_real_surface.py
tests/test_lite_scorer_v2_heldout_builder.py
tests/test_lite_scorer_v2_heldout_builder_real_surface.py
tests/test_lite_scorer_v2_launcher.py
tests/test_lite_scorer_v2_launcher_real_surface.py
tests/test_lite_scorer_v2_plan.py
tests/test_lite_scorer_v2_plan_real_surface.py
tests/test_lite_scorer_v2_record_evidence.py
tests/test_lite_scorer_v2_record_evidence_real_surface.py
tests/test_lite_scorer_v2_run_plan.py
tests/test_lite_scorer_v2_run_plan_real_surface.py
tests/test_lite_scorer_v2_training_status.py
tests/test_lite_scorer_v2_training_status_real_surface.py
tests/test_lite_scorer_v2_vertex_runner.py
tests/test_live_red_team.py
tests/test_live_red_team_real_surface.py
tests/test_llamaindex.py
tests/test_llamaindex_real_sdk.py
tests/test_llm_judge.py
tests/test_local_judge.py
tests/test_local_release_evidence_gate.py
tests/test_log_json.py
tests/test_loop_monitor.py
tests/test_managed_training_jobs.py
tests/test_managed_training_jobs_real_surface.py
tests/test_mandatory_runtime_policy.py
tests/test_math_consistency.py
tests/test_mechanistic_interpretability.py
tests/test_meta_classifier.py
tests/test_meta_confidence.py
tests/test_meta_guard.py
tests/test_metrics.py
tests/test_metrics_real_surface.py
tests/test_middleware.py
tests/test_middleware_real_surface.py
tests/test_minicheck_variants.py
tests/test_miscoverage.py
tests/test_ml_bom.py
tests/test_model_benchmark_packages.py
tests/test_model_package_vertex_campaign.py
tests/test_model_registry.py
tests/test_model_revision_policy.py
tests/test_moderation.py
tests/test_moderation_real_surface.py
tests/test_multi_hook_trace_attribution.py
tests/test_multi_scale_alignment.py
tests/test_multi_vector.py
tests/test_multi_vector_real_surface.py
tests/test_multilingual_corpus.py
tests/test_multilingual_corpus_real_surface.py
tests/test_multimodal_check_adapter.py
tests/test_multimodal_clip_discrimination.py
tests/test_multimodal_factory.py
tests/test_multimodal_factory_real_surface.py
tests/test_multimodal_guard.py
tests/test_multimodal_guard_real_surface.py
tests/test_multimodal_temporal_evidence.py
tests/test_neuro_symbolic.py
tests/test_neuro_symbolic_verifier.py
tests/test_new_integrations.py
tests/test_nli_accel.py
tests/test_nli_backend_contracts.py
tests/test_nli_backend_contracts_real_surface.py
tests/test_nli_chunking_mixin.py
tests/test_nli_claims_mixin.py
tests/test_nli_export.py
tests/test_nli_export_real_surface.py
tests/test_nli_integration.py
tests/test_nli_minicheck.py
tests/test_nli_numeric.py
tests/test_nli_provisioning.py
tests/test_nli_scorer.py
tests/test_nli_scorer_real_surface.py
tests/test_no_go.py
tests/test_no_kb_calibration.py
tests/test_notebook_gallery.py
tests/test_notebook_gallery_real_surface.py
tests/test_numeric_verifier.py
tests/test_numeric_verifier_parity.py
tests/test_observability.py
tests/test_observability_forensics.py
tests/test_observability_kpi_report.py
tests/test_observability_kpis.py
tests/test_observability_pack.py
tests/test_online_calibrator.py
tests/test_onnx_artefact_guidance.py
tests/test_onnx_backend.py
tests/test_onnx_backend_real_surface.py
tests/test_onnx_dynamic_scheduler.py
tests/test_onnx_dynamic_scheduler_real_surface.py
tests/test_ontology.py
tests/test_openai_swarm.py
tests/test_operating_points_calibration.py
tests/test_optional_extra_lock_policy.py
tests/test_orchestrator_environment_vertex_metadata.py
tests/test_otel.py
tests/test_otel_real_surface.py
tests/test_output_integrity.py
tests/test_output_integrity_real_surface.py
tests/test_output_trust.py
tests/test_paid_tier_packaging.py
tests/test_paladin_mini.py
tests/test_paladin_mini_real_surface.py
tests/test_parent_child_backend.py
tests/test_phase2_hardening.py
tests/test_phase3_hardening.py
tests/test_phase4_hardening.py
tests/test_phase5_hardening.py
tests/test_physical_budget.py
tests/test_physical_extra_boundary.py
tests/test_physical_grounding_closed_loop.py
tests/test_physical_grounding_evaluator.py
tests/test_pii_redaction_benchmark.py
tests/test_pii_redaction_parity.py
tests/test_pii_redactor.py
tests/test_pilot_onboarding_example.py
tests/test_pint_official_export_runner.py
tests/test_pint_official_export_runner_real_surface.py
tests/test_pint_replication_packet.py
tests/test_pint_replication_packet_real_surface.py
tests/test_pint_seed_smoke_runner.py
tests/test_pint_seed_smoke_runner_real_surface.py
tests/test_polar_deployment_smoke.py
tests/test_polar_license.py
tests/test_policy.py
tests/test_policy_compiler.py
tests/test_policy_evaluation.py
tests/test_pre_halt_steering.py
tests/test_precommit_exposure_guard.py
tests/test_prepare_threshold_data.py
tests/test_prepare_threshold_data_real_surface.py
tests/test_pricing_tier_boundary_docs.py
tests/test_private_score_release.py
tests/test_production_asserts.py
tests/test_production_guard.py
tests/test_production_guard_real_surface.py
tests/test_production_scaffold_check.py
tests/test_prompt_guard.py
tests/test_prompt_risk_routing.py
tests/test_proto_serialization.py
tests/test_provenance.py
tests/test_provenance_evidence.py
tests/test_provenance_ledger.py
tests/test_providers.py
tests/test_providers_real_surface.py
tests/test_proxy.py
tests/test_proxy_audit.py
tests/test_proxy_facts_path_real_surface.py
tests/test_proxy_facts_path_security.py
tests/test_proxy_full.py
tests/test_proxy_moderations.py
tests/test_proxy_real_surface.py
tests/test_public_api.py
tests/test_public_benchmark_manifest.py
tests/test_public_endpoint_exposure_policy.py
tests/test_public_endpoint_exposure_real_surface.py
tests/test_public_sector_boundary.py
tests/test_python_only_contributor_path.py
tests/test_python_only_contributor_path_real_surface.py
tests/test_query_decomposition.py
tests/test_query_decomposition_real_surface.py
tests/test_rag_integration.py
tests/test_ragtruth_annotation_review.py
tests/test_ragtruth_checkpoint_selector.py
tests/test_ragtruth_context_router_probe.py
tests/test_ragtruth_eval.py
tests/test_ragtruth_fp_audit.py
tests/test_ragtruth_fp_noise_audit.py
tests/test_ragtruth_reranker_probe.py
tests/test_ragtruth_token_eval_diagnostics.py
tests/test_ragtruth_train_hard_negatives.py
tests/test_rails_config.py
tests/test_rasp.py
tests/test_rdp_accountant.py
tests/test_readiness_hipaa.py
tests/test_readiness_soc2_iso.py
tests/test_reasoning_scorer.py
tests/test_reasoning_verifier.py
tests/test_recall_correctness.py
tests/test_recall_correctness_client.py
tests/test_recall_correctness_client_real_surface.py
tests/test_recall_correctness_wiring.py
tests/test_recall_ledger.py
tests/test_redis_enterprise.py
tests/test_redis_enterprise_real_surface.py
tests/test_redteam_engine.py
tests/test_release_gate_blockers.py
tests/test_release_gate_evidence.py
tests/test_report_generator.py
tests/test_report_templates.py
tests/test_request_processor.py
tests/test_reranker.py
tests/test_retrieval_benchmark_quality.py
tests/test_retrieval_fusion.py
tests/test_review_conformal.py
tests/test_review_pipeline_mixin.py
tests/test_review_queue.py
tests/test_review_queue_real_surface.py
tests/test_risk_threshold.py
tests/test_roadmap_reconciliation.py
tests/test_robot_command_guard.py
tests/test_root_cause.py
tests/test_router_streaming_real_surface.py
tests/test_rules_scorer.py
tests/test_run_claim_decomp_benchmark.py
tests/test_run_judge_benchmark.py
tests/test_run_judge_benchmark_real_surface.py
tests/test_run_longcontext_bench.py
tests/test_runtime_governor.py
tests/test_runtime_session.py
tests/test_rust_compute.py
tests/test_rust_compute_benchmark_docs.py
tests/test_rust_fallback_floor.py
tests/test_rust_fallback_paths.py
tests/test_rust_kernel_extraction_plan.py
tests/test_rust_parity_safety.py
tests/test_rust_pipeline_integration.py
tests/test_rust_python_e2e_compare.py
tests/test_rust_signals.py
tests/test_safety_contracts.py
tests/test_safety_dashboard.py
tests/test_safety_dashboard_analytics.py
tests/test_safety_dashboard_app.py
tests/test_safety_dashboard_real_surface.py
tests/test_safety_dashboard_reports.py
tests/test_safety_event.py
tests/test_safety_ops_mixin.py
tests/test_safety_protocol.py
tests/test_sanitizer.py
tests/test_sbom_generation.py
tests/test_scorer_backend.py
tests/test_scorer_config.py
tests/test_scorer_edge_cases.py
tests/test_scorer_model_choices.py
tests/test_scorer_parallel_cleanup.py
tests/test_scorer_validation.py
tests/test_sdk_guard.py
tests/test_sdk_guard_real_sdk.py
tests/test_sdk_guard_real_surface.py
tests/test_secrets.py
tests/test_secrets_real_surface.py
tests/test_security_exceptions.py
tests/test_security_hardening.py
tests/test_security_physical_risks.py
tests/test_segmented_threshold.py
tests/test_self_consistency.py
tests/test_self_evolving.py
tests/test_self_evolving_real_surface.py
tests/test_self_healing.py
tests/test_self_improving_guard_loop.py
tests/test_sentinel_judge_analyser.py
tests/test_sentinel_judge_analyser_real_surface.py
tests/test_server.py
tests/test_server_audit.py
tests/test_server_auth.py
tests/test_server_auth_real_surface.py
tests/test_server_compliance.py
tests/test_server_contracts.py
tests/test_server_feedback.py
tests/test_server_helpers.py
tests/test_server_multimodal.py
tests/test_server_prompt_guard.py
tests/test_server_real_surface.py
tests/test_server_support.py
tests/test_server_tenant.py
tests/test_server_ws_dos.py
tests/test_server_ws_mux.py
tests/test_session.py
tests/test_shamir.py
tests/test_sharded_nli.py
tests/test_siem.py
tests/test_signal_sharing.py
tests/test_simpleqa_eval.py
tests/test_snn_stimuli_real_surface.py
tests/test_source_fetch.py
tests/test_span_detector.py
tests/test_span_detector_real_surface.py
tests/test_starter_presets.py
tests/test_stats.py
tests/test_store_conflicts.py
tests/test_store_snapshot.py
tests/test_store_versioning.py
tests/test_streaming.py
tests/test_streaming_contradiction_halt_bench.py
tests/test_streaming_debug.py
tests/test_streaming_false_halt_benchmark_quality.py
tests/test_streaming_gate.py
tests/test_streaming_halt_claim_docs.py
tests/test_streaming_halt_evidence.py
tests/test_streaming_nli_failure.py
tests/test_streaming_repair.py
tests/test_streaming_runtime_real_surface.py
tests/test_streaming_sse.py
tests/test_stress_cli.py
tests/test_structured_halt_recovery.py
tests/test_summarization_bidir.py
tests/test_supersession.py
tests/test_sustainability.py
tests/test_sustainability_forecaster.py
tests/test_sustainability_policy_adapter.py
tests/test_sustained_load_evidence.py
tests/test_swarm_coherence.py
tests/test_swarm_economics.py
tests/test_swarm_equilibrium.py
tests/test_swarm_guardian.py
tests/test_swarm_metrics.py
tests/test_symbolic_chain.py
tests/test_synthetic_distillation.py
tests/test_task_accel.py
tests/test_task_scoring_paths.py
tests/test_task_scoring_paths_real_surface.py
tests/test_temporal_consistency.py
tests/test_temporal_freshness.py
tests/test_temporal_logic.py
tests/test_temporal_refresh.py
tests/test_tenant.py
tests/test_tenant_guard.py
tests/test_tenant_guard_real_surface.py
tests/test_tensorrt_export.py
tests/test_tensorrt_export_real_surface.py
tests/test_test_surface_policy.py
tests/test_text_overlap.py
tests/test_text_segmentation_parity.py
tests/test_threat_intel.py
tests/test_threshold_tuner_relocation.py
tests/test_tool_call_verifier.py
tests/test_trace_safe.py
tests/test_train_distillation_reproducibility.py
tests/test_train_distillation_reproducibility_real_surface.py
tests/test_trained_model_registry.py
tests/test_training_model_registry.py
tests/test_trajectory_rollback.py
tests/test_trajectory_rollback_evidence.py
tests/test_trajectory_simulator.py
tests/test_trajectory_simulator_real_surface.py
tests/test_transcript.py
tests/test_tune.py
tests/test_types.py
tests/test_uncertainty_router.py
tests/test_v320_hardening.py
tests/test_v330_hardening.py
tests/test_validate_external_security_run.py
tests/test_validate_github_app_token_compat.py
tests/test_vector_store.py
tests/test_vector_store_backend_contract.py
tests/test_vector_store_backends.py
tests/test_vector_store_backends_real_surface.py
tests/test_vector_store_embedding.py
tests/test_vector_store_embedding_real_surface.py
tests/test_vector_store_http_embedding.py
tests/test_vector_store_http_embedding_real_surface.py
tests/test_vector_store_real_surface.py
tests/test_vector_store_reranker.py
tests/test_vector_store_reranker_real_surface.py
tests/test_verified_scorer.py
tests/test_verified_scorer_escalation.py
tests/test_verify_repository_backup.py
tests/test_vertex_container_cuda_policy.py
tests/test_vertex_model_benchmark.py
tests/test_voice_adapters.py
tests/test_voice_adapters_real_surface.py
tests/test_voice_adapters_sdk.py
tests/test_voice_async_guard.py
tests/test_voice_demo.py
tests/test_voice_guard.py
tests/test_voice_pipeline.py
tests/test_wasm_browser_worker_smoke.py
tests/test_wasm_release_package.py
tests/test_wasm_runtime_priority.py
tests/test_ws_ticket.py
tests/test_zk_attestation.py
tests/test_zk_attestation_fuzz.py
tests/test_zk_attestation_real_surface.py
tests/test_zk_bulletproof_range.py
tests/test_zk_new_backends_fuzz.py
tests/test_zk_schnorr.py