Skip to content

Support a streaming trigger endpoint #29

Description

@RatulMaharaj

Today the webhook trigger is request/response: POST an input, get the full run result back when the run finishes. Add a streaming variant of the trigger endpoint so callers can receive output as the run progresses (e.g. SSE or chunked responses), which longer runs and interactive UIs need.

Open questions:

  • Protocol: SSE vs chunked JSON lines vs WebSocket
  • What streams: tokens, tool events, or both
  • How auth and conversation_id carry over from the existing webhook trigger

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions