LICENSE
README.md
pyproject.toml
mgia/__init__.py
mgia/__main__.py
mgia/cli.py
mgia/config.py
mgia/governance.py
mgia/observability.py
mgia/orchestrator.py
mgia/report_export.py
mgia/server.py
mgia.egg-info/PKG-INFO
mgia.egg-info/SOURCES.txt
mgia.egg-info/dependency_links.txt
mgia.egg-info/entry_points.txt
mgia.egg-info/requires.txt
mgia.egg-info/top_level.txt
mgia/layer1_data/__init__.py
mgia/layer1_data/cache.py
mgia/layer1_data/collector.py
mgia/layer1_data/http_source.py
mgia/layer1_data/json_api_source.py
mgia/layer1_data/models.py
mgia/layer1_data/sources.py
mgia/layer2_trust/__init__.py
mgia/layer2_trust/bias_auditor.py
mgia/layer2_trust/data_quality.py
mgia/layer2_trust/source_trust.py
mgia/layer3_causal/__init__.py
mgia/layer3_causal/builder.py
mgia/layer3_causal/confidence.py
mgia/layer3_causal/graph_engine.py
mgia/layer3_causal/models.py
mgia/layer4_scenario/__init__.py
mgia/layer4_scenario/adversarial.py
mgia/layer4_scenario/bayesian.py
mgia/layer4_scenario/models.py
mgia/layer4_scenario/orchestrator.py
mgia/layer4_scenario/scenario_killer.py
mgia/layer5_memory/__init__.py
mgia/layer5_memory/learning.py
mgia/layer5_memory/models.py
mgia/layer5_memory/persistence.py
mgia/layer5_memory/store.py
mgia/layer6_strategic/__init__.py
mgia/layer6_strategic/llm_interface.py
mgia/layer6_strategic/models.py
mgia/layer6_strategic/orchestrator.py
mgia/layer6_strategic/report_builder.py
tests/test_additions.py
tests/test_cache_source.py
tests/test_cli_meta.py
tests/test_collector_resilience.py
tests/test_http_source.py
tests/test_integration.py
tests/test_json_api_source.py
tests/test_layer1_data.py
tests/test_layer2_trust.py
tests/test_layer3_causal.py
tests/test_layer4_scenario.py
tests/test_layer5_memory.py
tests/test_layer6_strategic.py
tests/test_observability_governance.py
tests/test_reddit_gdelt.py
tests/test_report_export.py
tests/test_server.py
tests/test_server_security.py