MCPcopy Create free account
hub / github.com/block/buzz / stopManagedAgent

Function stopManagedAgent

desktop/src/shared/api/tauri.ts:1169–1174  ·  view source on GitHub ↗
(pubkey: string)

Source from the content-addressed store, hash-verified

1167}
1168
1169export async function stopManagedAgent(pubkey: string): Promise<ManagedAgent> {
1170 const response = await invokeTauri<RawManagedAgent>("stop_managed_agent", {
1171 pubkey,
1172 });
1173 return fromRawManagedAgent(response);
1174}
1175
1176export async function deleteManagedAgent(
1177 pubkey: string,

Callers 3

Calls 1

fromRawManagedAgentFunction · 0.85

Tested by

no test coverage detected