Spaces:
Running on Zero
Running on Zero
| """ | |
| Vision model thin wrapper. The heavy lifting is in agents/mise_en_place.py | |
| and agents/progress_validator.py — this module exists for symmetry and to keep | |
| imports tidy. | |
| """ | |
| from src.models.loader import get_vision_model | |
| __all__ = ["get_vision_model"] | |