refactor: reorganize backend module boundaries

This commit is contained in:
jxxghp
2026-08-14 19:53:33 +08:00
parent fe0b444ceb
commit 369d7d6448
584 changed files with 2423 additions and 2275 deletions
+3 -3
View File
@@ -30,11 +30,11 @@ from app.api.endpoints.agent import (
_resolve_web_agent_choice_payload,
_split_web_agent_output,
)
from app.platform.events import Event
from app.runtime.events import Event
from app.db.agentchat_oper import AgentChatOper
from app.db.models.agentchat import AgentChat
from app.messaging.agent import build_web_agent_message_update_event
from app.messaging.interaction import AgentInteractionOption, agent_interaction_manager, skills_interaction_manager
from app.application.messaging.agent import build_web_agent_message_update_event
from app.application.messaging.interaction import AgentInteractionOption, agent_interaction_manager, skills_interaction_manager
from app.chain.message import MessageChain
from app.schemas.message import ChannelCapability, ChannelCapabilityManager
from app.schemas.types import EventType, MessageChannel, NotificationType