ArchAstro. Types. Operations. GetApiV1AgentRoutineRunsAgentRoutineRunStream. StreamEvent
(archastro v0.2.0)
Copy Markdown
Stream agent routine run status server-sent events.
Summary
Types
@type t() :: %ArchAstro.SSE.Event{ data: ArchAstro.Types.AgentRoutineRun.t() | ArchAstro.JSON.t(), event: term(), id: term(), retry: term() }
Functions
@spec decode(ArchAstro.SSE.Event.t()) :: t()