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

Function newMemoryDreamCommand

internal/cli/memory.go:806–816  ·  view source on GitHub ↗
(deps commandDeps)

Source from the content-addressed store, hash-verified

804}
805
806func newMemoryDreamCommand(deps commandDeps) *cobra.Command {
807 cmd := &cobra.Command{
808 Use: memoryDreamKey,
809 Short: "Operate Memory v2 dreaming runs",
810 }
811 cmd.AddCommand(newMemoryDreamShowCommand(deps))
812 cmd.AddCommand(newMemoryDreamRetryCommand(deps))
813 cmd.AddCommand(newMemoryDreamTriggerCommand(deps))
814 cmd.AddCommand(newMemoryDreamStatusCommand(deps))
815 return cmd
816}
817
818func newMemoryDreamShowCommand(deps commandDeps) *cobra.Command {
819 return &cobra.Command{

Callers 1

newMemoryCommandFunction · 0.85

Calls 4

Tested by

no test coverage detected