eve agents can now connect to iMessage through the new Photon channel.
The channel keeps each iMessage conversation in one eve session, verifies incoming webhooks, and marks accepted messages as read.
If more messages arrive while the agent is replying, they steer the in-progress reply instead of each getting a separate answer. The
Run
eve uses Vercel Connect to create the connector and configure Photon's webhook. On hosts without Connect support, choose Use portable credentials during setup and the channel reads its credentials from environment variables instead.
Read the Photon channel docs to get started, or deploy an agent from a template.
Read more
Continue reading...
The channel keeps each iMessage conversation in one eve session, verifies incoming webhooks, and marks accepted messages as read.
If more messages arrive while the agent is replying, they steer the in-progress reply instead of each getting a separate answer. The
onMessage hook filters which messages the agent handles and adds context to a turn.Run
eve add channel/photon-imessage to add the channel. iMessage delivery runs through Photon, so the command sets up a Photon project, registers your phone number, and scaffolds the channel:eve uses Vercel Connect to create the connector and configure Photon's webhook. On hosts without Connect support, choose Use portable credentials during setup and the channel reads its credentials from environment variables instead.
Read the Photon channel docs to get started, or deploy an agent from a template.
Read more
Continue reading...