baozaotumao
|
bb6503c3f8
|
fix: 补全最小可运行骨架(core/config + core/logging)
- main.py 此前 import 不存在的 .core.config/.core.logging,生成项目一 import 即崩
- 补 backend/agent 的 core/config.py(pydantic-settings)+ core/logging.py(loguru)
+ 各级 __init__.py,按服务/数据库/LLM 选型渲染配置字段
- 路线 A:仅补可运行的 plumbing,业务分层仍由 Claude 按规则现写
- 验证:生成 backend 后 uv sync + import app 成功,/health 路由就位
|
2026-06-01 22:48:08 -07:00 |
|