feat: add shared runtime with FastAPI job server and safety pipeline

This commit is contained in:
Space-Banane
2026-05-27 17:43:51 +02:00
parent 84b0df520c
commit 10355bf11a
14 changed files with 1516 additions and 157 deletions

View File

@@ -2,10 +2,10 @@
Compatibility wrapper.
Preferred entry point:
python main.py "<job>"
python main.py run "<job>"
"""
from src.cli import main
from src.app_main import main
if __name__ == "__main__":