Add one line. Dispatch tasks to your agents from your phone. Monitor logs, track tokens, get instant alerts, and control every agent from Telegram — even when your laptop is off.
Free to start · No credit card required
# Install
pip install agenthelm-sdk
# Connect & listen for tasks
from agenthelm import Agent
agent = Agent(key="ahe_live_...")
@agent.on_dispatch
def handle_task(task, data):
agent.log(f"Dispatch received: {task}")
agent.progress(25, "Searching...")
agent.track_tokens(used=500, model="gpt-4o", cost_per_1k=0.005)
return {"url": "leads.csv"}You built it. You deployed it. Now you have no idea what it's doing.
No alerts. No notifications. You wake up to find your agent stopped 6 hours ago. Silently.
LLM tokens add up fast. No way to see real-time usage until you get the invoice.
Agent stuck in a loop? You need to SSH in, find the process, and kill it manually.
Claude is powerful but expensive and locked to one provider. It requires your Mac to be awake and is limited to specific use cases.
AgentHelm Dispatch works with any agent, on any server, using any LLM provider. Control your agents from Telegram while your laptop is closed at the beach.
Your AI Agent Control Plane
Add one line of code. Take full control of every agent you build.
Send tasks to your agents from Telegram. "/dispatch lead-agent find 10 leads". Work continues without your laptop.
See circular progress bars and status updates on your phone. "Agent is 45% done researching competitor pricing."
Auto-restart agents if they crash or get stuck. Set up infinite loops for long-running data gathering tasks.
Stream real-time logs with color coding, filtering, and search. See exactly what your agent is doing right now.
Send commands. Get responses. Chat directly with your running agent from dashboard or Telegram.
Click Explain on any error. Gemini reads your logs and tells you exactly what went wrong and how to fix it.
Create a free account. Your unique connect key is generated instantly.
Install the SDK and connect. Works with any Python or Node.js agent.
Open the dashboard. See your agent live. Chat with it. Get Telegram alerts.
Your agents don't need a browser to be productive. Send complex tasks via Telegram and watch them execute in real-time.
Start any registered agent task with a simple command. No SSH, no dashboard login required.
@agent.on_dispatch
def handle_task(task, data):
# Business logic here
results = search_leads(task)
return results
The `@on_dispatch` decorator triggers your function automatically wherever the agent is running.
Task Complete! ✅
Found 20 leads for "SaaS marketing".
Structured data, files, and success logs are sent back to your Telegram thread immediately.
Connect your Telegram account and get instant alerts when agents crash, spike in tokens, or go silent. Control everything without opening a browser.
No ping received in 10 minutes.
Use /run Lead Agent to restart.
🤖 Your Agents (3)
Start free. Upgrade when you're ready. No credit card required.
Forever free
~$5/month
~$16/month
🎉 All plans include a 14-day Indie trial. No credit card required.
Start monitoring your AI agents in minutes. Free forever.
No credit card · Free forever · Cancel anytime