CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/privysha/__init__.py
src/privysha/exceptions.py
src/privysha/py.typed
src/privysha.egg-info/PKG-INFO
src/privysha.egg-info/SOURCES.txt
src/privysha.egg-info/dependency_links.txt
src/privysha.egg-info/entry_points.txt
src/privysha.egg-info/requires.txt
src/privysha.egg-info/top_level.txt
src/privysha/cli/__init__.py
src/privysha/cli/benchmark_cli.py
src/privysha/cli/main.py
src/privysha/cli/recommend_cli.py
src/privysha/compat/__init__.py
src/privysha/compat/legacy_results.py
src/privysha/compat/warnings.py
src/privysha/core/__init__.py
src/privysha/core/benchmark.py
src/privysha/core/engines.py
src/privysha/core/format_lock.py
src/privysha/core/hybrid_pii.py
src/privysha/core/metrics_dashboard.py
src/privysha/core/ml_utils.py
src/privysha/core/output_guard.py
src/privysha/core/policy_config.py
src/privysha/core/policy_gate.py
src/privysha/core/policy_resolution.py
src/privysha/core/safety.py
src/privysha/core/safety_classifier.py
src/privysha/core/safety_constraints.py
src/privysha/core/schema_validation.py
src/privysha/core/streaming.py
src/privysha/core/trace_context.py
src/privysha/core/_ir/__init__.py
src/privysha/core/_ir/ir_builder.py
src/privysha/core/_ir/prompt_ir.py
src/privysha/core/compiler/__init__.py
src/privysha/core/compiler/optimizer_engine.py
src/privysha/core/compiler/prompt_compiler.py
src/privysha/core/compiler/msdpc/__init__.py
src/privysha/core/compiler/msdpc/intent_extractor.py
src/privysha/core/compiler/msdpc/metrics_engine.py
src/privysha/core/compiler/msdpc/optimizer.py
src/privysha/core/compiler/msdpc/output_shaper.py
src/privysha/core/compiler/msdpc/semantic_compressor.py
src/privysha/core/compiler/msdpc/structure_builder.py
src/privysha/core/compiler/msdpc/template_engine.py
src/privysha/core/compiler/msdpc/token_pruner.py
src/privysha/core/parser/__init__.py
src/privysha/core/parser/prompt_ast.py
src/privysha/core/pii_pipeline/__init__.py
src/privysha/core/pii_pipeline/pii_pipeline.py
src/privysha/core/pii_pipeline/components/__init__.py
src/privysha/core/pii_pipeline/components/detectors/__init__.py
src/privysha/core/pii_pipeline/components/detectors/contextual_detector.py
src/privysha/core/pii_pipeline/components/detectors/dictionary_detector.py
src/privysha/core/pii_pipeline/components/detectors/heuristic_detector.py
src/privysha/core/pii_pipeline/components/detectors/regex_detector.py
src/privysha/core/pii_pipeline/stages/__init__.py
src/privysha/core/pii_pipeline/stages/base_stage.py
src/privysha/core/pii_pipeline/stages/context_stage.py
src/privysha/core/pii_pipeline/stages/detection_stage.py
src/privysha/core/pii_pipeline/stages/integrity_stage.py
src/privysha/core/pii_pipeline/stages/masking_stage.py
src/privysha/core/pii_pipeline/stages/normalization_stage.py
src/privysha/core/pii_pipeline/stages/scoring_stage.py
src/privysha/core/pii_pipeline/stages/verification_stage.py
src/privysha/core/security/__init__.py
src/privysha/core/security/masking_vault.py
src/privysha/core/security/patterns.py
src/privysha/core/security/pii_detector.py
src/privysha/core/security/security_layer.py
src/privysha/core/security/service.py
src/privysha/integrations/__init__.py
src/privysha/integrations/auto_patch.py
src/privysha/integrations/composition_strategy.py
src/privysha/integrations/framework_adapters.py
src/privysha/integrations/llm_wrap.py
src/privysha/integrations/otel.py
src/privysha/integrations/django/__init__.py
src/privysha/integrations/django/middleware.py
src/privysha/integrations/fastapi/__init__.py
src/privysha/integrations/fastapi/middleware.py
src/privysha/integrations/flask/__init__.py
src/privysha/integrations/flask/middleware.py
src/privysha/integrations/langchain/__init__.py
src/privysha/integrations/langchain/wrapper.py
src/privysha/integrations/llamaindex/__init__.py
src/privysha/integrations/llamaindex/plugin.py
src/privysha/runtime/__init__.py
src/privysha/runtime/agent.py
src/privysha/runtime/observability.py
src/privysha/runtime/processor.py
src/privysha/runtime/profiles.py
src/privysha/runtime/resolve.py
src/privysha/runtime/run_context.py
src/privysha/runtime/adapters/__init__.py
src/privysha/runtime/adapters/base.py
src/privysha/runtime/adapters/claude_adapter.py
src/privysha/runtime/adapters/factory.py
src/privysha/runtime/adapters/gemini_adapter.py
src/privysha/runtime/adapters/grok_adapter.py
src/privysha/runtime/adapters/hf_adapter.py
src/privysha/runtime/adapters/mock_adapter.py
src/privysha/runtime/adapters/model_adapter.py
src/privysha/runtime/adapters/ollama_adapter.py
src/privysha/runtime/adapters/openai_adapter.py
src/privysha/runtime/adapters/universal_adapter.py
src/privysha/runtime/local_advisor/__init__.py
src/privysha/runtime/local_advisor/advisor.py
src/privysha/runtime/local_advisor/constants.py
src/privysha/runtime/local_advisor/hardware_profiler.py
src/privysha/runtime/local_advisor/probe.py
src/privysha/runtime/local_advisor/ranker.py
src/privysha/runtime/local_advisor/types.py
src/privysha/runtime/local_advisor/workload_profiler.py
src/privysha/runtime/local_advisor/catalog/__init__.py
src/privysha/runtime/local_advisor/catalog/cache.py
src/privysha/runtime/local_advisor/catalog/fallback.json
src/privysha/runtime/local_advisor/catalog/fetcher.py
src/privysha/runtime/local_advisor/fit/__init__.py
src/privysha/runtime/local_advisor/fit/compatibility.py
src/privysha/runtime/local_advisor/fit/performance.py
src/privysha/runtime/local_advisor/fit/quantization.py
src/privysha/runtime/local_advisor/fit/vram.py
src/privysha/types/__init__.py
src/privysha/types/results.py
src/privysha/utils/__init__.py
src/privysha/utils/dropin.py
src/privysha/utils/dropin_helpers.py
src/privysha/utils/dropin_privacy.py
src/privysha/utils/metrics_hook.py
src/privysha/utils/result_builders.py
src/privysha/utils/unmask.py
tests/test_adapter_factory.py
tests/test_adapters_mock.py
tests/test_agent_helpers.py
tests/test_api_edge_matrix.py
tests/test_async_optimize_sanitize.py
tests/test_async_streaming.py
tests/test_auto_patch.py
tests/test_auto_patch_coverage.py
tests/test_cli_smoke.py
tests/test_django_integration.py
tests/test_edge_cases.py
tests/test_fail_closed.py
tests/test_fastapi_integration.py
tests/test_framework_smoke.py
tests/test_hybrid_pii.py
tests/test_instructor_integration.py
tests/test_integration.py
tests/test_langchain_integration.py
tests/test_llamaindex_integration.py
tests/test_local_advisor.py
tests/test_logging_security.py
tests/test_masking_collision.py
tests/test_masking_vault.py
tests/test_metrics_integration.py
tests/test_optimize.py
tests/test_otel.py
tests/test_p0_fixes.py
tests/test_performance.py
tests/test_performance_scalability.py
tests/test_pii_credit_address.py
tests/test_pii_false_positives.py
tests/test_pii_phone.py
tests/test_pii_pipeline.py
tests/test_pii_scoring.py
tests/test_pii_secrets.py
tests/test_pipeline_v2.py
tests/test_policy_modes.py
tests/test_process_coverage.py
tests/test_prompt_preservation.py
tests/test_reversible_masking.py
tests/test_safety_consistency.py
tests/test_security_bypass.py
tests/test_thread_safety.py
tests/test_threat_scoring.py
tests/test_v04_results.py
tests/test_wrap_llm_negative.py
tests/test_wrapper_coverage.py