# Initialize multi-agent debate with the selection function
debate=MultiAgentDebate(agents)
debate=MultiAgentDebate(agents, select_speaker)
# Run task
# Run task
task="What were the winning boston marathon times for the past 5 years (ending in 2022)? Generate a table of the year, name, country of origin, and times."
task="What were the winning boston marathon times for the past 5 years (ending in 2022)? Generate a table of the year, name, country of origin, and times."