docs: update architecture docs for Vue 3 + FastAPI separation, add one-click start.bat
- CLAUDE.md: remove duplicate architecture section, fix MAX_RETRY 5→3 - README.md: update architecture diagram to 3-tier, add start.bat instructions - ROADMAP.md: add 阶段六 layered generation v5 (items 16-20) - start.bat: one-click startup with auto port-kill and path-with-spaces fix - package-lock.json: updated from npm install
This commit is contained in:
+2
-2
@@ -82,11 +82,11 @@
|
||||
- [x] `backend/llm.py` — `_LLMLoggingWrapper` 包装所有 LLM 后端
|
||||
- [x] 记录每次 invoke/stream 的请求 prompt、响应内容、耗时、模型、调用来源
|
||||
- [x] 异常时也记录完整 prompt
|
||||
- [x] `agent/nodes.py` — `@log_node` 装饰器覆盖 17 个节点
|
||||
- [x] `agent/nodes.py` — `@log_node` 装饰器覆盖 18 个节点
|
||||
- [x] 入口/出口/异常三个阶段的日志
|
||||
- [x] 自动记录 state 关键字段摘要(session_id、intent、status、jrxml_length 等)
|
||||
- [x] 每个节点耗时(duration_ms)
|
||||
- [x] `agent/graph.py` — `@_log_route` 装饰器覆盖 8 个路由函数
|
||||
- [x] `agent/graph.py` — `@_log_route` 装饰器覆盖 9 个路由函数
|
||||
- [x] 记录每次路由决策(来源 → 目标)
|
||||
- [x] `app.py` — 用户交互日志
|
||||
- [x] 收到用户输入(含上传文件信息)
|
||||
|
||||
Reference in New Issue
Block a user