Documentation
¶
Overview ¶
Package constants provides shared constants across the codebase.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var InternalChannels = map[string]bool{ "cli": true, "system": true, "subagent": true, }
InternalChannels defines channels that are used for internal communication and should not be exposed to external users or recorded as last active channel.
Functions ¶
func IsInternalChannel ¶
IsInternalChannel returns true if the channel is an internal channel.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.