配置选项

关键配置参数:

{
  agents: [...],        // Agent 列表
  maxIterations: 10,  // 最大迭代次数
  temperature: 0.7,   // 模型温度
  verbose: true,      // 输出详细日志
}