wip: 客服Agent + RAG + 画像收尾(基于 6516ccb)

This commit is contained in:
2026-09-11 14:46:40 +08:00
parent 870fd0d44e
commit e4c4099aaa
82 changed files with 13901 additions and 2426 deletions
+23
View File
@@ -18,3 +18,26 @@ dist/
.vscode/
# 浏览器拖拽文档的落点:只含 dsh-dropdoc 生成的目录清单,不是项目产物
.dsh-drop/
# 本地临时目录与工具工作区(不提交)
# - .superpowers/ 是 SDD 实施流程的台账与工作区(计划/评审记录)
# - 其余是 pytest / pip 在受限环境下落到仓库根的临时目录
.tmp/
.tmp-pip/
.ptmp/
.pytest-tmp/
.pytest-tmp3/
.pytest-work/
.pytestwork/
.pytest-tmp-*/
tests/.workdir/
pytest-cache-files-*/
.superpowers/
.dsh-tmp-*.py
# 运行期产出的知识库文档(`LocalDocumentStorage` 的落盘位置):
# 由 `KnowledgeIngestService` 在入库时写入、被 `fin_knowledge_meta.minio_path` 引用,
# 属**环境数据**而非源码(换环境重新导入即可),因此不入库。
# 同理:仓库根的 `.workdir/` 是测试脚本的工作目录。
data/
.workdir/