Golem CLI already has a fuzzy match, which introduces a better experience when working with it. However, I would like to have something like this, which helps users avoid having to remember and write their proper agent ID, etc.
It makes a quick API call to the server and retrieves a list of agents, returning those IDs as suggestions. It can apply to any other command line arguments that require an option that is not fixed, e.g., golem agent update <Tab>.
Golem CLI already has a fuzzy match, which introduces a better experience when working with it. However, I would like to have something like this, which helps users avoid having to remember and write their proper agent ID, etc.
It makes a quick API call to the server and retrieves a list of agents, returning those IDs as suggestions. It can apply to any other command line arguments that require an option that is not fixed, e.g.,
golem agent update <Tab>.