1
Ask HN: How are you handling real-time data triggers for LLM agents?
Most LLM agents are reactive, they only work when you prompt them. I’m interested in how people are building "proactive" agents that trigger based on external world events (webhooks, sensor data, price changes).
Are you using cron jobs, custom middleware, or something else?