Is it possible to extend agent 0 with an option to show the most recent logs and add a standard logging DB table so it is possible to store errors properly. I started with the default sample python agent, and they ended up in the messages
I’m always keen on extending Agent 0 to help you with your development! Could you expand a bit more on what you are looking for though? Are you saying you would want some persistent storage of the errors that come from your agent?
Typically in my mind you would see the error, then immediately work on fixing it within your agent. So I’m not sure the reasoning behind wanting that stored. Curious where your head is at with that!