MultiAgentHooksConfig
Defined in the Feature Configs module.AI Agent Configuration for multi-agent orchestration hooks/callbacks. Consolidates: completion_checker, on_task_start, on_task_complete
Properties
Called before each task starts. Signature:
(task, task_id). task_id is the integer assigned by AgentTeam to this task in the run.Called after each task finishes. Signature:
(task, task_output). task_output is the TaskOutput produced by the agent for this task.Custom function to decide whether the team’s run has finished. Overrides
AgentTeam.default_completion_checker.Internal & Generic Methods
Internal & Generic Methods
- to_dict: Convert to dictionary.
Usage
Source
View on GitHub
praisonaiagents/config/feature_configs.py at line 781
