Versions in this module Expand all Collapse all v0 v0.0.1 Jul 10, 2026 v0.0.0 Jul 10, 2026 Changes in this version + const ActionAddToMemory + const ActionBrowse + const ActionCallAgents + const ActionConfigSSHBoxURL + const ActionCounter + const ActionCustom + const ActionGenerateImage + const ActionGeneratePDF + const ActionGenerateSong + const ActionGithubGetAllContent + const ActionGithubIssueCloser + const ActionGithubIssueCommenter + const ActionGithubIssueEditor + const ActionGithubIssueLabeler + const ActionGithubIssueOpener + const ActionGithubIssueReader + const ActionGithubIssueSearcher + const ActionGithubPRCommenter + const ActionGithubPRCreator + const ActionGithubPRReader + const ActionGithubPRReviewer + const ActionGithubREADME + const ActionGithubRepositoryCreateOrUpdate + const ActionGithubRepositoryGet + const ActionGithubRepositoryListFiles + const ActionGithubRepositorySearchFiles + const ActionListMemory + const ActionListReminders + const ActionPiKVMPowerControl + const ActionRemoveFromMemory + const ActionRemoveReminder + const ActionScraper + const ActionSearch + const ActionSearchMemory + const ActionSendMail + const ActionSendTelegramMessage + const ActionSetOneTimeReminder + const ActionSetRecurringReminder + const ActionSetReminder + const ActionShellcommand + const ActionTwitterPost + const ActionWebhook + const ActionWikipedia + const ConfigStateDir + const ConnectorDiscord + const ConnectorEmail + const ConnectorGithubIssues + const ConnectorGithubPRs + const ConnectorIRC + const ConnectorMatrix + const ConnectorSlack + const ConnectorTelegram + const ConnectorTwitter + const CustomActionsDir + const DynamicPromptCustom + const DynamicPromptMemory + var AvailableActions = []string + var AvailableBlockPrompts = []string + var AvailableConnectors = []string + var DefaultActions = []config.FieldGroup + func Action(name, agentName string, config map[string]string, pool *state.AgentPool, ...) (types.Action, error) + func Actions(actionsConfigs map[string]string) ... + func ActionsConfigMeta(customActionDir string) []config.FieldGroup + func Connectors(a *state.AgentConfig) []state.Connector + func ConnectorsConfigMeta() []config.FieldGroup + func DynamicPrompts(dynamicConfig map[string]string) ... + func DynamicPromptsConfigMeta(customDirectory string) []config.FieldGroup + func Filters(a *state.AgentConfig) types.JobFilters + func FiltersConfigMeta() []config.FieldGroup