Files
mai-bot/src/dream/tools/__init__.py
2025-12-06 00:32:50 +08:00

11 lines
233 B
Python

"""
dream agent 工具实现模块。
每个工具的具体实现放在独立文件中,通过 make_xxx(chat_id) 工厂函数
生成绑定到特定 chat_id 的协程函数,由 dream_agent.init_dream_tools 统一注册。
"""