Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/block/buzz
/ discoverAgentModels
Function
discoverAgentModels
desktop/src/shared/api/agentModels.ts:12–14 ·
view source on GitHub ↗
(input: DiscoverAgentModelsInput)
Source
from the content-addressed store, hash-verified
10
};
11
12
export
async
function
discoverAgentModels(input: DiscoverAgentModelsInput) {
13
return
invokeTauri<AgentModelsResponse>(
"discover_agent_models"
, { input });
14
}
Callers
1
runModelDiscovery
Function · 0.90
Calls
1
invokeTauri
Function · 0.90
Tested by
no test coverage detected