chore: bump training agent protocol version

This commit is contained in:
Курнат Андрей
2026-07-15 09:47:09 +03:00
parent 5d8ad1437e
commit 0992da0ece
+1 -1
View File
@@ -575,7 +575,7 @@ def worker_payload(args: argparse.Namespace, repo_root: Path) -> dict[str, Any]:
"worker_id": args.worker_id or f"{name}:{repo_root}",
"name": name,
"path": str(repo_root),
"version": "2",
"version": "3",
}