Make your agents proactive with one line of code

Reddit r/AI_Agents Tools

Summary

An SDK lets developers make AI agents proactive with a single line of code, enabling self-scheduled execution across multiple frameworks.

Every agent framework gives you a reactive loop: it sits there until you prompt it. If you want it to brief you each morning or follow up in 3 days, you are its scheduler, its memory, and its trigger. I got tired of being those three things, so I wrote an SDK that makes an agent run itself. Your agent doesn't change. You wrap it in one call. proactive() wraps the agent you already have in one line and makes it run itself. It wakes on a schedule it sets itself (busy, it looks again in minutes; quiet, it sleeps until tomorrow), gets told what changed since last time, keeps goals across wakes so it never redoes work, and can't double-send. Works with LangGraph, the OpenAI SDK, the Anthropic SDK, Mastra and Eve; on OpenClaw or Hermes you paste one instruction and it installs as a plugin.
Original Article

Similar Articles

Moving from intent-based bots to proactive AI agents

OpenAI Blog

Zendesk has launched a new class of AI agents powered by OpenAI models that autonomously plan and execute customer service tasks, moving beyond traditional intent-based bots to achieve up to 80% automation rates and reduce setup time from days to minutes.

Coding with Agents

Reddit r/singularity

Coding with Agents explores how AI agents can assist developers in writing code, automating tasks, and improving productivity.