""" MOD-OSINT Engine — centralized pipeline orchestration. Submodules: io_contract – Pydantic v2 typed IO schemas registry – module registration + dependency graph normalize – canonical schema + entity linking storage – SQL storage (SQLite / Postgres) reporting – HTML report + JSONL/CSV exports pipeline_orchestrator – single entrypoint """ __version__ = "0.1.0"