Files
graphify/graphify/manifest.py
T
Safi 0b7460a9e3 perf+fix: parallel extraction, faster imports, bug fixes
45x faster cluster import, 135x faster detect, parallel subagent extraction,
auto-exclude venvs/caches, suggest_questions fix, manifest fix, install CLI
2026-04-04 18:56:38 +01:00

5 lines
214 B
Python

# re-export manifest helpers from detect for backwards compatibility
from graphify.detect import save_manifest, load_manifest, detect_incremental
__all__ = ["save_manifest", "load_manifest", "detect_incremental"]