refactor: unify skills+cli runtime and streamline ag-ui flow

This commit is contained in:
qzl
2026-04-22 17:09:37 +08:00
parent eeed737949
commit 4d55df45ab
111 changed files with 4858 additions and 3264 deletions
+2 -2
View File
@@ -294,8 +294,8 @@ interface NavigateAction {
// 2) path MUST NOT include query string or fragment.
// 3) params, when provided, is treated as query params only.
// 4) params values MUST be scalar (string | number | boolean).
// 5) Backend MUST generate path from route catalog
// `backend/src/core/config/static/route/frontend_routes.yaml`.
// 5) Backend/tool layer MUST generate concrete internal path directly.
// Agent prompt does not carry route catalog contract.
// URL action
interface UrlAction {