Commit b69c5f8
committed
refactor(agui): remove health check endpoint and update tests
The health check endpoint was removed from the AGUI protocol handler
as it's no longer needed. All related test cases have been updated
to reflect the new health check location at the root path.
BREAKING CHANGE: The /ag-ui/agent/health endpoint has been removed
and health checks are now available at /health
移除 AGUI 协议的健康检查端点并更新测试
AGUI 协议处理器中的健康检查端点已被移除,
因为它不再需要。所有相关测试用例都已更新以反映
新健康检查位置在根路径。
重大变更:/ag-ui/agent/health 端点已被移除,
健康检查现在可在 /health 路径获取
Change-Id: I7afd3abc03a90ec0e9ab989529197b6ce158ba76
Signed-off-by: OhYee <oyohyee@oyohyee.com>1 parent 08e22b5 commit b69c5f8
File tree
4 files changed
+2
-23
lines changed- agentrun/server
- tests/unittests
- integration
- langchain
- server
4 files changed
+2
-23
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | 209 | | |
215 | 210 | | |
216 | 211 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
671 | 671 | | |
672 | 672 | | |
673 | 673 | | |
674 | | - | |
| 674 | + | |
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 46 | | |
63 | 47 | | |
64 | 48 | | |
| |||
0 commit comments