fix:调整目录结构,优化hfc prompt,移除日程,移除动态和llm判断willing模式,
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
"""
|
||||
MaiMBot插件系统
|
||||
包含聊天、情绪、记忆、日程等功能模块
|
||||
"""
|
||||
|
||||
from .chat.chat_stream import chat_manager
|
||||
from .emoji_system.emoji_manager import emoji_manager
|
||||
from .person_info.relationship_manager import relationship_manager
|
||||
from .willing.willing_manager import willing_manager
|
||||
from .schedule.schedule_generator import bot_schedule
|
||||
|
||||
# 导出主要组件供外部使用
|
||||
__all__ = [
|
||||
"chat_manager",
|
||||
"emoji_manager",
|
||||
"relationship_manager",
|
||||
"willing_manager",
|
||||
"bot_schedule",
|
||||
]
|
||||
Reference in New Issue
Block a user