Error causing memory overflow
Im using the Fallback Conversation component for configuring my voice assistant.
I have a simple configuration where i configure the main agent to be the Home Assistant agent with a fallback set to call my ollama instance. This works with my esphome devices just fine.
When i set one of my streamassist devices to use the new agent produced by the fallback conversation agent, i get this error spammed in my logs to the point where HA completely dies and requires a restart.
2024-09-24 19:02:45.304 DEBUG (MainThread) [custom_components.stream_assist.core] run_assist error <class 'Exception'>: Unknown start_stage
I also tested it out with just the ollama agent and that seems to work fine, its just the fallback agent that has issues. Again though, it works just fine with esphome.