SharpOMatic 10.0.4
SharpOMatic 10.0.4 is now available.
This release builds on the conversation and AG-UI work from 10.0.3. AG-UI clients can now reload conversation history after a browser refresh or application restart, workflow authors can emit template-based stream messages without writing code, and model-call streaming has more control over what appears in the live stream.
The release also refreshes the Sharpy sample, updates the built-in sample workflows, adds model-caller extension hooks, and brings the major .NET, OpenAI, Azure OpenAI, Google GenAI, Roslyn, and EF Core dependencies forward.
Changes
- Added an AG-UI conversation history
POSTendpoint at/history. - Added optional
maxMessagessupport for history reloads. - Updated the Sharpy client sample.
- Added the Event Template node for emitting text or reasoning stream messages from templates.
- Added recursive template expansion for context paths and text assets.
- Added model override hooks for OpenAI, Azure OpenAI, and Google GenAI clients.
- Updated the OpenAI and Azure OpenAI callers to use the newer Responses client path.
- Updated Google GenAI integration for the newer SDK API.