docs: update all agent md files with latest architecture

- Container App URLs (not Web App)
- ACR in AuthData resource group
- 5 sub-agents (enterprise/searcher/coder/writer/generalInput)
- New components (web-read-progress, force-summary)
- Logs unified to AuthData/LoGSOC + SOC

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gongzhiyong
2026-04-12 23:49:16 +08:00
co-authored by Claude Opus 4.6
parent 257a4412aa
commit ac16f38821
5 changed files with 61 additions and 41 deletions
+9 -9
View File
@@ -39,8 +39,8 @@ tools:
## 线上地址
- **后端 LangGraph Server**: https://soc-langgraph.azurewebsites.net
- **前端 Static Web App**: https://salmon-mushroom-0d8872e00.7.azurestaticapps.net
- **后端 Container App**: https://soc-langgraph.victorioussand-69befc84.southeastasia.azurecontainerapps.io
- **前端 Static Web App**: https://agreeable-smoke-0364d4000.7.azurestaticapps.net
## 测试端点
@@ -57,12 +57,12 @@ GET /threads/{id} ← 线程详情
### SSE 流式调用测试
```bash
# 通用对话(路由到 generalInput)
curl -N --max-time 60 https://soc-langgraph.azurewebsites.net/runs/stream \
curl -N --max-time 60 https://soc-langgraph.victorioussand-69befc84.southeastasia.azurecontainerapps.io/runs/stream \
-X POST -H "Content-Type: application/json" \
-d '{"assistant_id":"agent","input":{"messages":[{"role":"user","content":"你好"}]},"stream_mode":["messages","updates"]}'
# Enterprise Agent(路由到 enterprise)
curl -N --max-time 60 https://soc-langgraph.azurewebsites.net/runs/stream \
curl -N --max-time 60 https://soc-langgraph.victorioussand-69befc84.southeastasia.azurecontainerapps.io/runs/stream \
-X POST -H "Content-Type: application/json" \
-d '{"assistant_id":"agent","input":{"messages":[{"role":"user","content":"查询最近的工单"}]},"stream_mode":["messages","updates"]}'
```
@@ -80,11 +80,11 @@ curl -N --max-time 60 https://soc-langgraph.azurewebsites.net/runs/stream \
### 前端测试
```bash
# 页面可访问
curl -s -o /dev/null -w "%{http_code}" https://salmon-mushroom-0d8872e00.7.azurestaticapps.net
curl -s -o /dev/null -w "%{http_code}" https://agreeable-smoke-0364d4000.7.azurestaticapps.net
# CORS(前端→后端)
curl -s -X OPTIONS https://soc-langgraph.azurewebsites.net/ok \
-H "Origin: https://salmon-mushroom-0d8872e00.7.azurestaticapps.net" \
curl -s -X OPTIONS https://soc-langgraph.victorioussand-69befc84.southeastasia.azurecontainerapps.io/ok \
-H "Origin: https://agreeable-smoke-0364d4000.7.azurestaticapps.net" \
-H "Access-Control-Request-Method: POST" \
-D -
```
@@ -97,8 +97,8 @@ curl -s -X OPTIONS https://soc-langgraph.azurewebsites.net/ok \
# SOC 部署复测报告
## 测试环境
- 后端: https://soc-langgraph.azurewebsites.net
- 前端: https://salmon-mushroom-0d8872e00.7.azurestaticapps.net
- 后端: https://soc-langgraph.victorioussand-69befc84.southeastasia.azurecontainerapps.io
- 前端: https://agreeable-smoke-0364d4000.7.azurestaticapps.net
- 测试时间: YYYY-MM-DD
## 测试结果汇总