mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-17 04:03:57 +08:00
refactor backend module architecture
This commit is contained in:
@@ -12,8 +12,8 @@ from app.agent.tools.factory import MoviePilotToolFactory
|
||||
from app.agent.tools.impl.ask_user_choice import AskUserChoiceInput, AskUserChoiceTool
|
||||
from app.agent.tools.impl.send_local_file import SendLocalFileTool
|
||||
from app.agent.tools.impl.send_voice_message import SendVoiceMessageTool
|
||||
from app.core.plugin import PluginManager
|
||||
from app.utils.singleton import Singleton
|
||||
from app.extensions.plugin_manager import PluginManager
|
||||
from app.foundation.singleton import Singleton
|
||||
|
||||
|
||||
class DemoAgentTool(MoviePilotTool):
|
||||
|
||||
Reference in New Issue
Block a user