This commit is contained in:
7
backend/app/agent/__init__.py
Normal file
7
backend/app/agent/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Agent 子模块
|
||||
"""
|
||||
|
||||
from .service import AIAgentService
|
||||
|
||||
__all__ = ["AIAgentService"]
|
||||
Reference in New Issue
Block a user