ForcePilot/src/core/__init__.py
Wenjie Zhang d26fda4053 更新了很多
- 添加了系统提示词
- 添加了知识库的加载方式
2025-03-20 19:51:46 +08:00

4 lines
101 B
Python

from .history import *
from .knowledgebase import KnowledgeBase
from .graphbase import GraphDatabase