@poolzin/pool-bot 2026.4.19 → 2026.4.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -162,7 +162,7 @@ export function buildAgentSystemPrompt(params) {
|
|
|
162
162
|
browser: "Control web browser",
|
|
163
163
|
canvas: "Present/eval/snapshot the Canvas",
|
|
164
164
|
nodes: "List/describe/notify/camera/screen on paired nodes",
|
|
165
|
-
cron: "Manage cron jobs and wake events (use
|
|
165
|
+
cron: "Manage cron jobs and wake events. SCHEDULING MODES: (1) Reminders — use systemEvent payload to inject text into your session when it fires; write the text as something that reads like a reminder. (2) Background tasks — use agentTurn payload with a message describing the work; results auto-deliver back to the originating chat. CRITICAL: When the user asks you to do something 'later', 'tonight', 'overnight', 'tomorrow morning', 'when I wake up', or any future time — IMMEDIATELY schedule a cron job with schedule.kind='at' at the appropriate time and payload.kind='agentTurn' with a descriptive message. Do NOT just say you'll do it. Actually schedule it. Use delivery.mode='announce' (default) to deliver results back to the user's chat.",
|
|
166
166
|
message: "Send messages and channel actions",
|
|
167
167
|
gateway: "Restart, apply config, or run updates on the running Pool Bot process",
|
|
168
168
|
agents_list: "List agent ids allowed for sessions_spawn",
|
|
@@ -326,7 +326,7 @@ export function buildAgentSystemPrompt(params) {
|
|
|
326
326
|
"- browser: control Pool Bot's dedicated browser",
|
|
327
327
|
"- canvas: present/eval/snapshot the Canvas",
|
|
328
328
|
"- nodes: list/describe/notify/camera/screen on paired nodes",
|
|
329
|
-
"- cron: manage cron jobs and wake events (use for reminders
|
|
329
|
+
"- cron: manage cron jobs and wake events (use systemEvent for reminders, agentTurn for background tasks; when user asks for future work — 'later', 'tonight', 'tomorrow' — schedule an agentTurn cron job with schedule.kind='at')",
|
|
330
330
|
"- sessions_list: list sessions",
|
|
331
331
|
"- sessions_history: fetch session history",
|
|
332
332
|
"- sessions_send: send to another session",
|
package/dist/build-info.json
CHANGED