Skip to main content
POST

Path Parameters

string
required
Repo ID

Request Body

object
required
Input parameters for the agent

Response

The agent returns a Server-Sent Events (SSE) stream with real-time updates as parallel tool calls execute.

Event Types

event
Signals that the agent execution has begun
event
Contains agent reasoning, analysis, and text responses
event
Reports tool usage and execution results. Tools can include file operations, bash commands, directory views, and specialized operations like report_back.
event
Signals that the agent execution has completed successfully