start
Method
This is a method of the Agents class in the agents module.Start agent execution with verbose output (beginner-friendly). Shows Rich panels with workflow progress when in TTY. Use .run() for silent execution in production/scripts.
Signature
Parameters
Optional content to add to all tasks’ context
If True, returns the full results dictionary
Output preset - “silent”, “verbose”, “normal”, etc. Default in TTY: “verbose” (shows progress) Default non-TTY: “silent” **kwargs: Additional arguments
Returns
The result of the operation.

