I’m new to XMTP and I have been exploring its potential uses. I’m excited to hear how others are utilizing XMTP in their projects or workflows. Are there any unique applications or interesting use cases that you’ve come across?
Also, what has been your experience with the community and support resources so far?
Looking forward to hearing your thoughts and experiences!
For my use-case, so far it’s fast deployment of secure AI agents with Message-Kit.
XMTP was able to sever the client ↔ server model into a client ↔ blockchain ↔ server model. In other words, the private AI server I’m running does not accept any ingress except from XMTP.
Even though the messages are public on the Blockchain, they can always be encrypted and decrypted. Since each message will have a fee, the public use-case I think could work well for setting up customer service agents like for setting up reservations or for internal-use like for interacting with a personal trading bot.
For me, setting up an AI-agent was secure and fast to setup in a day and develop within a week. The Farcaster link to test my agent is down, so I made my own client to exchange messages (will go public on GitHub soon). Link is: http://castro-chat.vercel.app/
Hey @EbodShojaei, a quick update on the agent side.
recently we had a lot of interest in building “agents on XMTP”, and we realized MessageKit isn’t something we want to scale, given all the existing frameworks devs already have in place.
Thats why we are deprecating message-kit in favor of lighter library that stays as close as possible to the XMTP protocol (just one file) and its much easier to maintain, still providing a great experience for agent devs with the good things from message-kit.
It’s completely logic-agnostic, so you can plug agent-starter into any existing codebase, framework, ai tooling, etc, and even into web2 api’s with a simple “express” POC
We’re coupling this repo with the xmtp.chat inbox from so devs can get an end-to-end experience with V3 only (latest version)
Please let me know any feedback or questions! Youy should be able to easily port the logic into this repo but let me know through the repo if you are having trouble