Currently the UI displays the agents as available using a placeholder, this info does not reflect the actual status of a specific agent. In order to make it more reflecting, this functionality should be implemented on the inference gateway.
The status value of each agent should be queried by a specific endpoint with the given agent ID and the inference gateway should continuously poll the healthcheck endpoint of each particular agent to know if they are healthy.
AC's