SSEController
Spring Controller for Server-Sent Events (SSE) streaming of AgentProcessEvents. This controller by being registered as a bean via the RestController annotation will automatically listen for AgentProcessEvents because it implements AgenticEventListener. Each new listener will receive all events for that process to date.