AgentProcessStatus

constructor(id: String, status: AgentProcessStatusCode, timestamp: Instant, runningTime: Duration, result: Any?, statusUrl: String = "/api/v1/process/", sseUrl: String = "/events/process/")

Parameters

id

Unique identifier of the agent process.

status

Current status of the agent process.

result

The last result of the agent process, if available.

statusUrl

URL to check the status of the process.

sseUrl

URL to request Server-Sent Events (SSE) streaming of the process status.