Agent
start
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
Signature
Parameters
The task description to execute (required).
The ID of the session to use.
The language model to use for agent reasoning.
Whether to enable vision capabilities for the agent.
Maximum number of steps the agent can take.
Optional ID of the vault to use.
Config used for the notifier.
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.
Returns
AgentResponse
: The initial response from starting the agent.