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

Function agentActionCLI

internal/cli/agent_kernel.go:397–399  ·  view source on GitHub ↗
(action string)

Source from the content-addressed store, hash-verified

395}
396
397func agentActionCLI(action string) string {
398 return "agent." + strings.TrimSpace(action)
399}
400
401func writeAgentChannelMessages(cmd *cobra.Command, messages []AgentChannelMessageRecord) error {
402 mode, err := resolveOutputFormat(cmd)

Callers 15

newMeCommandFunction · 0.85
newMeContextCommandFunction · 0.85
newChannelListCommandFunction · 0.85
newChannelRecvCommandFunction · 0.85
newChannelSendCommandFunction · 0.85
newChannelReplyCommandFunction · 0.85
newSkillListCommandFunction · 0.85
runSkillViewCommandFunction · 0.85
newSkillInfoCommandFunction · 0.85
newSkillWhereCommandFunction · 0.85
newSkillActionCommandFunction · 0.85
runSpawnCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected