buildai-cli 0.3.70__tar.gz → 0.3.71__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/PKG-INFO +1 -1
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/processing.py +18 -10
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/pyproject.toml +1 -1
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/.gitignore +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/AGENTS.md +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/CLAUDE.md +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/buildai_bootstrap.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/__init__.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/_has_core.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/auth_local.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/__init__.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/api_proxy.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/auth.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/db/__init__.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/db/broker.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/db/common.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/db/migrate.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/db/query.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/db/schema.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/db/status.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/db/tunnel.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/dev.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/doctor.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/commands/gigcamera.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/config.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/console.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/context.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/db_broker.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/guard.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/internal_api.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/main.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/nl_query/__init__.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/nl_query/dataset_tools.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/ops_init.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/output.py +0 -0
- {buildai_cli-0.3.70 → buildai_cli-0.3.71}/cli/pagination.py +0 -0
|
@@ -289,9 +289,9 @@ def scheduler_tick(
|
|
|
289
289
|
)
|
|
290
290
|
|
|
291
291
|
|
|
292
|
-
@stage_jobs_app.command("
|
|
293
|
-
def
|
|
294
|
-
run_key: str = typer.Option(
|
|
292
|
+
@stage_jobs_app.command("tick-egoexo")
|
|
293
|
+
def tick_egoexo_stage_jobs(
|
|
294
|
+
run_key: str | None = typer.Option(None, "--run-key", help="Stage-job run key to tick."),
|
|
295
295
|
program_slug: str = typer.Option(
|
|
296
296
|
"build-egoexo-2026",
|
|
297
297
|
"--program-slug",
|
|
@@ -305,21 +305,26 @@ def plan_egoexo_stage_jobs(
|
|
|
305
305
|
stages: str | None = typer.Option(
|
|
306
306
|
None,
|
|
307
307
|
"--stages",
|
|
308
|
-
help="Comma-separated stage keys. Defaults to
|
|
308
|
+
help="Comma-separated canonical stage keys. Defaults to the full recording-scoped pipeline.",
|
|
309
309
|
),
|
|
310
|
-
|
|
310
|
+
plan_limit: int = typer.Option(500, "--plan-limit", min=1, max=5000),
|
|
311
311
|
priority: int = typer.Option(7, "--priority", min=0, max=10),
|
|
312
312
|
skip_existing_pose_3d: bool = typer.Option(
|
|
313
313
|
True,
|
|
314
314
|
"--skip-existing-pose-3d/--include-existing-pose-3d",
|
|
315
315
|
help="Skip Pose3D work for episodes that already have Pose3D outputs.",
|
|
316
316
|
),
|
|
317
|
-
|
|
317
|
+
launch: bool = typer.Option(
|
|
318
|
+
False, "--launch/--no-launch", help="Launch ready workers after planning."
|
|
319
|
+
),
|
|
320
|
+
dry_run: bool = typer.Option(
|
|
321
|
+
False, "--dry-run", help="Preview the tick without writes or launches."
|
|
322
|
+
),
|
|
318
323
|
write: bool = typer.Option(False, "--write", help="Create work items. Omit for dry-run."),
|
|
319
324
|
) -> None:
|
|
320
|
-
"""
|
|
325
|
+
"""Run the canonical recording-scoped EgoExo stage-job tick."""
|
|
321
326
|
_request(
|
|
322
|
-
"/v1/processing/stage-jobs/egoexo/
|
|
327
|
+
"/v1/processing/stage-jobs/egoexo/tick",
|
|
323
328
|
method="POST",
|
|
324
329
|
body={
|
|
325
330
|
"program_slug": program_slug,
|
|
@@ -327,12 +332,15 @@ def plan_egoexo_stage_jobs(
|
|
|
327
332
|
"stages": _parse_csv(
|
|
328
333
|
stages,
|
|
329
334
|
option_name="--stages",
|
|
330
|
-
allowed={"
|
|
335
|
+
allowed={"frame_index", "pose_2d", "pose_3d_definition_run"},
|
|
331
336
|
),
|
|
332
337
|
"run_key": run_key,
|
|
333
|
-
"
|
|
338
|
+
"plan_limit": plan_limit,
|
|
334
339
|
"priority": priority,
|
|
335
340
|
"skip_existing_pose_3d": skip_existing_pose_3d,
|
|
341
|
+
"launch_frame_index": launch,
|
|
342
|
+
"launch_pose_2d": launch,
|
|
343
|
+
"launch_pose_3d": launch,
|
|
336
344
|
"dry_run": dry_run or not write,
|
|
337
345
|
},
|
|
338
346
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|