Stream a message to a specific agent instance.
Resolves the agent instance’s runner URL and streams the SSE response back to the client. This is the second hop in the two-hop routing pattern.
Returns: SSE stream of the agent’s response.
Raises: NotFoundError: If instance not found or belongs to another organization. AgentInvokerError: If runner resolution or streaming fails.
Successful Response