File size: 420 Bytes
b75c637
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
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"