fffiloni commited on
Commit
e4707f2
·
verified ·
1 Parent(s): 654b659

Upload 15 files

Browse files
Files changed (2) hide show
  1. src/version.py +2 -2
  2. src/worker_payload.py +3 -3
src/version.py CHANGED
@@ -1,7 +1,7 @@
1
  from __future__ import annotations
2
 
3
- ASF_APP_VERSION = "v198.26.108"
4
- ASF_RELEASE_NAME = "Agentic Space Factory v198.26.108"
5
 
6
 
7
  def resolve_app_version(value: str | None = None) -> str:
 
1
  from __future__ import annotations
2
 
3
+ ASF_APP_VERSION = "v198.26.110"
4
+ ASF_RELEASE_NAME = "Agentic Space Factory v198.26.110"
5
 
6
 
7
  def resolve_app_version(value: str | None = None) -> str:
src/worker_payload.py CHANGED
@@ -40,8 +40,8 @@ DEFAULT_FALLBACK_SPACE_HARDWARE = "a10g-large"
40
  DEFAULT_MODEL_ID = "sshleifer/tiny-gpt2"
41
  MAX_PI_REPAIR_ATTEMPTS = 3
42
  DEFAULT_FACTORY_UPLOAD_RETRY_BUDGET = 1
43
- APP_VERSION = "v198.26.108"
44
- app_version = "v198.26.108"
45
 
46
  # Internal agent/recovery files may be needed inside the transient Pi
47
  # workspace, but they should not be published to the generated Space or shown
@@ -19346,7 +19346,7 @@ def smoke_generate(target_space_id: str, token: str, run_dir: Path, events_path:
19346
  # write_json(run_dir / "tests" / "payload_source.json", payload_source_record)
19347
  # write_json(run_dir / "tests" / "replay_source.json", replay_source)
19348
  # write_json(run_dir / "tests" / "validation_preflight.json", validation_preflight)
19349
- app_version = "v198.26.108"
19350
  engine_version = "unified_gradio_validation_harness_v198_25_3"
19351
  parent_build_run_id = os.environ.get("PARENT_BUILD_RUN_ID", "").strip()
19352
  validation_mode = os.environ.get("VALIDATION_MODE") or os.environ.get("SPACE_TEST_POLICY_MODE") or "linked"
 
40
  DEFAULT_MODEL_ID = "sshleifer/tiny-gpt2"
41
  MAX_PI_REPAIR_ATTEMPTS = 3
42
  DEFAULT_FACTORY_UPLOAD_RETRY_BUDGET = 1
43
+ APP_VERSION = "v198.26.110"
44
+ app_version = "v198.26.110"
45
 
46
  # Internal agent/recovery files may be needed inside the transient Pi
47
  # workspace, but they should not be published to the generated Space or shown
 
19346
  # write_json(run_dir / "tests" / "payload_source.json", payload_source_record)
19347
  # write_json(run_dir / "tests" / "replay_source.json", replay_source)
19348
  # write_json(run_dir / "tests" / "validation_preflight.json", validation_preflight)
19349
+ app_version = "v198.26.110"
19350
  engine_version = "unified_gradio_validation_harness_v198_25_3"
19351
  parent_build_run_id = os.environ.get("PARENT_BUILD_RUN_ID", "").strip()
19352
  validation_mode = os.environ.get("VALIDATION_MODE") or os.environ.get("SPACE_TEST_POLICY_MODE") or "linked"