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

Function bundleAgentsTable

internal/cli/bundle.go:556–562  ·  view source on GitHub ↗
(items []BundleAgentRecord)

Source from the content-addressed store, hash-verified

554}
555
556func bundleAgentsTable(items []BundleAgentRecord) string {
557 return renderHumanTable(
558 "Agents",
559 []string{bundleNameValue, agentKernelProviderValue, bundleModelValue, "Soul", "Heartbeat"},
560 bundleAgentRows(items),
561 )
562}
563
564func bundleJobsTable(items []BundleJobRecord) string {
565 rows := make([][]string, 0, len(items))

Callers 1

bundleActivationBundleFunction · 0.85

Calls 2

renderHumanTableFunction · 0.85
bundleAgentRowsFunction · 0.85

Tested by

no test coverage detected