run
Method
This is a method of the AgentTeam class in the agents module.Run agents silently (production use). Unlike .start() which shows verbose output, .run() executes silently for programmatic/production use.
Signature
Parameters
Optional content to add to all tasks’ context
If True, returns the full results dictionary **kwargs: Additional arguments
Returns
The result of the operation.
Uses
start
Used By
Agent.run_untilrequire_approvalHookRunner.execute_syncMCPToolRunner.runTask.execute_callback_sync
Source
View on GitHub
praisonaiagents/agents/agents.py at line 1391
