Check for Ollama Server before hermes --tui Starts
Since Hermes doesn't warn you if you don't have an active local end point when you are set up to use a local model in the --tui mode, you would need a way to remind yourself if the ollama service is running before use.
One can certainly make the ollama server run on system start up, but this might excessive when you don't plan on using ollama for hermes all the time.
A technique to solve the issue of forgetting to start up the ollama server is to wrap the hermes command and peform the checks on it before hermes can execute.