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