๐ค Agentfy is a modular microservices architecture designed to process user requests and execute workflows across multiple social media platforms. ASK ONCE, LET THE AGENT DO THE REST!
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.
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.
Feature | Example Prompt |
---|---|
๐ฏ 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: ___." |
๐ข 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?" |
๐ Content Transformation & Posting | Transform ideas, videos, or trends into tailored posts, captions, and media across self-authorized accounts. |
๐ค 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).โ |
๐ง 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.โ |
โ ๏ธ Notes: Agentfy will integrating deeply with platforms like TikTok, Instagram, YouTube, X, Quora, WhatsApp, and more โ ready to power the future of digital ops.
โถ๏ธ 1๏ธโฃ Cross-platform buyer discovery
โถ๏ธ 2๏ธโฃ Generation & posting with attachments
โถ๏ธ 3๏ธโฃ Video performance & audience portrait
git clone https://github.com/callmeiks/Agentfy.git
cd Agentfy
pip install -r requirements.txt
.env
file
config.py
.env
file:
OPENAI_API_KEY=your_key_here
X_API_KEY=your_key_here
X_API_SECRET=your_secret_here
YOUTUBE_API_KEY=your_key_here
....
โ ๏ธ Notes: You need to obtain API keys for the respective platforms you want to interact with (e.g., TikTok, Twitter, YouTube, etc.) If you are having trouble getting the API keys, please contact us [email protected]
You can interact with the program in two different ways:
python run_agent_cli.py
streamlit run run_agent_app.py
http://localhost:8501
agents/
for the platformagent_registry.json
file to include the new agent
{
"AGENT_REGISTRY": {
"platform_name": {
"crawlers": [
{
"agent_id": "agent_name",
"function_id": "function_name",
"description": "Function description",
"parameters": [
{
"name": "para1_name",
"type": "para1_type",
"description": "para1 description",
"required": true
},
{
"name": "para2_type",
"type": "para2_type",
"description": "para2 description",
"required": false
}
],
"returns": {
"type": "return_type",
"description": "Return value description"
}
}
]
}
}
}
โ ๏ธ Note: Ensure that the new agent adheres to the existing structure and naming conventions for seamless integration. The system is designed to be modular, so you can easily ADD / DELETE new agents without modifying the core logic. If you have any questions or need assistance, feel free to reach out to the development team.
Agentfy is a modular, AI-first multi-agent system that enables social media automation, user engagement, data intelligence, and content operations across TikTok, Instagram, YouTube, X (Twitter), WhatsApp, and more.
It is built on a flexible agent-based protocol, allowing opaque apps to expose interfaces for agent-to-agent communication โ unlocking new levels of productivity, creator support, and commerce automation.
๐งฌ Agentfy is not just a tool. It's an agent operating protocol for the next generation of LLM-enabled applications.
Agentfy is designed as more than just a workflow engine โ it is a prototype of an open agent protocol, enabling seamless interoperability across intelligent systems, opaque apps, and task-oriented agents.
Inspired by:
Agentfy enables inter-agent communication, function discovery, and LLM-to-agent routing by acting as a lightweight social operations protocol layer. Our long-term goal is to establish:
Think: an open protocol layer that makes social agents interoperable, extensible, and pluggable โ like HTTP for intelligent tools.
๐ก Join us in prototyping what agent interoperability looks like โ from buyer targeting to content transformation to commerce fulfillment.
This project is sponsor by TikHub, a platform that empower developers and businesses with seamless APIs to transform social media data into actionable insights. They support Data Access to TikTok, Douyin, Instagram, YouTube, X (Twitter), Xiaohongshu, Lemon8, Bilibili, and more.
Have questions, want to contribute, or need help integrating Agentfy into your stack?
Feel free to reach out:
No configuration available
Related projects feature coming soon
Will recommend related projects based on sub-categories