This website requires JavaScript.
Explore
Help
Sign In
root
/
ailine
Watch
1
Star
0
Fork
0
You've already forked ailine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4a881ea32dffa519a38c64730048815d1d63aee9
ailine
/
backend
/
app
/
agent
/
__init__.py
8 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
重构代码,统一config配置
2026-04-21 11:02:16 +08:00
"""
Agent
子模块
"""
fix: 修复导入路径
2026-05-01 00:36:30 +08:00
from
.
agent_service
import
AIAgentService
重构代码,统一config配置
2026-04-21 11:02:16 +08:00
__all__
=
[
"
AIAgentService
"
]
Reference in New Issue
Copy Permalink