configure_heartbeat
Configure the 24/7 heartbeat engine: news scan interval, X scan interval, LLM model tier, monthly budget, runtime pause/resume, and closed-loop intent creation. Agent can speed up monitoring during high volatility or slow down to save budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys | |
| paused | No | Pause/resume heartbeat | |
| thesisId | Yes | Thesis ID | |
| xIntervalMin | No | X/social scan interval in minutes (60-1440, default 240) | |
| evalModelTier | No | LLM model for evaluations | |
| closedLoopExit | No | Enable/disable closed-loop exit intent creation | |
| closedLoopEntry | No | Enable/disable closed-loop entry intent creation | |
| newsIntervalMin | No | News scan interval in minutes (15-1440, default 240) | |
| monthlyBudgetUsd | No | Monthly budget cap in USD (0 = unlimited) |