start
Method
This is a method of the AgentTeam 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.
Usage
Uses
track_agent_executionisattyConsolePaneltime_module.timePanel.fitconsole.statusrun_taskget_task_resultMarkdown
Used By
Source
View on GitHub
praisonaiagents/agents/agents.py at line 1223
