aboutsummaryrefslogtreecommitdiffstats
path: root/config-example.toml
diff options
context:
space:
mode:
authorterminaldweller <devi@terminaldweller.com>2025-05-09 14:53:09 +0000
committerterminaldweller <devi@terminaldweller.com>2025-05-09 14:53:09 +0000
commitcf5499db368a1cb52ab734d204f08bbcc114a890 (patch)
tree03e4c28a170a5c2318093e6a417fde9830ab5061 /config-example.toml
parentnow using the options for the google models again (diff)
downloadmilla-cf5499db368a1cb52ab734d204f08bbcc114a890.tar.gz
milla-cf5499db368a1cb52ab734d204f08bbcc114a890.zip
addes user agents. added aliases.HEADmain
Diffstat (limited to 'config-example.toml')
-rw-r--r--config-example.toml11
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"