$git clone https://github.com/Agentfy-io/AgentfyAgentfy is a modular, multi-agent coordination system purpose-built for automating tasks across social media ecosystems. Architected with a flexible Model Context Protocol (MCP), the system enables intelligent workflow execution by leveraging LLMs to translate user in
| 1 | <p align="center"> |
| 2 | <img src="images/agentfy_logo.png" alt="logo" width="300" height="170"> |
| 3 | </p> |
| 4 | |
| 5 | # 🧠 Agentfy – Multi-Agent System for Social Media |
| 6 | |
| 7 | [](https://www.python.org/) |
| 8 | [](https://github.com/callmeiks/Agentfy) |
| 9 | [](https://github.com/callmeiks/Agentfy) |
| 10 | [](https://github.com/callmeiks/Agentfy/issues) |
| 11 | [](https://github.com/callmeiks/Agentfy/pulls) |
| 12 | [](https://github.com/callmeiks/Agentfy/blob/main/LICENSE) |
| 13 | [](https://github.com/callmeiks) |
| 14 | |
| 15 | ## 📋 Overview |
| 16 | |
| 17 | **Agentfy** is a modular, multi-agent coordination system purpose-built for automating tasks across social media ecosystems. Architected with a flexible **Model Context Protocol (MCP)**, the system enables intelligent workflow execution by leveraging **LLMs** to translate user intents into structured, goal-driven task chains. |
| 18 | |
| 19 | Agentfy supports **multi-agent communication and collaboration**, allowing sub-agents to reason, perceive, and act together in real-time. It dynamically selects and routes requests to the most suitable agents and functions — no manual configuration needed. |
| 20 | |
| 21 | ### 🧩 Agentfy Capabilities Table |
| 22 | |
| 23 | | **Feature** |**Example Prompt** | |
| 24 | |-------------|---------------------| |
| 25 | | 🎯 **Buyer Targeting & Outreach** | *"Find me some customers on Instagram and TikTok who are interested in buying a kitchen knife set and DM them my shop's new product: ___."* | |
| 26 | | 📢 **Cross-Platform Promotions** |*"I'm hosting a hackathon at USC Viterbi. Here's my event info: ___. Can you send it to people on X and Instagram who may be interested, and also generate and post promo content across my accounts?"* | |
| 27 | | 📝 **Content Transformation & Posting** | Transform ideas, videos, or trends into tailored posts, captions, and media across self-authorized accounts. | *“Here’s my new unboxing video. Add subtitles, generate platform-optimized captions, and post to YouTube Shorts, Instagram Reels, and TikTok. Tag relevant hashtags and track early performance.”* | |
| 28 | | 🤖 **Automated Messaging & Support** |*“Add a background task for me that automatically replies to customer DMs on TikTok and Instagram (make sure it's in the customer's language).”* | |
| 29 | | 🧠 **Creator Discovery & Competitor Monitoring** |*“Find 50 livestreamers or influencers on Instagram and TikTok who would be a good fit to advertise my pillow set, send them a campaign brief.”* | |
| 30 | |
| 31 | |
| 32 | > **⚠️ Notes: Agentfy will integrating deeply with platforms like TikTok, Instagram, YouTube, X, Quora, WhatsApp, and more — ready to power the future of digital ops.** |
| 33 | |
| 34 | --- |
| 35 | |
| 36 | ## 🎬 Quick Demos |
| 37 | |
| 38 | <div align="center"> |
| 39 | |
| 40 | <p><b>▶️ 1️⃣ Cross-platform buyer discovery</b></p> |
| 41 | <a href="https://www.youtube.com/watch?v=Cnwddd6eOyo" target="_blank"> |
| 42 | <img |
| 43 | src="https://img.youtube.com/vi/FRZknv5rF_I/maxresdefault.jpg" |
| 44 | alt="Demo 1 - Cross-platform buyer discovery" |
| 45 | width="480" |
| 46 | style="border-radius:12px; display:block; margin:auto; box-shadow: 0 0 10px rgba(0,0,0,0.15);" /> |
| 47 | </a> |
| 48 | |
| 49 | <p><b>▶️ 2️⃣ Generation & posting with attachments</b></p> |
| 50 | <a href="https://www.youtube.com/watch?v=SUO4BpvIOco" target="_blank"> |
| 51 | <img |
| 52 | src="https://img.youtube.com/vi/SUO4BpvIOco/maxresdefault.jpg" |
| 53 | alt="Demo 2 - Generation & posting with attachments" |
| 54 | width="480" |
| 55 | style="border-radius:12px; display:block; margin:auto; box-shadow: 0 0 10px rgba(0,0,0,0.15);" /> |
| 56 | </a> |
| 57 | |
| 58 | <p><b>▶️ 3️⃣ Video performance & audience portrait</b></p> |
| 59 | <a href="https://www.youtube.com/watch?v=Cnwddd6eOyo" target="_blank"> |
| 60 | <img |
| 61 | src="h |