2025-11-03 08:23:03 -03:00
|
|
|
SET_SCHEDULE "*/10 * * * *"
|
2025-11-02 19:32:25 -03:00
|
|
|
|
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 08:23:03 -03:00
|
|
|
let resume = LLM "Resume this document: " + 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
|