You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent tries to search the directory hierarchy from the current working directory for a config file but given that the agent has it's current working directory to / it can't find it.
agency -d
behaves differently toagency
when starting agents—agents never make it past the initial startup phase.Steps to reproduce:
agency -d
smithctl start {AgentName}
Transition [state]: :checked -> :starting
smithctl list -la
shows the agent asstarting
with pid0
and a date of1970/01/01 10:00:00
starting
agent remains in that state indefinitely and doesn’t time out.When starting an agent with
agency
running in the foreground, this problem doesn’t happen.The text was updated successfully, but these errors were encountered: