fix: restore orchestrator logger binding

This commit is contained in:
邹永赫
2026-03-25 21:50:48 +09:00
parent e7f57ae8ef
commit 6f5541bc7e

View File

@@ -11,6 +11,7 @@ from typing import Any
import anyio
from astrbot import logger
from astrbot._internal.abc.base_astrbot_orchestrator import BaseAstrbotOrchestrator
from astrbot._internal.protocols.abp.client import AstrbotAbpClient
from astrbot._internal.protocols.acp.client import AstrbotAcpClient
@@ -18,6 +19,8 @@ from astrbot._internal.protocols.lsp.client import AstrbotLspClient
from astrbot._internal.protocols.mcp.client import McpClient
from astrbot._internal.stars import RuntimeStatusStar
log = logger
class AstrbotOrchestrator(BaseAstrbotOrchestrator):
"""