Improve error message for exec mode #6
Labels
A:app-agent
area: runnable agent application
D:easy
difficulty: easy (≤ 1 day of work)
T:ux
type: Enhancement of the user experience
How to reproduce
Try to spawn and monitor a particular program
my_app.py
that exists in the current directory:alumet-agent exec my_app.py
Error:
Alumet is right, the correct command is:
alumet-agent exec ./my_app.py
but the error message should be improved. Also, could it detect such a case and suggest the right command?
The text was updated successfully, but these errors were encountered: