LICENSE
NOTICE
README.md
pyproject.toml
src/apps/__init__.py
src/apps/command_deck/__init__.py
src/apps/command_deck/hitl.py
src/audit/__init__.py
src/audit/canonical.py
src/audit/models.py
src/audit/storage.py
src/audit/verify.py
src/cartridges/__init__.py
src/cartridges/_framework/__init__.py
src/cartridges/_framework/cli.py
src/cartridges/ethics/__init__.py
src/cartridges/ethics/policy_ethics.py
src/cli/__init__.py
src/cli/ci_gates.py
src/cli/errors.py
src/cli/onboard.py
src/cli/pr_bot_utils.py
src/cli/security_utils.py
src/cli/workflows.py
src/config/domain_profile_template.py
src/config/features.yaml
src/config/loader.py
src/governance/ai_act_classifier.py
src/governance/audit_chain.py
src/governance/signature_engine.py
src/ioa/__init__.py
src/ioa/analytics/web_dashboard.py
src/ioa/assurance/__init__.py
src/ioa/assurance/calc.py
src/ioa/assurance/collect.py
src/ioa/assurance/emit.py
src/ioa/assurance/schema.py
src/ioa/assurance/score.py
src/ioa/cartridges/__init__.py
src/ioa/cartridges/eu_ai_act_v1/__init__.py
src/ioa/cartridges/eu_ai_act_v1/classifier.py
src/ioa/cartridges/eu_ai_act_v1/config.py
src/ioa/cartridges/eu_ai_act_v1/enforcement.py
src/ioa/connectors/__init__.py
src/ioa/connectors/base.py
src/ioa/core/__init__.py
src/ioa/core/memory_engine.py
src/ioa/core/governance/__init__.py
src/ioa/core/governance/manifest.py
src/ioa/core/governance/policy_engine.py
src/ioa/core/governance/system_laws.py
src/ioa/governance/__init__.py
src/ioa/governance/jurisdiction_policy.py
src/ioa/governance/reinforcement_config.py
src/ioa/governance/reinforcement_policy.py
src/ioa/governance/detectors/__init__.py
src/ioa/governance/detectors/fairness_basic.py
src/ioa/governance/detectors/privacy_presidio.py
src/ioa/governance/detectors/safety_lexicon.py
src/ioa/sustainability/__init__.py
src/ioa/sustainability/energy_calculator.py
src/ioa/sustainability/sustainability_manager.py
src/ioa_core/__init__.py
src/ioa_core/ci_gates.py
src/ioa_core/cli.py
src/ioa_core/demo_roundtable.py
src/ioa_core/errors.py
src/ioa_core/llm_adapter.py
src/ioa_core/llm_manager.py
src/ioa_core/onboard.py
src/ioa_core/policy_engine.py
src/ioa_core/pr_bot_utils.py
src/ioa_core/security_utils.py
src/ioa_core/vector_search.py
src/ioa_core/vendor_neutral_roundtable.py
src/ioa_core.egg-info/PKG-INFO
src/ioa_core.egg-info/SOURCES.txt
src/ioa_core.egg-info/dependency_links.txt
src/ioa_core.egg-info/entry_points.txt
src/ioa_core.egg-info/requires.txt
src/ioa_core.egg-info/top_level.txt
src/ioa_core/audit/__init__.py
src/ioa_core/audit/canonical.py
src/ioa_core/cartridges/ethics/README.md
src/ioa_core/cartridges/ethics/__init__.py
src/ioa_core/cartridges/ethics/policy_ethics.py
src/ioa_core/cartridges/ethics/schemas/ethics_event.schema.json
src/ioa_core/connectors/__init__.py
src/ioa_core/connectors/base.py
src/ioa_core/evidence/__init__.py
src/ioa_core/evidence/evidence_bundle.py
src/ioa_core/evidence/exporters.py
src/ioa_core/evidence/signing.py
src/ioa_core/governance/__init__.py
src/ioa_core/governance/audit_chain.py
src/ioa_core/governance/cross_domain.py
src/ioa_core/governance/healthcare_taxonomy.py
src/ioa_core/governance/manifest.py
src/ioa_core/governance/policy_engine.py
src/ioa_core/governance/policy_packs.py
src/ioa_core/governance/system_laws.json
src/ioa_core/governance/system_laws.py
src/ioa_core/governance/system_laws.schema.json
src/ioa_core/governance/system_laws_au_health.json
src/ioa_core/governance/detectors/__init__.py
src/ioa_core/governance/detectors/bias_detector.py
src/ioa_core/governance/detectors/pii_detector.py
src/ioa_core/governance/signing_keys/README.md
src/ioa_core/health/__init__.py
src/ioa_core/health/jurisdiction_templates.json
src/ioa_core/health/registry.py
src/ioa_core/health/subcategory_profiles.json
src/ioa_core/llm_providers/__init__.py
src/ioa_core/llm_providers/ollama_smoketest.py
src/ioa_core/llm_providers/ollama_utils.py
src/ioa_core/memory_fabric/__init__.py
src/ioa_core/memory_fabric/crypto.py
src/ioa_core/memory_fabric/fabric.py
src/ioa_core/memory_fabric/metrics.py
src/ioa_core/memory_fabric/schema.py
src/ioa_core/memory_fabric/tiering_4d.py
src/ioa_core/memory_fabric/stores/__init__.py
src/ioa_core/memory_fabric/stores/base.py
src/ioa_core/memory_fabric/stores/local_jsonl.py
src/ioa_core/memory_fabric/stores/s3.py
src/ioa_core/memory_fabric/stores/sqlite.py
src/llm_providers/__init__.py
src/llm_providers/anthropic_service.py
src/llm_providers/base.py
src/llm_providers/deepseek_service.py
src/llm_providers/factory.py
src/llm_providers/gemini_service.py
src/llm_providers/ollama_service.py
src/llm_providers/ollama_smoketest.py
src/llm_providers/ollama_utils.py
src/llm_providers/openai_service.py
src/llm_providers/xai_service.py
src/memory/__init__.py
src/memory/cold_store_adapter.py
src/memory/core.py
src/memory/engine.py
src/memory/gdpr.py
src/memory/hot_store.py
src/memory/redaction.py
src/memory_engine/__init__.py
src/memory_fabric/__init__.py
src/memory_fabric/crypto.py
src/memory_fabric/fabric.py
src/memory_fabric/metrics.py
src/memory_fabric/schema.py
src/memory_fabric/stores/__init__.py
src/memory_fabric/stores/base.py
src/memory_fabric/stores/local_jsonl.py
src/memory_fabric/stores/s3.py
src/memory_fabric/stores/sqlite.py
src/packages/__init__.py
src/packages/core.py
src/security/signature_engine.py
tests/test_agent_onboarding.py
tests/test_agent_router_domain_schema.py
tests/test_agent_router_final.py
tests/test_assurance_calc.py
tests/test_audit_chain.py
tests/test_audit_logger_batch.py
tests/test_bootloader.py
tests/test_ci_gates.py
tests/test_ci_gates_integration.py
tests/test_cold_storage.py
tests/test_connectors.py
tests/test_digestor_demo.py
tests/test_evidence_keystone.py
tests/test_evidence_signing.py
tests/test_hitl_override_audit.py
tests/test_kpi_monitor_final.py
tests/test_llm_adapter.py
tests/test_logging_schema.py
tests/test_model_provenance.py
tests/test_mood_engine.py
tests/test_pattern_weaver.py
tests/test_reinforcement_policy.py
tests/test_roundtable_executor.py
tests/test_schema_harness.py
tests/test_signature_engine.py
tests/test_smoketest_cost_cap.py
tests/test_tiering_4d.py
tests/test_vendor_neutral_roundtable.py