This commit is contained in:
takatost
2024-03-03 04:18:51 +08:00
parent 406a625c98
commit c786533f22
14 changed files with 47 additions and 32 deletions

View File

@ -10,8 +10,9 @@ from core.app.app_queue_manager import AppQueueManager
from core.app.apps.agent_chat.app_config_manager import AgentChatAppConfig
from core.app.apps.base_app_runner import AppRunner
from core.app.entities.app_invoke_entities import (
AgentChatAppGenerateEntity,
InvokeFrom,
ModelConfigWithCredentialsEntity,
InvokeFrom, AgentChatAppGenerateEntity,
)
from core.callback_handler.agent_tool_callback_handler import DifyAgentCallbackHandler
from core.callback_handler.index_tool_callback_handler import DatasetIndexToolCallbackHandler