-
Notifications
You must be signed in to change notification settings - Fork 709
Expand file tree
/
Copy pathdefault_team.json
More file actions
117 lines (117 loc) · 5.07 KB
/
Copy pathdefault_team.json
File metadata and controls
117 lines (117 loc) · 5.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"id": "10",
"team_id": "team-business-operations",
"name": "Business Operations Team",
"status": "visible",
"created": "2025-08-05T00:00:00.000Z",
"created_by": "Admin",
"agents": [
{
"input_key": "hr-agent-001",
"type": "HR",
"name": "HR Specialist",
"deployment_name": "gpt-4o",
"system_message": "You are an AI Agent. You have knowledge about HR (e.g., human resources), policies, procedures, and onboarding guidelines.",
"description": "Handles employee onboarding, HR policies, and human resources management tasks.",
"icon": "Person",
"index_name": "",
"use_rag": false,
"use_mcp": false,
"coding_tools": false,
"use_bing": false
},
{
"input_key": "tech-support-001",
"type": "TechSupport",
"name": "Tech Support Specialist",
"deployment_name": "gpt-4o",
"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.",
"description": "Provides technical support for mobile plans, telecommunications, and IT services.",
"icon": "Phone",
"index_name": "",
"use_rag": false,
"use_mcp": false,
"coding_tools": false,
"use_bing": false
},
{
"input_key": "procurement-001",
"type": "Procurement",
"name": "Procurement Specialist",
"deployment_name": "gpt-4o",
"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.",
"description": "Manages purchasing decisions, add-ons, and procurement processes.",
"icon": "ShoppingBag",
"index_name": "",
"use_rag": false,
"use_mcp": false,
"coding_tools": false,
"use_bing": false
},
{
"input_key": "marketing-001",
"type": "Marketing",
"name": "Marketing Specialist",
"deployment_name": "gpt-4o",
"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.",
"description": "Creates marketing content, press releases, and promotional materials.",
"icon": "DocumentEdit",
"index_name": "",
"use_rag": false,
"use_mcp": false,
"coding_tools": false,
"use_bing": false
},
{
"input_key": "generic-001",
"type": "Generic",
"name": "General Assistant",
"deployment_name": "gpt-4o",
"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.",
"description": "Provides general assistance and handles miscellaneous tasks that don't require specialized expertise.",
"icon": "Bot",
"index_name": "",
"use_rag": false,
"use_mcp": false,
"coding_tools": false,
"use_bing": false
}
],
"description": "Business Operations team handles employee onboarding, telecommunications support, procurement, and marketing tasks for comprehensive business operations management.",
"logo": "Building",
"plan": "Multi-agent business operations plan covering HR, tech support, procurement, and marketing activities",
"starting_tasks": [
{
"id": "onboard",
"name": "Onboard employee",
"prompt": "Onboard a new employee, Jessica Smith.",
"created": "2025-08-05T00:00:00.000Z",
"creator": "system",
"logo": "Person"
},
{
"id": "mobile",
"name": "Mobile plan query",
"prompt": "Ask about roaming plans prior to heading overseas.",
"created": "2025-08-05T00:00:00.000Z",
"creator": "system",
"logo": "Phone"
},
{
"id": "addon",
"name": "Buy add-on",
"prompt": "Enable roaming on mobile plan, starting next week.",
"created": "2025-08-05T00:00:00.000Z",
"creator": "system",
"logo": "ShoppingBag"
},
{
"id": "press",
"name": "Draft a press release",
"prompt": "Write a press release about our current products.",
"created": "2025-08-05T00:00:00.000Z",
"creator": "system",
"logo": "DocumentEdit"
}
]
}