- Derive bot_id from BOT_GUID env var - Guard concurrent runs with Redis - Read CACHE_URL for Redis connection - Extend bot memory keyword to accept comma as separator - Increase LLM timeouts to 180s (local and legacy) - Update templates to use bot memory (GET_BOT_MEMORY/SET_BOT_MEMORY) - Fix start script path to announcements.gbai
5 lines
164 B
QBasic
5 lines
164 B
QBasic
|
|
let text = GET "default.gbdrive/default.pdf"
|
|
let resume = LLM "Resume this document, in a table (DO NOT THINK) no_think: " + text
|
|
|
|
SET_BOT_MEMORY "resume", resume
|