I'm looking into setting up an agent that runs on a schedule (cron-style) using Claude, and wanted to hear what others are using in practice. A few things I'm curious about: - Are you using Claude Code, the API directly, or something else to trigger the runs? - What are you using for scheduling (cron on a VPS, GitHub Actions, a serverless function, some orchestration tool)? - How are you handling state/memory between runs? - Any gotchas with rate limits, costs, or reliability worth knowing before I set this up? Would love to hear what's working (or not working) for people. Thanks!