merge: resolve PR #1963 conflicts with main

This commit is contained in:
Xubin Ren
2026-03-14 14:00:00 +00:00
38 changed files with 1650 additions and 307 deletions

View File

@@ -8,8 +8,7 @@ import pytest
from nanobot.bus.events import OutboundMessage
from nanobot.bus.queue import MessageBus
from nanobot.channels.feishu import FeishuChannel
from nanobot.config.schema import FeishuConfig
from nanobot.channels.feishu import FeishuChannel, FeishuConfig
# ---------------------------------------------------------------------------