# Functions
AgentLinkCompleter returns a list of child Agent IDs for the current Agent and is used for command line tab completion.
AgentListCompleter returns a list of agents that exist and is used for command line tab completion.
AgentListCompleterAll returns a list of agents that exist and is used for command line tab completion plus the special value of "all" to indicate all agents.
GroupListCompleter returns a list of group names for command line tab completion.
ListCompleter returns a completer function for the provided input slice.
No description provided by the author
ListenerTypesCompleter returns a completer function that has a slice of all available listener types.
ModuleCompleter returns a completer function that has a slice of all available modules.