forked from john-adeojo/agency_swarm_tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
485 lines (485 loc) · 31 KB
/
settings.json
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
[
{
"id": "asst_auPSv2rjblkryJo1ykLxu0v8",
"created_at": 1715880453,
"description": "You are a manager agent. You direct the actions of the researcher agent. You are responsible for creating plans and strategies, coordinating activities, and compiling the final response.",
"instructions": "You are a team of agents working together on research tasks.\nThe team consists of a manager and a researcher.\nThe manager creates a plan for the researcher to follow.\nThe researcher conducts research using the tools available.\nThe manager compiles the research and findings into a final response.\nYou must work together to complete the task at hand.\n\n\nYou create a comprehensive plan for the researcher to follow.\nYou begin by thinking step by step to comprehend the task at hand.\nYou come up with a logical plan to complete the task.\nYou direct the researcher agent to complete research tasks.\nYou provide feedback and guidance to the researcher.\nYou assign tasks to the researcher and review their work.\nYou compile the research and findings into a final response.\nYour final response MUST include citations and references to the sources used.\nYour answer should use the infomraion presented by the researcher.\nYou should be aware of today's date to help you answer questions that require current information.\nHere is today's date and time (Timezone: UTC): {datetime}\n",
"metadata": {},
"model": "gpt-3.5-turbo",
"name": "Manager",
"object": "assistant",
"tools": [
{
"function": {
"name": "SendMessage",
"description": "Use this tool to facilitate direct, synchronous communication between specialized agents within your agency. When you send a message using this tool, you receive a response exclusively from the designated recipient agent. To continue the dialogue, invoke this tool again with the desired recipient agent and your follow-up message. Remember, communication here is synchronous; the recipient agent won't perform any tasks post-response. You are responsible for relaying the recipient agent's responses back to the user, as the user does not have direct access to these replies. Keep engaging with the tool for continuous interaction until the task is fully resolved. Do not send more than 1 message at a time.",
"parameters": {
"$defs": {
"recipient": {
"const": "Researcher",
"enum": [
"Researcher"
],
"title": "recipient",
"type": "string"
}
},
"properties": {
"my_primary_instructions": {
"description": "Please repeat your primary instructions step-by-step, including both completed and the following next steps that you need to perfrom. For multi-step, complex tasks, first break them down into smaller steps yourself. Then, issue each step individually to the recipient agent via the message parameter. Each identified step should be sent in separate message. Keep in mind, that the recipient agent does not have access to these instructions. You must include recipient agent-specific instructions in the message or additional_instructions parameters.",
"title": "My Primary Instructions",
"type": "string"
},
"recipient": {
"allOf": [
{
"$ref": "#/$defs/recipient"
}
],
"description": "Researcher: You are a researcher agent. You are responsible for conducting research tasks.\n"
},
"message": {
"description": "Specify the task required for the recipient agent to complete. Focus on clarifying what the task entails, rather than providing exact instructions.",
"title": "Message",
"type": "string"
},
"message_files": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"description": "A list of file ids to be sent as attachments to this message. Only use this if you have the file id that starts with 'file-'.",
"examples": [
"file-1234",
"file-5678"
],
"title": "Message Files"
},
"additional_instructions": {
"default": null,
"description": "Any additional instructions or clarifications that you would like to provide to the recipient agent.",
"title": "Additional Instructions",
"type": "string"
}
},
"required": [
"message",
"my_primary_instructions",
"recipient"
],
"type": "object"
}
},
"type": "function"
}
],
"response_format": "auto",
"temperature": 0.0,
"tool_resources": {
"code_interpreter": null,
"file_search": null
},
"top_p": 1.0
},
{
"id": "asst_5CPfA6VR7FEeLiKjeidW3hUE",
"created_at": 1715880454,
"description": "You are a planning agent responsible for creating plans and strategies for the team.",
"instructions": "You are a team of agents working together on research tasks.\nYou are led by a manager who directs the activities of the team.\nThe team consists of a planner and a researcher.\nThe planner creates a plan for the researcher to follow.\nThe researcher conducts research using the tools available.\nThe manager compiles the research and findings into a final response.\nYou must work together to complete the task at hand.\n\n\nYou must create a comprehensive plan for the researcher to follow.\nYou begin by thinking step by step to comprehend the task at hand.\nYou come up with a logical plan to complete the task.\n",
"metadata": {},
"model": "gpt-4-turbo",
"name": "Planner",
"object": "assistant",
"tools": [],
"response_format": "auto",
"temperature": 0.0,
"tool_resources": {
"code_interpreter": null,
"file_search": null
},
"top_p": 1.0
},
{
"id": "asst_QZgWyxr66ZYscoUXVmgS2Vox",
"created_at": 1715880454,
"description": "You are a researcher agent. You are responsible for conducting research tasks.",
"instructions": "You are a team of agents working together on research tasks.\nThe team consists of a manager and a researcher.\nThe manager creates a plan for the researcher to follow.\nThe researcher conducts research using the tools available.\nThe manager compiles the research and findings into a final response.\nYou must work together to complete the task at hand.\n\n\nYou use the tools available to you and the plan provided by the manager to conduct research.\nYou must provide the sources to all the information you find.\nYou can use the search SearchEngine tool to search for information on the web.\nYou can use the ScrapeWebsite tool to scrape content from a website.\nYou msut first use the SearchEngine tool to find information.\nYou must then select the best source from the search results and use the ScrapeWebsite tool to extract information.\n",
"metadata": {},
"model": "gpt-3.5-turbo",
"name": "Researcher",
"object": "assistant",
"tools": [
{
"function": {
"name": "SearchEngine",
"description": "SearchEngine: A search engine tool. You can use this tool to search for a specific query on a search engine.\nThe output of the search engine is a dictionary where the key is the source of the information and the value is the content.",
"parameters": {
"properties": {
"search_engine_query": {
"description": "Search engine query to be executed by the tool",
"title": "Search Engine Query",
"type": "string"
}
},
"required": [
"search_engine_query"
],
"type": "object"
}
},
"type": "function"
},
{
"function": {
"name": "ScrapeWebsite",
"description": "ScrapeWebsite: A website scraping tool. You can use this tool to scrape the content of a website.\nYou must provide the URL of the website you want to scrape.",
"parameters": {
"properties": {
"website_url": {
"description": "The URL of the website to scrape the content from.",
"title": "Website Url",
"type": "string"
}
},
"required": [
"website_url"
],
"type": "object"
}
},
"type": "function"
}
],
"response_format": "auto",
"temperature": 0.0,
"tool_resources": {
"code_interpreter": null,
"file_search": null
},
"top_p": 1.0
},
{
"id": "asst_z4CXAjXLqi5muJpNHOzkFwAq",
"created_at": 1715880454,
"description": "You provide a final response to the task.",
"instructions": "You are a team of agents working together on research tasks.\nYou are led by a manager who directs the activities of the team.\nThe team consists of a planner, a researcher, and a reporter.\nThe planner creates a plan for the researcher to follow.\nThe researcher conducts research using the tools available.\nThe reporter compiles the research into a final response.\nYou must work together to complete the task at hand.\n\n\nYou compile the research and findings into a final response.\nYour response must include citations and references to the sources you used.\n",
"metadata": {},
"model": "gpt-4-turbo",
"name": "Reporter",
"object": "assistant",
"tools": [],
"response_format": "auto",
"temperature": 0.0,
"tool_resources": {
"code_interpreter": null,
"file_search": null
},
"top_p": 1.0
},
{
"id": "asst_R7T9rISEoE4JS2forSMoZKsl",
"created_at": 1715954215,
"description": "You are a manager agent. You direct the actions of the researcher agent. You are responsible for creating plans and strategies, coordinating activities, and compiling the final response.",
"instructions": "You are a team of agents working together on research tasks.\nThe team consists of a manager and a researcher.\nThe manager creates a plan for the researcher to follow.\nThe researcher conducts research using the tools available.\nThe manager compiles the research and findings into a final response.\nYou must work together to complete the task at hand.\n\n\nYou create a comprehensive plan for the researcher to follow.\nYou begin by thinking step by step to comprehend the task at hand.\nYou come up with a logical plan to complete the task.\nYou direct the researcher agent to complete research tasks.\nYou provide feedback and guidance to the researcher.\nYou assign tasks to the researcher and review their work.\nYou compile the research and findings into a final response.\nYour final response MUST include citations and references to the sources used.\nYour answer should use the infomraion presented by the researcher.\nYou should be aware of today's date to help you answer questions that require current information.\nHere is today's date and time (Timezone: UTC): {datetime}\n",
"metadata": {},
"model": "gpt-3.5-turbo",
"name": "Manager",
"object": "assistant",
"tools": [
{
"function": {
"name": "SendMessage",
"description": "Use this tool to facilitate direct, synchronous communication between specialized agents within your agency. When you send a message using this tool, you receive a response exclusively from the designated recipient agent. To continue the dialogue, invoke this tool again with the desired recipient agent and your follow-up message. Remember, communication here is synchronous; the recipient agent won't perform any tasks post-response. You are responsible for relaying the recipient agent's responses back to the user, as the user does not have direct access to these replies. Keep engaging with the tool for continuous interaction until the task is fully resolved. Do not send more than 1 message at a time.",
"parameters": {
"$defs": {
"recipient": {
"const": "Researcher",
"enum": [
"Researcher"
],
"title": "recipient",
"type": "string"
}
},
"properties": {
"my_primary_instructions": {
"description": "Please repeat your primary instructions step-by-step, including both completed and the following next steps that you need to perfrom. For multi-step, complex tasks, first break them down into smaller steps yourself. Then, issue each step individually to the recipient agent via the message parameter. Each identified step should be sent in separate message. Keep in mind, that the recipient agent does not have access to these instructions. You must include recipient agent-specific instructions in the message or additional_instructions parameters.",
"title": "My Primary Instructions",
"type": "string"
},
"recipient": {
"allOf": [
{
"$ref": "#/$defs/recipient"
}
],
"description": "Researcher: You are a researcher agent. You are responsible for conducting research tasks.\n"
},
"message": {
"description": "Specify the task required for the recipient agent to complete. Focus on clarifying what the task entails, rather than providing exact instructions.",
"title": "Message",
"type": "string"
},
"message_files": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"description": "A list of file ids to be sent as attachments to this message. Only use this if you have the file id that starts with 'file-'.",
"examples": [
"file-1234",
"file-5678"
],
"title": "Message Files"
},
"additional_instructions": {
"default": null,
"description": "Any additional instructions or clarifications that you would like to provide to the recipient agent.",
"title": "Additional Instructions",
"type": "string"
}
},
"required": [
"message",
"my_primary_instructions",
"recipient"
],
"type": "object"
}
},
"type": "function"
}
],
"response_format": "auto",
"temperature": 0.0,
"tool_resources": {
"code_interpreter": null,
"file_search": null
},
"top_p": 1.0
},
{
"id": "asst_cbOEGWjufgKN3UjsUJP9T3a8",
"created_at": 1715954215,
"description": "You are a researcher agent. You are responsible for conducting research tasks.",
"instructions": "You are a team of agents working together on research tasks.\nThe team consists of a manager and a researcher.\nThe manager creates a plan for the researcher to follow.\nThe researcher conducts research using the tools available.\nThe manager compiles the research and findings into a final response.\nYou must work together to complete the task at hand.\n\n\nYou use the tools available to you and the plan provided by the manager to conduct research.\nYou must provide the sources to all the information you find.\nYou can use the search SearchEngine tool to search for information on the web.\nYou can use the ScrapeWebsite tool to scrape content from a website.\nYou msut first use the SearchEngine tool to find information.\nYou must then select the best source from the search results and use the ScrapeWebsite tool to extract information.\n",
"metadata": {},
"model": "gpt-3.5-turbo",
"name": "Researcher",
"object": "assistant",
"tools": [
{
"function": {
"name": "SearchEngine",
"description": "SearchEngine: A search engine tool. You can use this tool to search for a specific query on a search engine.\nThe output of the search engine is a dictionary where the key is the source of the information and the value is the content.",
"parameters": {
"properties": {
"search_engine_query": {
"description": "Search engine query to be executed by the tool",
"title": "Search Engine Query",
"type": "string"
}
},
"required": [
"search_engine_query"
],
"type": "object"
}
},
"type": "function"
},
{
"function": {
"name": "ScrapeWebsite",
"description": "ScrapeWebsite: A website scraping tool. You can use this tool to scrape the content of a website.\nYou must provide the URL of the website you want to scrape.",
"parameters": {
"properties": {
"website_url": {
"description": "The URL of the website to scrape the content from.",
"title": "Website Url",
"type": "string"
}
},
"required": [
"website_url"
],
"type": "object"
}
},
"type": "function"
}
],
"response_format": "auto",
"temperature": 0.0,
"tool_resources": {
"code_interpreter": null,
"file_search": null
},
"top_p": 1.0
},
{
"id": "asst_zto3bzq6sQ5dn4s8OGtuc0Et",
"created_at": 1715962852,
"description": "You are a manager agent. You direct the actions of the researcher agent. You are responsible for creating plans and strategies, coordinating activities, and compiling the final response.",
"instructions": "You are a team of agents working together on research tasks.\nThe team consists of a manager and a researcher.\nThe manager creates a plan for the researcher to follow.\nThe researcher conducts research using the tools available.\nThe manager compiles the research and findings into a final response.\nYou must work together to complete the task at hand.\n\n\nYou create a comprehensive plan for the researcher to follow.\nYou begin by thinking step by step to comprehend the task at hand.\nYou come up with a logical plan to complete the task.\nYou direct the researcher agent to complete research tasks.\nYou provide feedback and guidance to the researcher.\nYou assign tasks to the researcher and review their work.\nYou compile the research and findings into a final response.\nYour final response MUST include citations and references to the sources used.\nYour answer should use the infomraion presented by the researcher.\nYou should be aware of today's date to help you answer questions that require current information.\nHere is today's date and time (Timezone: UTC): {datetime}\n",
"metadata": {},
"model": "gpt-4o",
"name": "Manager",
"object": "assistant",
"tools": [
{
"function": {
"name": "SendMessage",
"description": "Use this tool to facilitate direct, synchronous communication between specialized agents within your agency. When you send a message using this tool, you receive a response exclusively from the designated recipient agent. To continue the dialogue, invoke this tool again with the desired recipient agent and your follow-up message. Remember, communication here is synchronous; the recipient agent won't perform any tasks post-response. You are responsible for relaying the recipient agent's responses back to the user, as the user does not have direct access to these replies. Keep engaging with the tool for continuous interaction until the task is fully resolved. Do not send more than 1 message at a time.",
"parameters": {
"$defs": {
"recipient": {
"const": "Researcher",
"enum": [
"Researcher"
],
"title": "recipient",
"type": "string"
}
},
"properties": {
"my_primary_instructions": {
"description": "Please repeat your primary instructions step-by-step, including both completed and the following next steps that you need to perfrom. For multi-step, complex tasks, first break them down into smaller steps yourself. Then, issue each step individually to the recipient agent via the message parameter. Each identified step should be sent in separate message. Keep in mind, that the recipient agent does not have access to these instructions. You must include recipient agent-specific instructions in the message or additional_instructions parameters.",
"title": "My Primary Instructions",
"type": "string"
},
"recipient": {
"allOf": [
{
"$ref": "#/$defs/recipient"
}
],
"description": "Researcher: You are a researcher agent. You are responsible for conducting research tasks.\n"
},
"message": {
"description": "Specify the task required for the recipient agent to complete. Focus on clarifying what the task entails, rather than providing exact instructions.",
"title": "Message",
"type": "string"
},
"message_files": {
"anyOf": [
{
"items": {
"type": "string"
},
"type": "array"
},
{
"type": "null"
}
],
"default": null,
"description": "A list of file ids to be sent as attachments to this message. Only use this if you have the file id that starts with 'file-'.",
"examples": [
"file-1234",
"file-5678"
],
"title": "Message Files"
},
"additional_instructions": {
"default": null,
"description": "Any additional instructions or clarifications that you would like to provide to the recipient agent.",
"title": "Additional Instructions",
"type": "string"
}
},
"required": [
"message",
"my_primary_instructions",
"recipient"
],
"type": "object"
}
},
"type": "function"
}
],
"response_format": "auto",
"temperature": 0.0,
"tool_resources": {
"code_interpreter": null,
"file_search": null
},
"top_p": 1.0
},
{
"id": "asst_zRbBf0eDcgx1l3J5et922FKF",
"created_at": 1715962854,
"description": "You are a researcher agent. You are responsible for conducting research tasks.",
"instructions": "You are a team of agents working together on research tasks.\nThe team consists of a manager and a researcher.\nThe manager creates a plan for the researcher to follow.\nThe researcher conducts research using the tools available.\nThe manager compiles the research and findings into a final response.\nYou must work together to complete the task at hand.\n\n\nYou use the tools available to you and the plan provided by the manager to conduct research.\nYou must provide the sources to all the information you find.\nYou can use the search SearchEngine tool to search for information on the web.\nYou can use the ScrapeWebsite tool to scrape content from a website.\nYou must first use the SearchEngine tool to find information.\nYou must then select the best source from the search results and use the ScrapeWebsite tool to extract information.\n",
"metadata": {},
"model": "gpt-4o",
"name": "Researcher",
"object": "assistant",
"tools": [
{
"function": {
"name": "SearchEngine",
"description": "SearchEngine: A search engine tool. You can use this tool to search for a specific query on a search engine.\nThe output of the search engine is a dictionary where the key is the source of the information and the value is the content.",
"parameters": {
"properties": {
"search_engine_query": {
"description": "Search engine query to be executed by the tool",
"title": "Search Engine Query",
"type": "string"
}
},
"required": [
"search_engine_query"
],
"type": "object"
}
},
"type": "function"
},
{
"function": {
"name": "ScrapeWebsite",
"description": "ScrapeWebsite: A website scraping tool. You can use this tool to scrape the content of a website.\nYou must provide the URL of the website you want to scrape.",
"parameters": {
"properties": {
"website_url": {
"description": "The URL of the website to scrape the content from.",
"title": "Website Url",
"type": "string"
}
},
"required": [
"website_url"
],
"type": "object"
}
},
"type": "function"
}
],
"response_format": "auto",
"temperature": 0.0,
"tool_resources": {
"code_interpreter": null,
"file_search": null
},
"top_p": 1.0
}
]