better:优化做梦表现
This commit is contained in:
9
src/dream/tools/__init__.py
Normal file
9
src/dream/tools/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
dream agent 工具实现模块。
|
||||
|
||||
每个工具的具体实现放在独立文件中,通过 make_xxx(chat_id) 工厂函数
|
||||
生成绑定到特定 chat_id 的协程函数,由 dream_agent.init_dream_tools 统一注册。
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user