Cron jobs with deliver: true and channel: "tlon" execute successfully but fail to deliver messages. (Tlon is a p2p messenger, like TG but p2p)
Error at heartbeat: "Outbound not configured for channel: tlon"
What works in the sequence:
- Cron scheduling triggers correctly
- Isolated sub-agent sessions spawn
- Tasks execute (bird CLI, searches, summaries generated)
- Content is produced
Then what fails
- Delivery to Tlon DMs or channels
payload.deliver: truewithpayload.channel: "tlon"doesn't work
Example Cron Config:
{
"payload": {
"kind": "agentTurn",
"message": "...",
"deliver": true,
"channel": "tlon",
"to": "dm/~malmur-halmex"
}
}
any help with the "outbound not configured issue" would be appreciated!