EERRAA // SCHEDULING
It keeps working after the tab closes.
// users schedule one-off or recurring tasks from the chat. the agent runs them on its own, as them, and has the answer ready next time they visit.
HOW IT WORKS
A user says "email me a summary every Monday at 9". The agent picks the reserved scheduling tools and sets the task up in the conversation, no forms.
When the time comes, the task runs on its own under a freshly re-signed identity, so it still acts as that exact user against your systems.
The outcome waits in the My-tasks panel and shows up on the user’s next visit. They never had to keep a tab open.
TWO KINDS
Once, or on a cron.
A single run at an ISO run_at time. "Remind me to renew on the 30th."
A 5-field cron expression with an IANA timezone. "Every weekday at 08:00 Asia/Riyadh."
IN YOUR CONTROL
Full IANA timezones, so 9am means 9am where the user is.
Cap a recurring task at N runs, or set 0 for unlimited.
Unattended runs respect the same monthly token budget. No runaway spend while you sleep.
Each task belongs to its signed user. They list, update, and cancel their own from the panel.
A background worker your users program in plain language.
No queue to run, no cron file to edit. They just ask.
Let it run on its own.
// scheduling is on Pro, free during beta. no card required.
