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
4c119073bc2ab536994b992c96ee2afdbad56538
ailine
/
backend
/
app
/
__init__.py
8 lines
109 B
Python
Raw
Normal View
History
Unescape
Escape
重构代码,统一config配置
2026-04-21 11:02:16 +08:00
"""
AI
Agent
应用模块
"""
refactor: 重命名文件更清晰,调整最大推理步数为10 - subgraph_builder.py → main_graph_builder.py - service.py → agent_service.py - 调整 max_steps 从 40 → 10 - 更新所有相关导入
2026-05-01 00:24:00 +08:00
from
.
agent
.
agent_service
import
AIAgentService
重构代码,统一config配置
2026-04-21 11:02:16 +08:00
fix: 修复 __init__.py 导入旧工具的问题
2026-05-07 01:31:06 +08:00
__all__
=
[
"
AIAgentService
"
]
Reference in New Issue
Copy Permalink