feat(web): 新增系统日志服务代理和智能体资源服务,添加访问控制工具函数,增强前端服务层能力
This commit is contained in:
@@ -118,3 +118,7 @@ export function activateAgentAsset(assetId, options = {}) {
|
||||
export function fetchAgentRuns(params = {}) {
|
||||
return apiRequest(`/agent-runs${buildQuery(params)}`)
|
||||
}
|
||||
|
||||
export function fetchAgentRunDetail(runId) {
|
||||
return apiRequest(`/agent-runs/${encodeURIComponent(runId)}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user