# MassGen Configuration for Fourier Decomposition SVG Case Study # Save this as: massgen_config.yaml agents: - id: agent_a backend: type: claude model: claude-opus-4-5 cwd: workspace exclude_file_operation_mcps: false enable_web_search: false - id: agent_b backend: type: gemini model: gemini-3-pro-preview cwd: workspace exclude_file_operation_mcps: false enable_web_search: false - id: agent_c backend: type: openai model: gpt-5.4 cwd: workspace exclude_file_operation_mcps: false enable_web_search: false orchestrator: snapshot_storage: snapshots agent_temporary_workspace: temp_workspaces max_new_answers_per_agent: 5 enable_multimodal_tools: true image_generation_backend: openai video_generation_backend: openai audio_generation_backend: openai coordination: max_orchestration_restarts: 2 enable_agent_task_planning: true task_planning_filesystem_mode: true enable_memory_filesystem_mode: true use_two_tier_workspace: true context_paths: [] voting_sensitivity: lenient answer_novelty_requirement: lenient timeout_settings: orchestrator_timeout_seconds: 1800 initial_round_timeout_seconds: 600 subsequent_round_timeout_seconds: 300 round_timeout_grace_seconds: 120 ui: type: rich_terminal logging_enabled: true # Run with: # massgen --config massgen_config.yaml