Events & Scheduled Messages
Lets Synth schedule things for the future. She can register an event to act on at a given date/time, or queue a delayed message. A scheduler fires due events back into the message chain, and upcoming events are injected into the prompt context so Synth stays aware of what’s coming.
Backed by the scheduled_events table.
Actions
Action |
Purpose |
|---|---|
|
Register a future event for Synth to act on. |
|
Queue a message to be delivered later. |
|
Inject upcoming events into the prompt. |