Skip to main content

run

Method
This is a method of the Agents class in the agents module.
Run agents silently (production use). Unlike .start() which shows verbose output, .run() executes silently for programmatic/production use.

Signature

def run(content: Any, return_dict: Any) -> Any

Parameters

content
Any
Optional content to add to all tasks’ context
return_dict
Any
default:"False"
If True, returns the full results dictionary **kwargs: Additional arguments

Returns

Returns
Any
The result of the operation.