__init__.py 220 B

123456
  1. """第十六章:多角色历史辩论 + 轻量网络附录 + 终局综合。"""
  2. from .config import create_llm
  3. from .debate_orchestrator import run_historical_debate
  4. __all__ = ["create_llm", "run_historical_debate"]