mod-osint / engine /__init__.py
moddux's picture
deploy: HF sanitized GUI snapshot
b75c637
raw
history blame contribute delete
420 Bytes
"""
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"