Start the agent with the specified request parameters
This method initiates the agent execution with the provided configuration. The agent will begin processing the task immediately after starting
The task description to execute (required).
Optional URL to process, defaults to None.
The response format to use for the agent answer. You can use a Pydantic model or a JSON Schema dict.
AgentResponse
: The initial response from starting the agent.