Skip to content

Chat and SSE

The web app uses server-sent events (SSE) for streaming updates.

SSE is a good fit for one-way progress delivery from the platform back to the web client.

  • fetching jobs
  • scoring matches
  • drafting outreach

Streaming is channel behavior. The underlying workflow logic still belongs to the active skill.