Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DaemonCmd = &cobra.Command{ Use: "daemon", Short: "Manage the background indexing daemon", Long: "\nManage the background indexing daemon that maintains the knowledge graph.\n\n" + "The daemon watches the memory directory for changes and automatically updates " + "the graph database, enabling quick access via the read command.", RunE: func(cmd *cobra.Command, args []string) error { return fmt.Errorf("please specify a subcommand: start, stop, status, restart, rebuild, or logs") }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.