File size: 270 Bytes
5374a2d | 1 2 3 4 5 6 | from ...prompts.workflow.multi_agent_debate import format_transcript, collect_last_round_candidates, collect_round_candidates
# Re-export functions for backward compatibility
__all__ = ["format_transcript", "collect_last_round_candidates", "collect_round_candidates"]
|