彻底删除支持不完整的Agent和相关代码,减轻维护工作量,等后续真正适配好了再加回来
This commit is contained in:
@@ -179,16 +179,6 @@ export async function acpPrepareNpxAgent(
|
||||
})
|
||||
}
|
||||
|
||||
export async function acpPrepareUvxAgent(
|
||||
agentType: AgentType,
|
||||
registryVersion?: string | null
|
||||
): Promise<string> {
|
||||
return invoke("acp_prepare_uvx_agent", {
|
||||
agentType,
|
||||
registryVersion: registryVersion ?? null,
|
||||
})
|
||||
}
|
||||
|
||||
export async function acpUninstallAgent(agentType: AgentType): Promise<void> {
|
||||
return invoke("acp_uninstall_agent", { agentType })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user