- 
                Notifications
    You must be signed in to change notification settings 
- Fork 17
Description
Description of the bug
Running  python marble/main.py --config "marble/configs/test_config_reasoning_default.yaml" got error:
......
[2025-06-18 12:39:43,764] [ERROR] [BaseAgent]: Failed to parse tasks for children: Expecting value: line 1 column 1 (char 0)
ERROR:BaseAgent:Failed to parse tasks for children: Expecting value: line 1 column 1 (char 0)
......
Check the communication, then only find conversation between root(agent1) to its first children(agent2):
In Session 3e19d965-b134-4fc9-b393-737f49097a80
From agent1 to agent2: What are your thoughts on the potential impact of AI in healthcare?
From agent2 to agent1: I believe AI has the potential to revolutionize healthcare by improving diagnosis accuracy, streamlining clinical workflows, and enhancing patient outcomes. However, it also raises concerns about data privacy, bias in decision-making, and job displacement for certain medical professionals.
From agent1 to agent2: I completely agree with your assessment of AI in healthcare. The potential benefits are vast, but we must also address the concerns you mentioned. As an AI researcher focused on ethics and policy, I believe it
From agent2 to agent1: I appreciate your emphasis on addressing the concerns surrounding AI in healthcare. As a software developer specializing in AI applications, I believe it
From agent1 to agent2: I think we should also consider the potential impact of AI on healthcare workforce dynamics, such as changes in job roles and responsibilities. How do you envision AI affecting the daily work of healthcare professionals?
From agent2 to agent1: I envision AI augmenting the daily work of healthcare professionals by automating routine tasks, providing real-time data analysis, and enhancing decision-making capabilities. This could lead to increased productivity, improved patient care, and reduced burnout among medical staff.
Steps To Reproduce
1.python marble/main.py --config "marble/configs/test_config_reasoning_default.yaml"
2.check results at result/discussion_output_default.jsonl
Additional Information
No response