NVIDIA-NeMo / NVIDIA-NeMo/Safe-Synthesizer

Add artifacts list command

Open
#283 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature
Dominant language
Python
Stars
38
Forks
11
Avg merge
4d 17h
Merged PRs (30d)
9

Description

Priority Level

Medium (Nice to have)

Is your feature request related to a problem?

Per bug bash feedback row 21, there is no artifacts list command to enumerate completed runs or locate adapters for resume workflows. This makes the CLI hard to use in any an agent pipeline: an agent can't find the latest adapter without filesystem inspection, and --auto-discover-adapter is a black box with no way to audit what it found.

Nina: This looks to me like a user wanting more transparency in the --auto-discover-adapter option. It works, but the user just wants to be able to confirm that it works.

Describe the solution you'd like

One possible solution is adding some printouts to the --auto-discover-adapter to clearly show how it was done?
Another possible solution is to do a new safe-synthesizer artifacts list

Describe alternatives you've considered

No response

Additional context

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the existing CLI entry points and the --auto-discover-adapter behavior. Clarify whether the change should add an artifacts list command, print discovery details, or both. Done should let users enumerate completed runs, locate adapters for resume workflows, and audit adapter discovery.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.