diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-05-09 14:53:09 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-05-09 14:53:09 +0000 |
commit | cf5499db368a1cb52ab734d204f08bbcc114a890 (patch) | |
tree | 03e4c28a170a5c2318093e6a417fde9830ab5061 /config-example.toml | |
parent | now using the options for the google models again (diff) | |
download | milla-cf5499db368a1cb52ab734d204f08bbcc114a890.tar.gz milla-cf5499db368a1cb52ab734d204f08bbcc114a890.zip |
Diffstat (limited to 'config-example.toml')
-rw-r--r-- | config-example.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config-example.toml b/config-example.toml index 7f429b9..ae39e1e 100644 --- a/config-example.toml +++ b/config-example.toml @@ -43,6 +43,17 @@ channel = ["#manga"] [ircd.devinet.rss.anime] rssFile = "/rssfeeds/anime.json" channel = ["#anime"] +[ircd.devinet.triggeredScripts.hello] +path = "/plugins/hello.lua" +funcName = "hello" +triggerTypes = ["PRIVMSG"] +[ircd.devinet.userAgentActions.cryptoDailyDigest] +agent_name = "crypto_daily_digest" +instructions = "you are a news digest bot" +query = "give me a news digest of the news related to to cryptocurrencries for today. please do mention your sources for each one." +tools = ["WebSearchTool"] +[ircd.devinet.aliases.cryptoDailyDigest] +alias = "/ua cryptoDailyDigest" [ircd.liberanet] ircServer = "irc.libera.chat" |