agents: - agent_name: "Financial-Analysis-Agent" model: model_name: "gpt-4o-mini" temperature: 0.1 max_tokens: 2000 system_prompt: "financial_agent_sys_prompt" # Reference to system prompt file max_loops: 1 autosave: true dashboard: false verbose: true dynamic_temperature_enabled: true saved_state_path: "finance_agent.json" user_name: "swarms_corp" retry_attempts: 1 context_length: 200000 return_step_meta: false output_type: "str" # Can be "json" or any other format task: "What are the benefits of working with BlackRock" - agent_name: "Stock-Analysis-Agent" model: model_name: "gpt-4o-mini" temperature: 0.2 max_tokens: 1500 system_prompt: "stock_agent_sys_prompt" # Reference to system prompt file max_loops: 2 autosave: true dashboard: false verbose: true dynamic_temperature_enabled: false saved_state_path: "stock_agent.json" user_name: "stock_user" retry_attempts: 3 context_length: 150000 return_step_meta: true output_type: "str" task: "What is a roth IRA"