Home / Features / Agents / Schedule agents on cron
osFoundry के साथ एक cron पर AI agents को Schedule करें
osFoundry किसी भी agent profile को एक cron पर चलाने के लिए schedules करता है — हर मिनट, घंटा, या दिन। एक profile को एक trigger और एक starting prompt के साथ wrap करें; agent unattended चलता है, ऐसे logs stream करता है जिन्हें आप बाद में replay कर सकते हैं, और जब कुछ ध्यान की आवश्यकता हो तो आपको ping करता है। केवल उन seconds के लिए pay करें जब agent वास्तव में चलता है।
Quick answer
- किसी भी agent profile पर Cron triggers (हर मिनट / घंटा / दिन / custom expression)।
- अन्य triggers: webhook, channel event, channel message।
- Live log streaming + replay।
- केवल actual compute के seconds के लिए Pay करें।
Key capabilities
- Standard cron expressions, per-minute granularity तक।
- Trigger types: cron, webhook, channel event, manual।
- Replay के साथ Per-run log streaming।
- Failure पर Configurable retry + backoff।
- Ping flows — Slack, email, in-app notification, custom webhook।
- Run history में visible Per-run cost meter।
How to do it in osFoundry
- एक agent profile Define करें — osStudio → Agents में, profile बनाएँ: prompt, tools, memory groups, model।
- Automations खोलें — /agents → Automations में, "New automation" Click करें।
- एक trigger Pick करें — Cron (`*/5 * * * *` for every 5 minutes), webhook, या channel event। हर tick पर agent को receive होने वाला starting prompt प्रदान करें।
- एक notification step जोड़ें — Optional लेकिन recommended — अंत में एक ping step wire करें ताकि जब agent कुछ important पाए तो आपको पता चले।
Use cases
- Sales ops: हर सुबह 7 AM पर, एक agent कल के pipeline changes scan करता है, deal movement summarise करता है, एक Slack channel पर post करता है।
- Brand monitor: हर घंटे, एक agent आपके product के mentions के लिए Hacker News और Reddit check करता है, केवल तब आपको ping करता है जब sentiment shifts होता है।
- Cost-sensitive ops: Nightly bill-anomaly agent आपके cloud invoices पढ़ता है, >20% week-over-week spikes flag करता है, एक ticket खोलता है।
Frequently asked questions
Schedule कितना granular हो सकता है?
Standard cron expressions — per-minute granularity तक।
अगर एक scheduled run fail होता है तो क्या होता है?
यह failure के साथ logged है, वैकल्पिक रूप से आपको pings करता है, और next scheduled tick पर retries करता है (configurable backoff)।
क्या scheduled agents idle होने पर billed होते हैं?
नहीं — केवल जब actively running।
क्या मैं एक schedule को बिना delete किए pause कर सकता हूँ?
हाँ — "active" off toggle करें। Schedule firing रुक जाता है; वापस on toggle करने से resume होता है।
क्या दो automations एक agent profile share कर सकती हैं?
हाँ — profiles reusable हैं। अलग triggers, वही agent definition।
Pricing
Per-second agent runtime + model usage के per-token (आपके provider के लिए BYOK)। Idle schedules $0 cost करते हैं।
Related features