This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
CRBC-MaaS-Platform-Project
/
LQAgentPlatform
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
b830a3e124
Branches
Tags
dev
dev-sgbx
test
LQAgentPlatform
/
foundation
/
ai
/
agent
/
__init__.py
__init__.py
147 B
Historique
Raw
1
2
3
4
5
6
7
8
9
10
11
"""
智能代理模块
提供AI智能代理的基础能力和工作流功能
"""
from .base_agent import BaseAgent
__all__ = [
"BaseAgent"
]