Agent 工作流

可复用的 Agent 工作流和编排模式

933 个 Skills 可用

Skills 列表

jetson-diagnostic

jetson-diagnostic

3.2Kagent-workflows

Read-only Jetson health snapshot for identity, memory, GPU, thermal, power, storage, services, and top processes.

nvidia avatarnvidia
获取
cuopt-skill-evolution

cuopt-skill-evolution

3.1Kagent-workflows

After solving a non-trivial problem, detect generalizable learnings and propose skill updates. Always active — applies to every interaction.

nvidia avatarnvidia
获取
cuopt-numerical-optimization-api-cli

cuopt-numerical-optimization-api-cli

3.1Kagent-workflows

LP, MILP, and QP (beta) with cuOpt — CLI only (MPS/LP/QPS files, cuopt_cli). Use when the user is solving LP, MILP, or QP from an MPS or LP file via command line.

nvidia avatarnvidia
获取
tilegym-improve-cutile-kernel-perf

tilegym-improve-cutile-kernel-perf

3.1Kagent-workflows

Iteratively optimize cuTile kernel performance through systematic profiling, bottleneck analysis, IR comparison, and targeted tuning. Covers tile sizes, occupancy, autotune configs, TMA, latency hints, persistent scheduling, num_ctas, flush_to_zero, and IR-level debugging. Use when asked to "optimize cutile kernel", "improve kernel perf", "tune cutile performance", "make kernel faster", or iteratively benchmark and refine a cuTile GPU kernel in the TileGym project.

nvidia avatarnvidia
获取
tao-train-nvpanoptix3d

tao-train-nvpanoptix3d

3.1Kagent-workflows

NVPanoptix3D for panoptic 3D scene reconstruction from posed RGB images. Produces 3D panoptic segmentation

nvidia avatarnvidia
获取
tao-train-action-recognition

tao-train-action-recognition

3.1Kagent-workflows

Action recognition from video sequences. Supports RGB, optical flow, and joint (multi-stream) input types for

nvidia avatarnvidia
获取
tao-train-reid

tao-train-reid

3.1Kagent-workflows

Person re-identification (ReID). Learns discriminative embeddings to match the same person across different

nvidia avatarnvidia
获取
tao-train-pose-classification

tao-train-pose-classification

3.1Kagent-workflows

Pose classification using ST-GCN (Spatial Temporal Graph Convolutional Network). Classifies skeleton sequences

nvidia avatarnvidia
获取
tao-analyze-gaps-vlm-bcq

tao-analyze-gaps-vlm-bcq

3.1Kagent-workflows

Extract false-positive and false-negative gaps from VLM binary-classification-question (BCQ, yes/no) predictions.

nvidia avatarnvidia
获取
tao-train-visual-changenet

tao-train-visual-changenet

3.1Kagent-workflows

Visual ChangeNet for binary image classification and segmentation in AOI defect detection. Use when training,

nvidia avatarnvidia
获取
tao-run-automl-deft-pipeline

tao-run-automl-deft-pipeline

3.1Kagent-workflows

Run the canonical NVIDIA AOI three-phase training pipeline — Phase 1 AutoML baseline (HPO), Phase 2 DEFT loop (RCA → SDG → mining → plain-train retrain), Phase 3 AutoML refinement on the DEFT-augmented dataset. Use when the user asks to "run the AOI workflow", "fine-tune my PCB AOI model end-to-end", "improve my AOI ChangeNet model", or "AOI workflow with AutoML" request — route here instead of tao-run-deft-aoi directly unless the user explicitly asks for the DEFT loop ONLY (e.g. "run JUST the DEFT loop", "skip AutoML, only DEFT"). Also handles the same three-phase pattern for non-AOI DEFT applications — AutoML baseline then DEFT loop warm-started from AutoML's winning HPs then post-DEFT AutoML refinement on the iteration-augmented dataset. Trigger phrases include "run the AOI workflow", "AOI end-to-end", "AutoML + DEFT", "AutoML then DEFT", "tune hyperparameters then DEFT", "DEFT with AutoML at both ends", "warm-start DEFT", "improve my AOI model".

nvidia avatarnvidia
获取
tao-train-dino

tao-train-dino

3.1Kagent-workflows

DINO (DETR with Improved DeNoising Anchor Boxes) for 2D object detection. Transformer-based detector with

nvidia avatarnvidia
获取
tao-run-platform

tao-run-platform

3.1Kagent-workflows

TAO Execution SDK for submitting and monitoring GPU training jobs on supported platforms (Brev, SLURM,

nvidia avatarnvidia
获取
tao-run-deft-aoi

tao-run-deft-aoi

3.1Kagent-workflows

Run the full DEFT AOI improvement loop for NVIDIA TAO VisualChangeNet / ChangeNet PCB inspection models: baseline evaluate, RCA, Cosmos AnomalyGen / AMP synthetic defects, k-NN mining, retraining, and deployment gating until FAR / recall KPI targets are met. Use for prompts like "run the DEFT loop", "fine-tune until FAR below 0.1% at recall=100%", or "improve my AOI ChangeNet model with RCA and synthetic defects"; do not use for standalone TAO training, one-off inference, generic anomaly generation, or RCA-only analysis.

nvidia avatarnvidia
获取
tao-generate-referring-expressions

tao-generate-referring-expressions

3.1Kagent-workflows

"Four-step image referring-expression pipeline: turns images plus KITTI bounding-box labels into region

nvidia avatarnvidia
获取
tao-train-mask-auto-label

tao-train-mask-auto-label

3.1Kagent-workflows

MAL (Mask Auto-Label) for weakly-supervised segmentation. Produces segmentation masks from minimal annotations

nvidia avatarnvidia
获取
tao-train-single-step

tao-train-single-step

3.1Kagent-workflows

Standard single-step train/eval/export workflow for any TAO model. Use when training a TAO model on a dataset

nvidia avatarnvidia
获取
tao-train-rtdetr

tao-train-rtdetr

3.1Kagent-workflows

RT-DETR (Real-Time DEtection TRansformer) for 2D object detection. Designed for real-time inference with

nvidia avatarnvidia
获取
tao-validate-dataset-format

tao-validate-dataset-format

3.1Kagent-workflows

Run `tao-daft validate` to check NVIDIA TAO DAFT datasets for structure, schema, and cross-reference errors. Do

nvidia avatarnvidia
获取
tao-train-mask-grounding-dino

tao-train-mask-grounding-dino

3.1Kagent-workflows

Mask Grounding DINO for grounded instance segmentation. Extends Grounding DINO with a mask-prediction head for

nvidia avatarnvidia
获取
tao-mine-aoi-images

tao-mine-aoi-images

3.1Kagent-workflows

Runs the DEFT embed-then-mine workflow for VCN AOI iterations — embeds the gap-analysis target parquet, embeds a source pool, and mines nearest-neighbour source images for downstream augmentation. Use as the immediate next step after `tao-route-visual-changenet-samples` when expanding a real-image augmentation queue from the mining subset.

nvidia avatarnvidia
获取
tilegym-monkey-patch-kernels-to-transformers

tilegym-monkey-patch-kernels-to-transformers

3.1Kagent-workflows

Integrate TileGym kernels into Hugging Face `transformers` models by replacing the library's submodule(s) and certain class(es)' implementations, and patching certain class(es)' init/forward/load weight methods prior to instantiating models. Used when the user requires integrating TileGym kernels into `transformers` models.

nvidia avatarnvidia
获取
tao-train-sparse4d

tao-train-sparse4d

3.1Kagent-workflows

Sparse4D for multi-camera temporal 3D object detection and tracking. Uses sparse queries with deformable

nvidia avatarnvidia
获取
tao-route-visual-changenet-samples

tao-route-visual-changenet-samples

3.1Kagent-workflows

Routes the weakest VCN samples (output of `tao-analyze-gaps-visual-changenet`) into per-augmentation-module

nvidia avatarnvidia
获取