cd /news/ai-agents/use-any-chat-sdk-adapter-with-eve · home topics ai-agents article
[ARTICLE · art-50251] src=vercel.com ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Use any Chat SDK adapter with eve

Eve now supports Chat SDK adapters, enabling a single agent to connect to Facebook Messenger, WhatsApp, Resend, Liveblocks, and other surfaces. The new Chat SDK channel mounts webhook routes, shows typing indicators, handles human-in-the-loop input, persists threads, and reports failures.

read1 min views1 publishedJul 7, 2026

eve now supports Chat SDK adapters with the new Chat SDK channel. One channel connects your eve agent to Facebook Messenger, WhatsApp, Resend, Liveblocks, and any other surface with an adapter. You write normal Chat SDK handler code, and calling send

inside a handler hands the message to your agent.

Register handlers on bot

exactly as you would in a standalone Chat SDK app.

Out of the box, the channel:

Mounts a webhook route for each adapter (e.g., /eve/v1/chat/slack

) Shows a typing indicator while a turn runs, then posts the agent's reply

Renders human-in-the-loop input requests as cards with buttons, and resumes the session when one is clicked

Persists the thread, so later events, including proactive sends from schedules, reach the same conversation

Reports failures in the thread with a readable message

Supply your own events

handlers to override any of these defaults.

Read the Chat SDK channel documentation to get started, or learn how to build your own eve agent with Resend.

── more in #ai-agents 4 stories · sorted by recency
── more on @eve 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/use-any-chat-sdk-ada…] indexed:0 read:1min 2026-07-07 ·