Mailbox example channel
channel:mailbox-example
Channelchannels-hooks/channels/mailbox-example.yaml·Open in Graph → {
"id": "channel:mailbox-example",
"_kind": "Channel",
"_file": "channels-hooks/channels/mailbox-example.yaml",
"_cluster": "channels-hooks",
"attributes": {
"displayName": "Mailbox example channel",
"kind": "mailbox-channel",
"endpoint": "redis://localhost:6379/agent-mailbox",
"brokeringPrimitive": "A Redis-backed list serves as the mailbox. Producers LPUSH\nmessages; consumers BRPOP. Persistence lasts until consumed or\nuntil Redis eviction.\n",
"persistent": true,
"description": "Asynchronous handoff mailbox between producer and consumer agents.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "human-checkpoint:cost-escalation",
"to": "channel:mailbox-example",
"kind": "notifies_via",
"attributes": {}
},
{
"from": "human-checkpoint:weekly-summary-advisory",
"to": "channel:mailbox-example",
"kind": "notifies_via",
"attributes": {}
}
]
}