feat:增加智能体接口

This commit is contained in:
2026-07-04 19:08:44 +08:00
parent 7894b0c865
commit 9c9e0adc6e

View File

@@ -122,6 +122,11 @@ server {
proxy_pass http://host.docker.internal:3000/;
}
location /agent-api/ {
proxy_buffering off;
proxy_pass http://host.docker.internal:8000/;
}
location /ws/ {
proxy_pass http://host.docker.internal:5050;