chore: bump training agent protocol version
This commit is contained in:
@@ -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}",
|
"worker_id": args.worker_id or f"{name}:{repo_root}",
|
||||||
"name": name,
|
"name": name,
|
||||||
"path": str(repo_root),
|
"path": str(repo_root),
|
||||||
"version": "2",
|
"version": "3",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user