find_generated_artifacts
Locate and classify generated-code artifacts like pass dumps, PTO MLIR, kernel/orchestration C++, and DFX outputs across build roots. Filter by repo, kind, or program hint.
Instructions
Locate generated-code artifacts across the workspace: pass dumps, .pto MLIR, kernel/orchestration C++, dfx outputs.
Scans each repo's build_output/outputs/build roots (read-only) and classifies what it finds. Combine with the debug/codegen-inspection resource to know which stage each artifact belongs to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Optional artifact kind filter, e.g. passes_dump, pto_mlir, kernel_aic_cpp, orchestration_cpp, dfx_outputs | |
| repo | No | Optional repository name (e.g. "pypto", "pypto-lib") to scope the search. Empty searches every repo's artifact roots. | |
| max_results | No | Maximum results to return (1–1000) | |
| program_hint | No | Optional substring of the output path (e.g. a kernel or program name) to filter on. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||