--- title: "Round Robin 策略" type: concept tags: [AI Agent, Task Scheduling] --- ## Definition 任务调度算法,轮转分配任务以平衡不同类型/年龄段内容的工作流策略。 ## Related To - [[autonomous-game-dev-pipeline]] — 使用此策略的源案例 - [[Game Developer Agent]] — 使用此策略的 Agent ## Aliases - 轮转调度 - 轮询策略