Package-level declarations

Types

Link copied to clipboard

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.

Link copied to clipboard
class SseProperties(platformProperties: AgentPlatformProperties)