|
1 | 1 | { |
2 | | - "id": "1", |
3 | | - "team_id": "team-1", |
| 2 | + "id": "2", |
| 3 | + "team_id": "team-2", |
4 | 4 | "name": "Product Marketing Team", |
5 | | - "status": "", |
| 5 | + "status": "visible", |
6 | 6 | "created": "", |
7 | 7 | "created_by": "", |
8 | 8 | "agents": [ |
9 | 9 | { |
10 | 10 | "input_key": "", |
11 | 11 | "type": "", |
12 | | - "name": "CustomerDataAgent", |
13 | | - "deployment_name": "gpt-4.1", |
| 12 | + "name": "ProductAgent", |
| 13 | + "deployment_name": "gpt-4.1-mini", |
14 | 14 | "icon": "", |
15 | | - "system_message": "You have access to internal customer data through a secure index. Use this data to answer questions about customers, their interactions with customer service, satisfaction, etc. Be mindful of privacy and compliance regulations when handling customer data.", |
16 | | - "description": "An agent that has access to internal customer data, ask this agent if you have questions about customers or their interactions with customer service, satisfaction, etc.", |
17 | | - "use_rag": true, |
18 | | - "use_mcp": false, |
| 15 | + "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.", |
| 16 | + "description": "This agent specializes in product management, development, and related tasks. It can provide information about products, manage inventory, handle product launches, analyze sales data, and coordinate with other teams like marketing and tech support.", |
| 17 | + "use_rag": false, |
| 18 | + "use_mcp": true, |
19 | 19 | "use_bing": false, |
20 | 20 | "use_reasoning": false, |
21 | | - "index_name": "macae-index", |
| 21 | + "index_name": "", |
22 | 22 | "index_foundry_name": "", |
23 | 23 | "index_endpoint": "", |
24 | 24 | "coding_tools": false |
25 | 25 | }, |
26 | 26 | { |
27 | 27 | "input_key": "", |
28 | 28 | "type": "", |
29 | | - "name": "OrderDataAgent", |
30 | | - "deployment_name": "gpt-4.1", |
| 29 | + "name": "MarketingAgent", |
| 30 | + "deployment_name": "gpt-4.1-mini", |
31 | 31 | "icon": "", |
32 | | - "system_message": "You have access to internal order, inventory, product, and fulfilment data through a secure index. Use this data to answer questions about products, shipping delays, customer orders, warehouse management, etc. Be mindful of privacy and compliance regulations when handling customer data.", |
33 | | - "description": "An agent that has access to internal order, inventory, product, and fulfilment data. Ask this agent if you have questions about products, shipping delays, customerr orders, warehouse management, etc.", |
34 | | - "use_rag": true, |
35 | | - "use_mcp": false, |
| 32 | + "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.", |
| 33 | + "description": "This agent specializes in marketing, campaign management, and analyzing market data.", |
| 34 | + "use_rag": false, |
| 35 | + "use_mcp": true, |
36 | 36 | "use_bing": false, |
37 | 37 | "use_reasoning": false, |
38 | | - "index_name": "macae-index", |
| 38 | + "index_name": "", |
39 | 39 | "index_foundry_name": "", |
40 | 40 | "coding_tools": true |
41 | 41 | }, |
42 | 42 | { |
43 | 43 | "input_key": "", |
44 | 44 | "type": "", |
45 | | - "name": "AnalysisRecomendationAgent", |
46 | | - "deployment_name": "o4-mini", |
| 45 | + "name": "ProxyAgent", |
| 46 | + "deployment_name": "gpt-4.1-mini", |
47 | 47 | "icon": "", |
48 | | - "system_message": "You are a reasoning agent that can analyze customer data and provide recommendations for improving customer satisfaction and retention. You do not have access to any data sources, but you can reason based on the information provided to you by other agents. Use your reasoning skills to identify patterns, trends, and insights that can help improve customer satisfaction and retention. Provide actionable recommendations based on your analysis. You have access to other agents that can answer questions and provide data about customers, products, orders, inventory, and fulfilment. Use these agents to gather information as needed.", |
49 | | - "description": "A reasoning agent that can analyze customer data and provide recommendations for improving customer satisfaction and retention.", |
| 48 | + "system_message": "", |
| 49 | + "description": "", |
50 | 50 | "use_rag": false, |
51 | 51 | "use_mcp": false, |
52 | 52 | "use_bing": false, |
53 | | - "use_reasoning": true, |
| 53 | + "use_reasoning": false, |
54 | 54 | "index_name": "", |
55 | 55 | "index_foundry_name": "", |
56 | 56 | "coding_tools": false |
57 | 57 | } |
58 | 58 | ], |
59 | 59 | "protected": false, |
60 | | - "description": "Team focused on individualized customer relationship management and overall customer satisfaction.", |
| 60 | + "description": "Team focused on products and product marketing.", |
61 | 61 | "logo": "", |
62 | 62 | "plan": "", |
63 | 63 | "starting_tasks": [ |
64 | 64 | { |
65 | 65 | "id": "task-1", |
66 | | - "name": "Satisfaction Plan", |
67 | | - "prompt": "Create a plan to improve Emily Thompson's satisfaction.", |
| 66 | + "name": "Draft a press release", |
| 67 | + "prompt": "Write a press release about our current products", |
68 | 68 | "created": "", |
69 | 69 | "creator": "", |
70 | 70 | "logo": "" |
|
0 commit comments