Skip to content

Commit be18cf7

Browse files
committed
Create default_team.json
1 parent 098b449 commit be18cf7

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
{
2+
"id": "10",
3+
"team_id": "team-business-operations",
4+
"name": "Business Operations Team",
5+
"status": "visible",
6+
"created": "2025-08-05T00:00:00.000Z",
7+
"created_by": "Admin",
8+
"agents": [
9+
{
10+
"input_key": "hr-agent-001",
11+
"type": "HR",
12+
"name": "HR Specialist",
13+
"system_message": "You are an AI Agent. You have knowledge about HR (e.g., human resources), policies, procedures, and onboarding guidelines.",
14+
"description": "Handles employee onboarding, HR policies, and human resources management tasks.",
15+
"icon": "Person",
16+
"index_name": ""
17+
},
18+
{
19+
"input_key": "tech-support-001",
20+
"type": "TechSupport",
21+
"name": "Tech Support Specialist",
22+
"system_message": "You are a Product agent. You have knowledge about product management, development, and compliance guidelines. When asked to call a function, you should summarize back what was done.",
23+
"description": "Provides technical support for mobile plans, telecommunications, and IT services.",
24+
"icon": "Phone",
25+
"index_name": ""
26+
},
27+
{
28+
"input_key": "procurement-001",
29+
"type": "Procurement",
30+
"name": "Procurement Specialist",
31+
"system_message": "You are a Procurement agent. You specialize in purchasing, vendor management, supply chain operations, and inventory control. You help with creating purchase orders, managing vendors, tracking orders, and ensuring efficient procurement processes.",
32+
"description": "Manages purchasing decisions, add-ons, and procurement processes.",
33+
"icon": "ShoppingBag",
34+
"index_name": ""
35+
},
36+
{
37+
"input_key": "marketing-001",
38+
"type": "Marketing",
39+
"name": "Marketing Specialist",
40+
"system_message": "You are a Marketing agent. You specialize in marketing strategy, campaign development, content creation, and market analysis. You help create effective marketing campaigns, analyze market data, and develop promotional content for products and services.",
41+
"description": "Creates marketing content, press releases, and promotional materials.",
42+
"icon": "DocumentEdit",
43+
"index_name": ""
44+
},
45+
{
46+
"input_key": "planner-001",
47+
"type": "Planner",
48+
"name": "Task Planner",
49+
"system_message": "You are a Planner agent. You break down complex tasks into manageable steps and coordinate between different agents to achieve the desired outcome.",
50+
"description": "Plans and coordinates complex multi-step tasks across different business areas.",
51+
"icon": "TaskList",
52+
"index_name": ""
53+
},
54+
{
55+
"input_key": "generic-001",
56+
"type": "Generic",
57+
"name": "General Assistant",
58+
"system_message": "You are a Generic agent that can help with general questions and provide basic information. You can search for information and perform simple calculations.",
59+
"description": "Provides general assistance and handles miscellaneous tasks that don't require specialized expertise.",
60+
"icon": "Bot",
61+
"index_name": ""
62+
}
63+
],
64+
"description": "Business Operations team handles employee onboarding, telecommunications support, procurement, and marketing tasks for comprehensive business operations management.",
65+
"logo": "Building",
66+
"plan": "Multi-agent business operations plan covering HR, tech support, procurement, and marketing activities",
67+
"starting_tasks": [
68+
{
69+
"id": "onboard",
70+
"name": "Onboard employee",
71+
"prompt": "Onboard a new employee, Jessica Smith.",
72+
"created": "2025-08-05T00:00:00.000Z",
73+
"creator": "system",
74+
"logo": "Person"
75+
},
76+
{
77+
"id": "mobile",
78+
"name": "Mobile plan query",
79+
"prompt": "Ask about roaming plans prior to heading overseas.",
80+
"created": "2025-08-05T00:00:00.000Z",
81+
"creator": "system",
82+
"logo": "Phone"
83+
},
84+
{
85+
"id": "addon",
86+
"name": "Buy add-on",
87+
"prompt": "Enable roaming on mobile plan, starting next week.",
88+
"created": "2025-08-05T00:00:00.000Z",
89+
"creator": "system",
90+
"logo": "ShoppingBag"
91+
},
92+
{
93+
"id": "press",
94+
"name": "Draft a press release",
95+
"prompt": "Write a press release about our current products.",
96+
"created": "2025-08-05T00:00:00.000Z",
97+
"creator": "system",
98+
"logo": "DocumentEdit"
99+
}
100+
]
101+
}

0 commit comments

Comments
 (0)