CHANGELOG.md
LICENSE
MANIFEST.in
NOTICE.md
README.md
pyproject.toml
src/director_ai/__init__.py
src/director_ai/_cli_bench.py
src/director_ai/_cli_ingest.py
src/director_ai/_cli_serve.py
src/director_ai/_cli_train.py
src/director_ai/_cli_verify.py
src/director_ai/_server_helpers.py
src/director_ai/_server_models.py
src/director_ai/cli.py
src/director_ai/director_pb2.py
src/director_ai/director_pb2_grpc.py
src/director_ai/finetune_api.py
src/director_ai/grpc_scoring.py
src/director_ai/grpc_server.py
src/director_ai/guard.py
src/director_ai/interlock.py
src/director_ai/knowledge_api.py
src/director_ai/proxy.py
src/director_ai/py.typed
src/director_ai/server.py
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/agentic/__init__.py
src/director_ai/agentic/agent_profile.py
src/director_ai/agentic/handoff_scorer.py
src/director_ai/agentic/loop_monitor.py
src/director_ai/agentic/swarm_guardian.py
src/director_ai/agentic/swarm_metrics.py
src/director_ai/compliance/__init__.py
src/director_ai/compliance/audit_log.py
src/director_ai/compliance/cost_analyser.py
src/director_ai/compliance/drift_detector.py
src/director_ai/compliance/feedback_loop_detector.py
src/director_ai/compliance/readiness.py
src/director_ai/compliance/report_templates.py
src/director_ai/compliance/reporter.py
src/director_ai/core/__init__.py
src/director_ai/core/_device.py
src/director_ai/core/_heuristics.py
src/director_ai/core/actor.py
src/director_ai/core/agent.py
src/director_ai/core/async_streaming.py
src/director_ai/core/audit.py
src/director_ai/core/backends.py
src/director_ai/core/batch.py
src/director_ai/core/cache.py
src/director_ai/core/config.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/embedding_tuner.py
src/director_ai/core/exceptions.py
src/director_ai/core/finetune.py
src/director_ai/core/finetune_benchmark.py
src/director_ai/core/finetune_validator.py
src/director_ai/core/kb_write_security.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/meta_classifier.py
src/director_ai/core/metrics.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/review_queue.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/session.py
src/director_ai/core/sharded_nli.py
src/director_ai/core/stats.py
src/director_ai/core/streaming.py
src/director_ai/core/tenant.py
src/director_ai/core/tuner.py
src/director_ai/core/types.py
src/director_ai/core/vector_store.py
src/director_ai/core/verified_scorer.py
src/director_ai/core/agent_identity/__init__.py
src/director_ai/core/agent_identity/audit.py
src/director_ai/core/agent_identity/fingerprint.py
src/director_ai/core/agent_identity/passport.py
src/director_ai/core/agent_identity/registry.py
src/director_ai/core/attribution/__init__.py
src/director_ai/core/attribution/causal_graph.py
src/director_ai/core/autopoietic/__init__.py
src/director_ai/core/autopoietic/blueprint.py
src/director_ai/core/autopoietic/builder.py
src/director_ai/core/autopoietic/engine.py
src/director_ai/core/autopoietic/testsuite.py
src/director_ai/core/calibration/__init__.py
src/director_ai/core/calibration/adaptive_threshold.py
src/director_ai/core/calibration/conformal.py
src/director_ai/core/calibration/feedback_store.py
src/director_ai/core/calibration/online_calibrator.py
src/director_ai/core/causal_verifier/__init__.py
src/director_ai/core/causal_verifier/counterfactual.py
src/director_ai/core/causal_verifier/graph.py
src/director_ai/core/causal_verifier/intervention.py
src/director_ai/core/containment/__init__.py
src/director_ai/core/containment/anchor.py
src/director_ai/core/containment/detector.py
src/director_ai/core/containment/guard.py
src/director_ai/core/containment/scope.py
src/director_ai/core/continual_adversarial/__init__.py
src/director_ai/core/continual_adversarial/engine.py
src/director_ai/core/continual_adversarial/failure.py
src/director_ai/core/continual_adversarial/miner.py
src/director_ai/core/continual_adversarial/scorer.py
src/director_ai/core/continual_adversarial/suite.py
src/director_ai/core/customer_model_factory/__init__.py
src/director_ai/core/customer_model_factory/banking_pack.py
src/director_ai/core/customer_model_factory/benchmark_selection.py
src/director_ai/core/customer_model_factory/dataset_contract.py
src/director_ai/core/customer_model_factory/deployment_manifest.py
src/director_ai/core/customer_model_factory/evidence_pack.py
src/director_ai/core/customer_model_factory/monitoring_manifest.py
src/director_ai/core/customer_model_factory/release_gate.py
src/director_ai/core/customer_model_factory/risk_register.py
src/director_ai/core/customer_model_factory/runtime_package.py
src/director_ai/core/customer_model_factory/training_manifest.py
src/director_ai/core/cyber_physical/__init__.py
src/director_ai/core/cyber_physical/adapters.py
src/director_ai/core/cyber_physical/budget.py
src/director_ai/core/cyber_physical/closed_loop.py
src/director_ai/core/cyber_physical/constraints.py
src/director_ai/core/cyber_physical/geometry.py
src/director_ai/core/cyber_physical/hook.py
src/director_ai/core/cyber_physical/kinematics.py
src/director_ai/core/defense_genome/__init__.py
src/director_ai/core/defense_genome/engine.py
src/director_ai/core/defense_genome/genome.py
src/director_ai/core/defense_genome/registry.py
src/director_ai/core/defense_genome/update_pipeline.py
src/director_ai/core/emergence_oracle/__init__.py
src/director_ai/core/emergence_oracle/graph.py
src/director_ai/core/emergence_oracle/oracle.py
src/director_ai/core/emergence_oracle/spectrum.py
src/director_ai/core/evaluation/__init__.py
src/director_ai/core/evaluation/policy.py
src/director_ai/core/federated_privacy/__init__.py
src/director_ai/core/federated_privacy/accountant.py
src/director_ai/core/federated_privacy/aggregator.py
src/director_ai/core/federated_privacy/mechanisms.py
src/director_ai/core/federated_privacy/score_release.py
src/director_ai/core/federated_privacy/secret_sharing.py
src/director_ai/core/federated_privacy/signal_sharing.py
src/director_ai/core/formal_verification/__init__.py
src/director_ai/core/formal_verification/adapter.py
src/director_ai/core/formal_verification/cnf.py
src/director_ai/core/formal_verification/dpll.py
src/director_ai/core/formal_verification/formula.py
src/director_ai/core/formal_verification/verifier.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/irreversibility/__init__.py
src/director_ai/core/irreversibility/forecaster.py
src/director_ai/core/irreversibility/reversibility.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/meta_guard/__init__.py
src/director_ai/core/meta_guard/adjuster.py
src/director_ai/core/meta_guard/analyzer.py
src/director_ai/core/meta_guard/guard.py
src/director_ai/core/meta_guard/log.py
src/director_ai/core/models/dataset_type_classifier.pkl
src/director_ai/core/multi_scale_alignment/__init__.py
src/director_ai/core/multi_scale_alignment/aligner.py
src/director_ai/core/multi_scale_alignment/conflict.py
src/director_ai/core/multi_scale_alignment/scorer.py
src/director_ai/core/multimodal_guard/__init__.py
src/director_ai/core/multimodal_guard/adapter.py
src/director_ai/core/multimodal_guard/claim.py
src/director_ai/core/multimodal_guard/encoders.py
src/director_ai/core/multimodal_guard/guard.py
src/director_ai/core/multimodal_guard/verifier.py
src/director_ai/core/observability/__init__.py
src/director_ai/core/observability/callbacks.py
src/director_ai/core/observability/tracing.py
src/director_ai/core/ontology/__init__.py
src/director_ai/core/ontology/checker.py
src/director_ai/core/ontology/graph.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/credibility.py
src/director_ai/core/provenance/facts.py
src/director_ai/core/provenance/merkle.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/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/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/vendors.py
src/director_ai/core/routing/__init__.py
src/director_ai/core/routing/budget.py
src/director_ai/core/routing/router.py
src/director_ai/core/routing/scorer.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_tracker.py
src/director_ai/core/runtime/correction.py
src/director_ai/core/runtime/human_review.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/structured_recovery.py
src/director_ai/core/safety/__init__.py
src/director_ai/core/safety/audit.py
src/director_ai/core/safety/audit_salt.py
src/director_ai/core/safety/injection.py
src/director_ai/core/safety/policy.py
src/director_ai/core/safety/sanitizer.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/_heuristics.py
src/director_ai/core/scoring/_llm_judge.py
src/director_ai/core/scoring/_nli_export.py
src/director_ai/core/scoring/_task_scoring.py
src/director_ai/core/scoring/backends.py
src/director_ai/core/scoring/consensus.py
src/director_ai/core/scoring/distilled_scorer.py
src/director_ai/core/scoring/embed_scorer.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/rules_scorer.py
src/director_ai/core/scoring/scorer.py
src/director_ai/core/scoring/sharded_nli.py
src/director_ai/core/scoring/temporal_freshness.py
src/director_ai/core/scoring/verified_scorer.py
src/director_ai/core/self_evolving/__init__.py
src/director_ai/core/self_evolving/adversarial.py
src/director_ai/core/self_evolving/calibration.py
src/director_ai/core/self_evolving/evolver.py
src/director_ai/core/self_evolving/feedback.py
src/director_ai/core/self_evolving/guard_loop.py
src/director_ai/core/self_evolving/synthetic_distillation.py
src/director_ai/core/self_evolving/trainer.py
src/director_ai/core/sustainability/__init__.py
src/director_ai/core/sustainability/budget.py
src/director_ai/core/sustainability/carbon.py
src/director_ai/core/sustainability/forecaster.py
src/director_ai/core/sustainability/policy_adapter.py
src/director_ai/core/sustainability/quota.py
src/director_ai/core/swarm_economics/__init__.py
src/director_ai/core/swarm_economics/bargaining.py
src/director_ai/core/swarm_economics/detector.py
src/director_ai/core/swarm_economics/pool.py
src/director_ai/core/swarm_economics/scorer.py
src/director_ai/core/swarm_equilibrium/__init__.py
src/director_ai/core/swarm_equilibrium/game.py
src/director_ai/core/swarm_equilibrium/scorer.py
src/director_ai/core/swarm_equilibrium/solvers.py
src/director_ai/core/symbolic_chain/__init__.py
src/director_ai/core/symbolic_chain/claims.py
src/director_ai/core/symbolic_chain/prover.py
src/director_ai/core/symbolic_chain/verifier.py
src/director_ai/core/trace_safe/__init__.py
src/director_ai/core/trace_safe/embedder.py
src/director_ai/core/trace_safe/oracle.py
src/director_ai/core/training/__init__.py
src/director_ai/core/training/finetune.py
src/director_ai/core/training/finetune_benchmark.py
src/director_ai/core/training/finetune_validator.py
src/director_ai/core/training/jobs.py
src/director_ai/core/training/model_registry.py
src/director_ai/core/training/results.py
src/director_ai/core/training/sweeps.py
src/director_ai/core/training/tuner.py
src/director_ai/core/training/vertex_runner.py
src/director_ai/core/trajectory/__init__.py
src/director_ai/core/trajectory/simulator.py
src/director_ai/core/trajectory/steering.py
src/director_ai/core/verification/__init__.py
src/director_ai/core/verification/code_verifier.py
src/director_ai/core/verification/json_verifier.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/core/zk_attestation/__init__.py
src/director_ai/core/zk_attestation/backends.py
src/director_ai/core/zk_attestation/commitment.py
src/director_ai/core/zk_attestation/passport.py
src/director_ai/core/zk_attestation/statements.py
src/director_ai/enterprise/__init__.py
src/director_ai/enterprise/audit_pg.py
src/director_ai/enterprise/moderation.py
src/director_ai/enterprise/redactor.py
src/director_ai/enterprise/redis.py
src/director_ai/enterprise/rules_dsl.py
src/director_ai/experimental/__init__.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_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/sdk_guard.py
src/director_ai/integrations/semantic_kernel.py
src/director_ai/integrations/voice.py
src/director_ai/middleware/__init__.py
src/director_ai/middleware/api_key.py
src/director_ai/middleware/rate_limit.py
src/director_ai/proto/__init__.py
src/director_ai/proto/converters.py
src/director_ai/proto/director/__init__.py
src/director_ai/proto/director/v1/__init__.py
src/director_ai/proto/director/v1/director_pb2.py
src/director_ai/proto/director/v1/director_pb2.pyi
src/director_ai/proto/director/v1/director_pb2_grpc.py
src/director_ai/testing/__init__.py
src/director_ai/testing/adversarial_suite.py
src/director_ai/ui/__init__.py
src/director_ai/ui/_field_groups.py
src/director_ai/ui/config_wizard.py
src/director_ai/ui/safety_dashboard.py
src/director_ai/voice/__init__.py
src/director_ai/voice/adapters.py
src/director_ai/voice/demo.py
src/director_ai/voice/guard.py
src/director_ai/voice/pipeline.py
tests/test_accuracy_improvements.py
tests/test_actor.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_identity.py
tests/test_agent_passport_registry.py
tests/test_agent_profile.py
tests/test_agent_providers.py
tests/test_agent_safety_hooks.py
tests/test_aggrefact_save_scores.py
tests/test_airgap_install_example.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_log.py
tests/test_audit_pg_sql_safety.py
tests/test_audit_salt.py
tests/test_autogen_swarm.py
tests/test_autopoietic.py
tests/test_backends.py
tests/test_backfire_kernel_release_contract.py
tests/test_batch.py
tests/test_build_judge_dataset.py
tests/test_byzantine_consensus.py
tests/test_cache.py
tests/test_cache_concurrent.py
tests/test_causal_attribution_graph.py
tests/test_causal_verifier.py
tests/test_chroma_integration.py
tests/test_chunked_nli.py
tests/test_ci_optional_extras_matrix.py
tests/test_claim_coverage.py
tests/test_claim_provenance.py
tests/test_cli.py
tests/test_cli_bench_paths.py
tests/test_cli_ingest_formats.py
tests/test_cli_new_commands.py
tests/test_cli_serve_paths.py
tests/test_cli_verify_deep.py
tests/test_code_verifier.py
tests/test_commit_message_guard.py
tests/test_competitor_aggrefact.py
tests/test_competitor_aggrefact_suite.py
tests/test_competitor_suite.py
tests/test_compliance_cli.py
tests/test_compliance_reporter.py
tests/test_config.py
tests/test_config_wizard.py
tests/test_conflict_aware_knowledge.py
tests/test_conformal.py
tests/test_consensus.py
tests/test_consumer_api.py
tests/test_containment.py
tests/test_containment_timing_parity.py
tests/test_content_moderation_wrapper.py
tests/test_contextual_compression.py
tests/test_continual_adversarial.py
tests/test_contradiction_tracker.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_integration.py
tests/test_cov_100.py
tests/test_cov_batch_actor.py
tests/test_cov_cli_deep.py
tests/test_cov_final_gaps.py
tests/test_cov_final_push.py
tests/test_cov_grpc_deep.py
tests/test_cov_grpc_servicer.py
tests/test_cov_micro_gaps.py
tests/test_cov_misc_gaps.py
tests/test_cov_nli_deep.py
tests/test_cov_remaining.py
tests/test_cov_sdk_guard.py
tests/test_cov_server_deep.py
tests/test_cov_v3101_modules.py
tests/test_cov_v3101_push.py
tests/test_cov_vector_vendors.py
tests/test_coverage_actor.py
tests/test_coverage_actor_extra.py
tests/test_coverage_async_extra.py
tests/test_coverage_async_streaming.py
tests/test_coverage_backends.py
tests/test_coverage_backends_extra.py
tests/test_coverage_cli.py
tests/test_coverage_cli_extra.py
tests/test_coverage_cli_serve.py
tests/test_coverage_fastapi_guard.py
tests/test_coverage_final.py
tests/test_coverage_finetune.py
tests/test_coverage_finetune_benchmark.py
tests/test_coverage_grpc.py
tests/test_coverage_grpc_extra.py
tests/test_coverage_grpc_gaps.py
tests/test_coverage_knowledge_api.py
tests/test_coverage_langchain.py
tests/test_coverage_nli.py
tests/test_coverage_nli_extra.py
tests/test_coverage_nli_gaps.py
tests/test_coverage_nli_model.py
tests/test_coverage_providers.py
tests/test_coverage_proxy.py
tests/test_coverage_scorer.py
tests/test_coverage_scorer_extra.py
tests/test_coverage_scorer_gaps.py
tests/test_coverage_scorer_judge.py
tests/test_coverage_sdk_guard.py
tests/test_coverage_sdk_guard_gaps.py
tests/test_coverage_server.py
tests/test_coverage_server_extra.py
tests/test_coverage_server_gaps.py
tests/test_coverage_streaming.py
tests/test_coverage_vector_backends.py
tests/test_credibility_campaign.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_custom_rules_dsl.py
tests/test_customer_model_factory_banking_pack.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_training_manifest.py
tests/test_cyber_physical.py
tests/test_cyber_physical_halt_contract.py
tests/test_data_pipeline.py
tests/test_deception_detection.py
tests/test_defense_genome.py
tests/test_defense_update_pipeline.py
tests/test_demo_streaming_halt_live.py
tests/test_device_selection.py
tests/test_dialogue_fpr.py
tests/test_distilled_scorer.py
tests/test_doc_modules.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_embed_scorer.py
tests/test_embedding_tuner.py
tests/test_emergence_oracle.py
tests/test_enterprise.py
tests/test_enterprise_modules.py
tests/test_evidence.py
tests/test_exceptions.py
tests/test_experimental_deployment_docs.py
tests/test_experimental_namespace.py
tests/test_explainability.py
tests/test_external_security_packet.py
tests/test_fastapi_guard.py
tests/test_federated_privacy.py
tests/test_feedback_loop_detector.py
tests/test_feedback_store.py
tests/test_ffi_bindings.py
tests/test_field_groups.py
tests/test_finetune.py
tests/test_finetune_api.py
tests/test_finetune_benchmark.py
tests/test_finetune_gpu.py
tests/test_finetune_validator.py
tests/test_forge.py
tests/test_formal_code_adapter.py
tests/test_formal_verification.py
tests/test_frontierfail_packet.py
tests/test_fuzz.py
tests/test_gem_cli.py
tests/test_gem_endpoints.py
tests/test_gemma_aggrefact_cot.py
tests/test_gemma_aggrefact_eval.py
tests/test_gemma_aggrefact_hiss.py
tests/test_gemma_aggrefact_hiss_routed.py
tests/test_gemma_aggrefact_logprob.py
tests/test_gemma_aggrefact_logprob_routed.py
tests/test_gemma_aggrefact_routed.py
tests/test_gemma_aggrefact_self_consistency.py
tests/test_grpc_scoring.py
tests/test_grpc_server.py
tests/test_guard_control.py
tests/test_guardrails_ai_integration.py
tests/test_hallubench_eval.py
tests/test_halt_evidence.py
tests/test_handoff_scorer.py
tests/test_hardened_auto.py
tests/test_haystack_integration.py
tests/test_heavy_dependency_supply_chain.py
tests/test_hf_space_app_safety.py
tests/test_hf_space_demo.py
tests/test_human_review_queue.py
tests/test_hybrid_backend.py
tests/test_hybrid_hardening.py
tests/test_hyde_backend.py
tests/test_import_guard.py
tests/test_inference_server_hooks.py
tests/test_ingest.py
tests/test_ingestion_pipeline.py
tests/test_ingestion_plugins.py
tests/test_injection_detector.py
tests/test_injection_integration.py
tests/test_injection_phase3.py
tests/test_injection_phase4.py
tests/test_integrations.py
tests/test_integrations_dspy.py
tests/test_integrations_semantic_kernel.py
tests/test_interlock_kernel.py
tests/test_irreversibility.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_edge_cases.py
tests/test_knowledge_graph.py
tests/test_knowledge_write_security.py
tests/test_langchain_callback.py
tests/test_langchain_real_sdk.py
tests/test_langgraph_integration.py
tests/test_langgraph_swarm.py
tests/test_lazy_enterprise_import.py
tests/test_license.py
tests/test_license_edge_cases.py
tests/test_lite_scorer.py
tests/test_lite_scorer_v2_eval.py
tests/test_lite_scorer_v2_eval_runner.py
tests/test_lite_scorer_v2_export_runner.py
tests/test_lite_scorer_v2_heldout_builder.py
tests/test_lite_scorer_v2_launcher.py
tests/test_lite_scorer_v2_plan.py
tests/test_lite_scorer_v2_record_evidence.py
tests/test_lite_scorer_v2_run_plan.py
tests/test_lite_scorer_v2_training_status.py
tests/test_lite_scorer_v2_vertex_runner.py
tests/test_live_red_team.py
tests/test_llamaindex.py
tests/test_llamaindex_real_sdk.py
tests/test_local_judge.py
tests/test_log_json.py
tests/test_loop_monitor.py
tests/test_managed_training_jobs.py
tests/test_meta_classifier.py
tests/test_meta_confidence.py
tests/test_meta_guard.py
tests/test_metrics.py
tests/test_middleware.py
tests/test_model_benchmark_packages.py
tests/test_model_package_vertex_campaign.py
tests/test_model_revision_policy.py
tests/test_moderation.py
tests/test_multi_hook_trace_attribution.py
tests/test_multi_scale_alignment.py
tests/test_multi_vector.py
tests/test_multilingual_corpus.py
tests/test_multimodal_check_adapter.py
tests/test_multimodal_guard.py
tests/test_neuro_symbolic_verifier.py
tests/test_new_integrations.py
tests/test_nli_integration.py
tests/test_nli_minicheck.py
tests/test_nli_scorer.py
tests/test_no_kb_calibration.py
tests/test_notebook_gallery.py
tests/test_numeric_verifier.py
tests/test_observability.py
tests/test_online_calibrator.py
tests/test_onnx_artefact_guidance.py
tests/test_onnx_backend.py
tests/test_onnx_batcher.py
tests/test_ontology.py
tests/test_openai_swarm.py
tests/test_optional_extra_lock_policy.py
tests/test_otel.py
tests/test_paladin_mini.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_evaluator.py
tests/test_pii_redactor.py
tests/test_pilot_onboarding_example.py
tests/test_pint_replication_packet.py
tests/test_pint_seed_smoke_runner.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_private_score_release.py
tests/test_production_asserts.py
tests/test_production_guard.py
tests/test_prompt_risk_routing.py
tests/test_proto_roundtrip.py
tests/test_provenance.py
tests/test_providers.py
tests/test_proxy.py
tests/test_proxy_audit.py
tests/test_proxy_facts_path_security.py
tests/test_proxy_full.py
tests/test_public_api.py
tests/test_public_benchmark_manifest.py
tests/test_public_endpoint_exposure_policy.py
tests/test_python_only_contributor_path.py
tests/test_query_decomposition.py
tests/test_rag_integration.py
tests/test_reasoning_verifier.py
tests/test_redis_enterprise.py
tests/test_report_generator.py
tests/test_report_templates.py
tests/test_reranker.py
tests/test_retrieval_benchmark_quality.py
tests/test_review_batch.py
tests/test_review_queue.py
tests/test_roadmap_reconciliation.py
tests/test_rules_scorer.py
tests/test_run_judge_benchmark.py
tests/test_rust_compute.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_signals.py
tests/test_safety_contracts.py
tests/test_safety_dashboard.py
tests/test_safety_event.py
tests/test_safety_ops_mixin.py
tests/test_safety_protocol.py
tests/test_sanitizer.py
tests/test_scorer_backend.py
tests/test_scorer_edge_cases.py
tests/test_scorer_model_choices.py
tests/test_scorer_validation.py
tests/test_sdk_guard.py
tests/test_sdk_guard_real_sdk.py
tests/test_security_hardening.py
tests/test_security_physical_risks.py
tests/test_self_evolving.py
tests/test_self_improving_guard_loop.py
tests/test_sentinel_judge_analyser.py
tests/test_server.py
tests/test_server_audit.py
tests/test_server_auth.py
tests/test_server_compliance.py
tests/test_server_feedback.py
tests/test_server_tenant.py
tests/test_server_ws_mux.py
tests/test_session.py
tests/test_sharded_nli.py
tests/test_soc2_iso_readiness.py
tests/test_starter_presets.py
tests/test_stats.py
tests/test_streaming.py
tests/test_streaming_debug.py
tests/test_streaming_false_halt_benchmark_quality.py
tests/test_streaming_halt_evidence.py
tests/test_streaming_nli_failure.py
tests/test_stress_cli.py
tests/test_structured_halt_recovery.py
tests/test_summarization_bidir.py
tests/test_sustainability.py
tests/test_sustainability_policy_adapter.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_scoring_paths.py
tests/test_temporal_freshness.py
tests/test_tenant.py
tests/test_tensorrt_export.py
tests/test_tool_call_verifier.py
tests/test_trace_safe.py
tests/test_train_distillation_reproducibility.py
tests/test_training_model_registry.py
tests/test_trajectory_simulator.py
tests/test_tune.py
tests/test_types.py
tests/test_v320_hardening.py
tests/test_v330_hardening.py
tests/test_validate_external_security_run.py
tests/test_vector_store.py
tests/test_vector_store_backends.py
tests/test_vector_store_http_embedding.py
tests/test_vector_store_reranker.py
tests/test_verified_scorer.py
tests/test_verified_scorer_escalation.py
tests/test_vertex_model_benchmark.py
tests/test_voice_adapters.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_runtime_priority.py
tests/test_zk_attestation.py
tests/test_zk_attestation_fuzz.py