2025-11-03 14:13:22 -03:00
|
|
|
SET_SCHEDULE "55 * * * *"
|
2025-10-16 11:43:02 -03:00
|
|
|
|
2025-10-29 09:54:39 -03:00
|
|
|
let text = GET "announcements.gbkb/news/news.pdf"
|
2025-11-03 13:52:28 -03:00
|
|
|
let resume = LLM "In a few words, resume this: " + text
|
2025-10-16 11:43:02 -03:00
|
|
|
|
2025-10-16 14:22:28 -03:00
|
|
|
SET_BOT_MEMORY "resume", resume
|
2025-10-29 09:54:39 -03:00
|
|
|
|
|
|
|
|
let text1 = GET "announcements.gbkb/auxiliom/auxiliom.pdf"
|
|
|
|
|
SET_BOT_MEMORY "auxiliom", text1
|
|
|
|
|
|
|
|
|
|
let text2 = GET "announcements.gbkb/toolbix/toolbix.pdf"
|
|
|
|
|
SET_BOT_MEMORY "toolbix", text2
|