- 将 server/, src/, scripts/, test/ 等目录移动到 backend/ 目录下 - 使用 git rename 保留文件历史记录 - 更新 docker-compose.yml 和 api.Dockerfile 配置 WIP: 项目结构重构进行中
4 lines
60 B
Python
4 lines
60 B
Python
from .graph import ChatbotAgent
|
|
|
|
__all__ = ["ChatbotAgent"]
|