AgentPhone
ChannelProvider officialSMS, MMS, iMessage, and voice conversations through AgentPhone.
Install
Install eve, Chat SDK, the AgentPhone adapter, and a state adapter:
The in-memory state store is for local development. Use Redis or PostgreSQL in production. This adapter is built and maintained by AgentPhone.
Quick start
Create agent/channels/agentphone.ts:
See the AgentPhone adapter documentation for supported events, capabilities, and credentials.
Configure
Create an AgentPhone agent, set AGENTPHONE_API_KEY, AGENTPHONE_AGENT_ID, and AGENTPHONE_WEBHOOK_SECRET, then point its webhook at /eve/v1/agentphone. The adapter handles SMS, MMS, iMessage, and completed voice-call transcripts. See the Chat SDK channel docs for eve session dispatch, state, streaming, and human-in-the-loop behavior.