Bimodal Execution Engine Explained
Sage has designed two execution modes to provide differentiated solutions for different task requirements:
Deep Mode
- How it works:Activation of the entire agent collaboration chain, including the complete process of analysis, planning and summarization
- Core strengths:A detailed intermediate reasoning process is generated, with quality prioritized
- Typical Applications:Scenarios requiring rigorous reasoning, such as strategic decision support and academic research and analysis
Rapid Mode of Execution (Rapid Mode)
- How it works:Simplify the process to execute directly, skipping some of the analytics
- Core strengths:Fast response time and low resource consumption
- Typical Applications:Deterministic tasks such as data conversion, simple queries, etc.
Mode Switching Guide
The web interface is switched directly through the options, and the command line is switched through themodeparameter is specified:
- controller.run_task('任务', mode='deep')
- controller.run_task('任务', mode='rapid')
This answer comes from the articleSage: An Intelligent Multi-Agent Task Decomposition and Collaboration FrameworkThe
































