fffiloni commited on
Commit
35b2645
·
verified ·
1 Parent(s): 24e1066

Upload 15 files

Browse files
Files changed (2) hide show
  1. src/version.py +2 -2
  2. src/worker_payload.py +4 -4
src/version.py CHANGED
@@ -1,7 +1,7 @@
1
  from __future__ import annotations
2
 
3
- ASF_APP_VERSION = "v198.26.118"
4
- ASF_RELEASE_NAME = "Agentic Space Factory v198.26.118"
5
 
6
 
7
  def resolve_app_version(value: str | None = None) -> str:
 
1
  from __future__ import annotations
2
 
3
+ ASF_APP_VERSION = "v198.26.119"
4
+ ASF_RELEASE_NAME = "Agentic Space Factory v198.26.119"
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.118"
44
- app_version = "v198.26.118"
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
@@ -510,7 +510,7 @@ def build_runtime_risk_hints(workspace: Path, run_dir: Path, events_path: Path,
510
  )
511
 
512
  payload = {
513
- "schema_version": "runtime_risk_hints.v198_26_118",
514
  "mode": "advisory_only",
515
  "reason": reason,
516
  "auto_applied": False,
@@ -19607,7 +19607,7 @@ def smoke_generate(target_space_id: str, token: str, run_dir: Path, events_path:
19607
  # write_json(run_dir / "tests" / "payload_source.json", payload_source_record)
19608
  # write_json(run_dir / "tests" / "replay_source.json", replay_source)
19609
  # write_json(run_dir / "tests" / "validation_preflight.json", validation_preflight)
19610
- app_version = "v198.26.118"
19611
  engine_version = "unified_gradio_validation_harness_v198_25_3"
19612
  parent_build_run_id = os.environ.get("PARENT_BUILD_RUN_ID", "").strip()
19613
  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.119"
44
+ app_version = "v198.26.119"
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
 
510
  )
511
 
512
  payload = {
513
+ "schema_version": "runtime_risk_hints.v198_26_119",
514
  "mode": "advisory_only",
515
  "reason": reason,
516
  "auto_applied": False,
 
19607
  # write_json(run_dir / "tests" / "payload_source.json", payload_source_record)
19608
  # write_json(run_dir / "tests" / "replay_source.json", replay_source)
19609
  # write_json(run_dir / "tests" / "validation_preflight.json", validation_preflight)
19610
+ app_version = "v198.26.119"
19611
  engine_version = "unified_gradio_validation_harness_v198_25_3"
19612
  parent_build_run_id = os.environ.get("PARENT_BUILD_RUN_ID", "").strip()
19613
  validation_mode = os.environ.get("VALIDATION_MODE") or os.environ.get("SPACE_TEST_POLICY_MODE") or "linked"