针对已被移除的路由规则功能的。根据 botmgr.py:74-100 中的注释,路由规则已被移除,Bot 现在直接绑定到 Pipeline 或 Workflow。

This commit is contained in:
Typer_Body
2026-05-08 00:53:35 +08:00
parent fc40d3c949
commit eb9f38b102
4 changed files with 12 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ from __future__ import annotations
import asyncio
import uuid
from datetime import datetime, timedelta
from typing import Any, Optional
from typing import Optional
import sqlalchemy