| """ | |
| 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" | |