ThinkingMode(ThinkingMode)
Controls the DeepAgent response strategy.instant (default): Streamlined planning with minimal steps. The
supervisor answers simple queries directly and only delegates to
subagents when genuinely necessary. Lower latency.
thinking: Full planning with detailed todo lists and multi-step
orchestration. Higher quality but higher latency.