fffiloni's picture
Upload 15 files
dc2987e verified
Raw
History Blame
326 Bytes
from __future__ import annotations
ASF_APP_VERSION = "v198.26.32"
ASF_RELEASE_NAME = "Agentic Space Factory v198.26.32"
def resolve_app_version(value: str | None = None) -> str:
"""Return the app/eval version used by the backend and worker Jobs."""
clean = (value or "").strip()
return clean or ASF_APP_VERSION