feat: observer stage 1

This commit is contained in:
Soulter
2026-07-06 12:46:07 +08:00
parent 31e7af82d7
commit 31944e5424
27 changed files with 2207 additions and 28 deletions

View File

@@ -3862,6 +3862,10 @@ paths:
in: query
schema:
type: string
- name: umo
in: query
schema:
type: string
responses:
"200":
$ref: "#/components/responses/Ok"
@@ -3909,6 +3913,10 @@ paths:
in: query
schema:
type: string
- name: umo
in: query
schema:
type: string
responses:
"200":
$ref: "#/components/responses/Ok"
@@ -4196,6 +4204,27 @@ paths:
"200":
description: Exported conversation data
/api/v1/workspaces/by-umo:
get:
tags: [Workspaces]
summary: List workspace files for one UMO
operationId: listUmoWorkspaceFiles
x-astrbot-scope: data
parameters:
- name: umo
in: query
required: true
schema:
type: string
minLength: 1
- name: path
in: query
schema:
type: string
responses:
"200":
$ref: "#/components/responses/Ok"
/api/v1/stats:
get:
tags: [Stats]