Buffers incoming chat messages in Redis, waits to batch them, and triggers downstream sub-workflow processing for efficiency.
On an incoming Twilio SMS, generates a reply with an OpenAI agent using Redis-backed memory and responds via Twilio.
On an incoming Twilio message, runs an OpenAI agent with Redis-backed memory and replies via Twilio SMS.
On manual run, an OpenAI agent generates content, publishes posts to Ghost, and logs them in Google Sheets.