Introduce Project ID for context management, finalizing the stateful API pipeline from file submission to graph construction.

This commit is contained in:
666ghj
2025-11-28 17:21:08 +08:00
parent 9657061b26
commit 08f417f3b7
20 changed files with 2850 additions and 1 deletions

10
.gitignore vendored
View File

@@ -11,6 +11,7 @@
.env.development.local
.env.test.local
.env.production.local
__pycache__/
.vscode
.idea
@@ -19,4 +20,11 @@
.cursor/
mydoc/
mytest/
mytest/
# 日志文件
backend/logs/
*.log
# 上传文件
backend/uploads/