彻底删除支持不完整的Agent和相关代码,减轻维护工作量,等后续真正适配好了再加回来

This commit is contained in:
xintaofei
2026-03-17 18:10:31 +08:00
parent 63814381d7
commit 879d96f5a4
11 changed files with 19 additions and 1038 deletions

View File

@@ -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 })
}