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
Any
Optional content to add to all tasks’ context
Any
default:"False"
If True, returns the full results dictionary
Any
Output preset - “silent”, “verbose”, “normal”, etc. Default in TTY: “verbose” (shows progress) Default non-TTY: “silent” **kwargs: Additional arguments
Returns
Any
The result of the operation.
Usage
Uses
starttrack_agent_executionisattyConsolePaneltime_module.timePanel.fitlogging.debugMarkdownverbose_task_start_callback
Used By
Source
View on GitHub
praisonaiagents/agents/agents.py at line 1949
