Chat
Agents
Agents
Google Workspace
Gmail, Calendar, Sheets, Docs, and Drive
Telegram
Receive and respond to messages via Telegram bot
How to get your Telegram Bot Token:
- Open Telegram and search for @BotFather
- Send /newbot and follow the prompts
- Choose a name (display name) and username (must end in "bot")
- BotFather will reply with your bot token. Copy it.
- Paste the token above and click activate webhook
How tasks work Quick guide
Creating tasks: Click "New Task" and fill in the ID (e.g. TASK-004), title, and instructions. Priority and target are optional but help the heartbeat decide what to do.
Heartbeat execution: Each heartbeat cycle, the agent reads TASKS.md, picks the top non-blocked todo item, does one unit of work, and updates progress. When the target is reached it moves the task to Done with a timestamp.
Blocking: Set "Blocked by" to another task ID (e.g. TASK-001) to prevent execution until that task is done.
Reordering: Drag tasks up/down within Todo to change priority order. The heartbeat always picks the topmost non-blocked task.
Manual completion: Drag a todo task into the Done column to mark it complete manually.