fffiloni's picture
Upload 15 files
46d5b88 verified
Raw
History Blame
326 Bytes
from __future__ import annotations
ASF_APP_VERSION = "v198.26.11"
ASF_RELEASE_NAME = "Agentic Space Factory v198.26.11"
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