Feat: Add Explore page (#13043)

### What problem does this PR solve?

Feat: Add Explore page

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2026-02-09 19:53:51 +08:00
committed by GitHub
parent 8ad7339448
commit db37804f10
21 changed files with 1105 additions and 31 deletions

View File

@ -256,6 +256,7 @@ export interface IAgentLogResponse {
user_id: string;
dsl: string;
reference: IReference;
name: string;
}
export interface IAgentLogsResponse {
total: number;
@ -269,6 +270,7 @@ export interface IAgentLogsRequest {
desc?: boolean;
page?: number;
page_size?: number;
exp_user_id?: string; // tenant id
}
export interface IAgentLogMessage {