Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/superagent-ai/grok-cli
/ loadValidSubAgents
Function
loadValidSubAgents
src/utils/settings.ts:158–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
156
}
157
158
export
function
loadValidSubAgents(): CustomSubagentConfig[] {
159
return
parseSubAgentsRawList(loadUserSettings().subAgents);
160
}
161
162
export
interface
UserSettings {
163
apiKey?: string;
Callers
6
createTools
Function · 0.90
App
Function · 0.90
findCustomSubagent
Function · 0.90
buildSystemPrompt
Function · 0.90
runTaskRequest
Method · 0.90
processMessage
Method · 0.90
Calls
2
parseSubAgentsRawList
Function · 0.85
loadUserSettings
Function · 0.85
Tested by
no test coverage detected