Very nice!
Love seeing "love for Semantic Kernel Agents" - my favorite feature 🙂 And also WPF! - checked the app, not bad Marco!!
I was unsure for a personal project if to use WPF or Blazor, now I am all set with WPF 🙂
One feature I am waiting for is nested chats and sequential chats, with this you can wrap several specialized critic agents under a single critic agent and provide all feedbacks at once, summarized. I like this due that I am avoiding n+1 conversations and optimizing the Agentic Flow. A .NET example of this is https://github.com/joslat/AgenticAIAutoGen/blob/main/AutoGenDemos/AutoGen001/A02_Reflection_with_Multi_Critic.cs thought also not optimal due not having a Summarization Strategy so needs to be done by a Summarizer Prompt or Agent. But you optimize, minimize, the delivery of the critic and responses in a great way.