chore: initial commit
This commit is contained in:
24
frontend/packages/lib-shared/api/requrls/agent.ts
Normal file
24
frontend/packages/lib-shared/api/requrls/agent.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
export const agentModuleRenameUrl = '/agent/module/rename'; // 重命名智能体模块
|
||||
export const agentModuleMoveUrl = '/agent/module/move'; // 移动智能体模块
|
||||
export const agentModuleDeleteUrl = '/agent/module/delete'; // 删除智能体模块
|
||||
export const agentModuleAddUrl = '/agent/module/add'; // 添加智能体模块
|
||||
export const agentModuleTreeUrl = '/agent/module/tree'; // 获取智能体模块树
|
||||
export const agentModuleCountUrl = '/agent/module/count'; // 获取智能体模块数量
|
||||
export const agentPosUrl = '/agent/edit/pos'; // 智能体排序
|
||||
|
||||
export const updateAgentUrl = '/agent/update'; // 更新智能体
|
||||
export const renameAgentUrl = '/agent/rename'; // 重命名智能体
|
||||
export const agentPageUrl = '/agent/page'; // 获取智能体列表
|
||||
export const agentCollectPageUrl = '/agent/collect/page'; // 获取收藏的智能体列表
|
||||
export const addAgentUrl = '/agent/add'; // 添加智能体
|
||||
export const unCollectAgentUrl = '/agent/un-collect'; // 取消收藏智能体
|
||||
export const agentDetailUrl = '/agent/detail'; // 获取智能体详情
|
||||
export const agentDeleteUrl = '/agent/delete'; // 删除智能体
|
||||
export const agentCollectUrl = '/agent/collect'; // 收藏智能体
|
||||
export const agentOptionUrl = '/agent/option'; // 智能体选项
|
||||
|
||||
export const agentApplicationUrl = '/agent/application'; // 智能体应用
|
||||
export const agentWorkspaceUrl = '/agent/workspace'; // 智能体工作空间
|
||||
export const agentScriptUrl = '/agent/script'; // 工作空间应用对应脚本
|
||||
export const getMkAgentVersionUrl = '/agent/edition'; // 获取智能体mk版本
|
||||
export const getMkApplicationUrl = '/agent/application/config'; // 获取智能体mk应用配置
|
||||
Reference in New Issue
Block a user