MCPcopy Create free account
hub / github.com/compozy/agh / agentCategoryLabel

Function agentCategoryLabel

internal/cli/agent.go:403–409  ·  view source on GitHub ↗
(path []string)

Source from the content-addressed store, hash-verified

401}
402
403func agentCategoryLabel(path []string) string {
404 if len(path) == 0 {
405 return ""
406 }
407 // AGENT.md category paths render as a single space-delimited CLI path.
408 return strings.Join(path, " / ")
409}

Callers 4

TestAgentCategoryLabelFunction · 0.85
workspaceAgentRowsFunction · 0.85
agentListBundleFunction · 0.85
agentBundleFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestAgentCategoryLabelFunction · 0.68