from fastapi import APIRouter router = APIRouter(prefix="/tasks", tags=["生成任务"]) # 任务管理 API 将在阶段三实现