update
This commit is contained in:
7
backend/app/services/agent/__init__.py
Normal file
7
backend/app/services/agent/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# src/services/agent/__init__.py
|
||||
"""Agent服务模块"""
|
||||
|
||||
from .qa_agent import QAAgent, ask_compliance_question
|
||||
from .session_manager import SessionManager, ChatSession
|
||||
|
||||
__all__ = ["QAAgent", "ask_compliance_question", "SessionManager", "ChatSession"]
|
||||
Reference in New Issue
Block a user