Skip to content

Commit 465dbe1

Browse files
committed
remove marketing agents
1 parent b8b6d0e commit 465dbe1

File tree

1 file changed

+4
-101
lines changed

1 file changed

+4
-101
lines changed

data/data.ts

Lines changed: 4 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@ export const additionalAgents:Agent[] = [
212212
"featured": true,
213213
"recommended": true,
214214
"category": "Data Science"
215-
}, {
215+
},
216+
{
216217
"longDescription": "The Shopify API Agent facilitates seamless integration with Shopify's APIs, enabling efficient data retrieval and management for e-commerce applications.",
217218
"createdByUser": "adminUser",
218219
"avatarSrc": "/images/avatars/shopify_api_agent.png",
@@ -242,71 +243,6 @@ export const additionalAgents:Agent[] = [
242243
"recommended": true,
243244
"category": "E-commerce"
244245
},
245-
{
246-
"longDescription": "The Facebook Marketing Assistant helps manage and optimize advertising campaigns on Facebook's platform. It provides tools to analyze ad performance, target specific audiences, and improve ROI.",
247-
"createdByUser": "adminUser",
248-
"avatarSrc": "/images/avatars/facebook.png",
249-
"action": [
250-
{
251-
"detailDescription": "Creates and manages Facebook ad campaigns from start to finish.",
252-
"name": "Ad Campaign Manager",
253-
"description": "Handles the creation, monitoring, and optimization of Facebook ad campaigns.",
254-
"actionPrompt": "Manage ad campaigns"
255-
}, {
256-
"detailDescription": "Analyzes ad performance metrics to refine targeting and improve campaign effectiveness.",
257-
"name": "Performance Analyzer",
258-
"description": "Provides insights into ad performance metrics such as CTR, CPC, and conversions.",
259-
"actionPrompt": "Analyze ad performance"
260-
}
261-
],
262-
"description": "An essential tool for managing Facebook advertising campaigns effectively.",
263-
"id": "facebook-marketing-assistant-001",
264-
"title": "Facebook Marketing Assistant",
265-
"avatarFallback": "/images/avatars/default.png",
266-
"slug": "facebook-marketing-assistant",
267-
"tags": [
268-
"Facebook", "Advertising", "Marketing", "Campaign Management"
269-
],
270-
"zipFilePath": "/path/to/facebook-marketing-assistant.zip",
271-
"featured": true,
272-
"recommended": true,
273-
"category": "Marketing"
274-
},
275-
{
276-
"longDescription": "LinkedIn Agent helps manage and automate LinkedIn tasks such as posting updates, managing connections, and tracking engagement. It is designed to enhance productivity and maintain a strong LinkedIn presence.",
277-
"createdByUser": "adminUser",
278-
"avatarSrc": "/images/avatars/linkedin_agent.png",
279-
"action": [
280-
{
281-
"detailDescription": "Automates the process of posting updates and articles on LinkedIn.",
282-
"name": "Post Scheduler",
283-
"description": "Schedules and posts updates to your LinkedIn profile or page.",
284-
"actionPrompt": "Schedule a LinkedIn post"
285-
}, {
286-
"detailDescription": "Manages connections by sending connection requests and messages.",
287-
"name": "Connection Manager",
288-
"description": "Automates sending and managing connection requests and messages.",
289-
"actionPrompt": "Manage LinkedIn connections"
290-
}, {
291-
"detailDescription": "Tracks engagement metrics such as likes, comments, and shares on your posts.",
292-
"name": "Engagement Tracker",
293-
"description": "Monitors and reports on the engagement of your LinkedIn posts.",
294-
"actionPrompt": "Track LinkedIn engagement"
295-
}
296-
],
297-
"description": "A comprehensive agent for automating and managing LinkedIn activities.",
298-
"id": "linkedin-agent-001",
299-
"title": "LinkedIn Management Agent",
300-
"avatarFallback": "/images/avatars/default.png",
301-
"slug": "linkedin-management-agent",
302-
"tags": [
303-
"LinkedIn", "Social Media", "Automation"
304-
],
305-
"zipFilePath": "/path/to/linkedin-agent.zip",
306-
"featured": true,
307-
"recommended": true,
308-
"category": "Social Media Management"
309-
},
310246
{
311247
"longDescription": "Codium AI Agent aids in the development and deployment of AI models within coding environments. It integrates seamlessly with popular coding platforms to enhance AI-driven functionalities.",
312248
"createdByUser": "devTeam",
@@ -366,41 +302,8 @@ export const additionalAgents:Agent[] = [
366302
"featured": true,
367303
"recommended": true,
368304
"category": "Data Analysis"
369-
}, {
370-
"longDescription": "TikTok Marketing Assistant helps businesses and influencers create, manage, and optimize their marketing campaigns on TikTok. It provides insights, scheduling, and content suggestions tailored to boost engagement and reach.",
371-
"createdByUser": "marketingExpert",
372-
"avatarSrc": "/images/avatars/tiktok.png",
373-
"action": [
374-
{
375-
"detailDescription": "Generates content ideas based on trending topics and user interests.",
376-
"name": "Content Generator",
377-
"description": "Provides suggestions for engaging and relevant TikTok content.",
378-
"actionPrompt": "Generate content ideas"
379-
}, {
380-
"detailDescription": "Schedules and publishes posts at optimal times for maximum engagement.",
381-
"name": "Post Scheduler",
382-
"description": "Automates the scheduling and posting of TikTok content.",
383-
"actionPrompt": "Schedule and publish posts"
384-
}, {
385-
"detailDescription": "Analyzes the performance of TikTok campaigns and provides detailed reports.",
386-
"name": "Performance Analyzer",
387-
"description": "Tracks and reports on the success metrics of TikTok marketing efforts.",
388-
"actionPrompt": "Analyze campaign performance"
389-
}
390-
],
391-
"description": "An intelligent assistant for managing and optimizing TikTok marketing campaigns.",
392-
"id": "tiktok-marketing-assistant-001",
393-
"title": "TikTok Marketing Assistant",
394-
"avatarFallback": "/images/avatars/default.png",
395-
"slug": "tiktok-marketing-assistant",
396-
"tags": [
397-
"TikTok", "Marketing", "Social Media", "Automation"
398-
],
399-
"zipFilePath": "/path/to/tiktok-marketing-assistant.zip",
400-
"featured": true,
401-
"recommended": true,
402-
"category": "Marketing"
403-
}, {
305+
},
306+
{
404307
"longDescription": "Data Analyst Assistant Agent helps in analyzing and visualizing data. It offers a variety of tools to assist data analysts in making data-driven decisions by providing insights and detailed reports.",
405308
"createdByUser": "adminUser",
406309
"avatarSrc": "/images/avatars/data_analyst_assistant.png",

0 commit comments

Comments
 (0)