MCPcopy Create free account
hub / github.com/OpenRaiser/NanoResearch / FeishuBot

Class FeishuBot

nanoresearch/feishu_bot.py:224–228  ·  view source on GitHub ↗

飞书 NanoResearch 机器人 -- AI 对话 + Pipeline 管理。

Source from the content-addressed store, hash-verified

222# ═══════════════════════════════════════════════════════════════
223
224class FeishuBot(_FeishuBotCoreMixin, _FeishuBotHandlersMixin):
225 """飞书 NanoResearch 机器人 -- AI 对话 + Pipeline 管理。"""
226
227 def __init__(self, app_id: str, app_secret: str) -> None:
228 self._init_core(app_id, app_secret)
229
230
231# ═══════════════════════════════════════════════════════════════

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected