合并 agent-mvp 到 master #1

Merged
jiang merged 93 commits from agent-mvp into master 2026-08-18 17:56:43 +08:00
Showing only changes of commit 6b09c6b20d - Show all commits
-1
View File
@@ -14,7 +14,6 @@ RUN uv pip install --system --no-cache-dir -r requirements.txt
# 这样临时文件默认会生成在 /app 下,而代码在 /app/app 下,实现了分离
COPY app ./app
COPY db_inp ./db_inp
COPY temp ./temp
COPY .env .
# 设置 PYTHONPATH 以便 uvicorn 找到 app 模块