Feat: add skills space to context engine (#13908)

### What problem does this PR solve?

issue #13714

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Yingfeng
2026-04-30 12:36:03 +08:00
committed by GitHub
parent bb3b99f0a5
commit 4ee0702aed
101 changed files with 19161 additions and 633 deletions

View File

@@ -15,6 +15,11 @@ server {
include proxy.conf;
}
location ~ ^/api/v1/skills {
proxy_pass http://127.0.0.1:9384;
include proxy.conf;
}
location ~ ^/(v1|api) {
proxy_pass http://127.0.0.1:9382;
include proxy.conf;

View File

@@ -40,6 +40,11 @@ server {
include proxy.conf;
}
location ~ ^/api/v1/skills {
proxy_pass http://127.0.0.1:9384;
include proxy.conf;
}
location ~ ^/v1/system/config {
proxy_pass http://127.0.0.1:9384;
include proxy.conf;