ad-agent_architecture 0.0.21 → 0.0.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 929753fae3f8d371c1bb163bfa0069e8d7cdac6ded1294d3d4deb4164caa76c5
4
- data.tar.gz: 5e0430846fbaef98f10d2356f158b9b289fabb4cdc138db419e2a89da3f1dc03
3
+ metadata.gz: de2889f0ccc76633bdb895d77b0ea2d79e85d868b950546cdc63125fd1af688b
4
+ data.tar.gz: dfedfd2c9572719143082fc9de179a4203c1b6d7e3f94dae8f61ec077ee919e8
5
5
  SHA512:
6
- metadata.gz: 03af5221ca0a641e3d02cb3399d2b3d18b4cdd0e81927636bd4cadc546e29498b03db686a8b798bf5ab0c3f84ff32f60d3ac666368c264d052a3530adcffff50
7
- data.tar.gz: e3c0057f6a7b206efec58e4aff6520553547dbb23f9008a6edfcc4e0d46d049def7ca90c20bc0ef1f39c6428bd1881fb2ed05ad5ef2e5686ecb2b67d6fed7740
6
+ metadata.gz: 487c78abd10abeb4f42de458094b59c7f58f9f27bc64167892c417f7fb6cd1d9f89b8b3f65a977fa26b3aefc18d34975f79dcfe894f3dfa5200754f6895e58ae
7
+ data.tar.gz: d35dc466a90399e252bdc73b3350cb5d3d9b0287e521a4568f4222018f2432a29d9d101337effd1f1b22aaf1fc931645b9a63a8240adfa6149b6475bc5e03938
@@ -12,7 +12,12 @@ KManager.action :project_plan do
12
12
 
13
13
  # Prompts need to support file read operation
14
14
 
15
- todo(title: 'Prompt setter in step DSL will now lookup common prompts')
15
+ todo(title: 'Add saved workflow ID and save? to the DSL')
16
+ todo(title: 'Prompt set in step DSL will now lookup common prompts')
17
+ todo(title: 'Create tests for Agent Data Builder and hook up to save YAML/JSON')
18
+ todo(title: 'Settings need to persist in the settings or workflow table')
19
+ todo(title: 'Add add title name & description support to Agent Data Builder')
20
+ todo(title: 'Add fluent method access to all DSLs')
16
21
  end
17
22
  .page('To Do', theme: :style_02, margin_left: 0, margin_top: 0) do
18
23
 
@@ -20,6 +25,9 @@ KManager.action :project_plan do
20
25
 
21
26
  grid_layout(y:90, direction: :horizontal, grid_h: 80, grid_w: 320, wrap_at: 3, grid: 0)
22
27
 
28
+ # todo(title: 'Add hydrate DSL from saved workflow ID')
29
+ # todo(title: 'Add hydrate DSL from saved JSON')
30
+ # todo(title: 'Geneate DSL structure from saved YAML')
23
31
  todo(title: 'Visual graph of the workflow')
24
32
  todo(title: 'Horizontal')
25
33
  todo(title: 'Clicking on sections will show the steps in that section')
data/.rubocop.yml CHANGED
@@ -21,6 +21,7 @@ Metrics/BlockLength:
21
21
  Exclude:
22
22
  - "**/spec/**/*"
23
23
  - "*.gemspec"
24
+ - "lib/ad/agent_architecture/dsl/actions/save_database.rb"
24
25
  AllowedMethods:
25
26
  - configure
26
27
  - context
@@ -91,6 +92,10 @@ Lint/AmbiguousBlockAssociation:
91
92
  Style/AccessorGrouping:
92
93
  Enabled: false
93
94
 
95
+ Naming/PredicateName:
96
+ Exclude:
97
+ - "lib/ad/agent_architecture/dsl/attribute_dsl.rb"
98
+
94
99
  Metrics/AbcSize:
95
100
  Exclude:
96
101
  - "lib/ad/agent_architecture/**/*"
@@ -123,6 +128,7 @@ RSpec/MultipleExpectations:
123
128
  Max: 3
124
129
  Exclude:
125
130
  - "spec/ad/agent_architecture/dsl/actions/save_database_spec.rb"
131
+ - "spec/ad/agent_architecture/report/agent_data_builder_spec.rb"
126
132
 
127
133
  RSpec/MultipleMemoizedHelpers:
128
134
  Enabled: false
data/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [0.0.22](https://github.com/appydave/ad-agent_architecture/compare/v0.0.21...v0.0.22) (2024-07-04)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bug in prompt lookup ([40ab2bb](https://github.com/appydave/ad-agent_architecture/commit/40ab2bbf7b7145eefa861ef621cc7381ffe0cd92))
7
+
8
+ ## [0.0.21](https://github.com/appydave/ad-agent_architecture/compare/v0.0.20...v0.0.21) (2024-07-04)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * step.prompt will now lookup from defined prompts ([b2bbe81](https://github.com/appydave/ad-agent_architecture/commit/b2bbe8139d87dcb5c7e5bf1dd4ba9175b1491d09))
14
+
1
15
  ## [0.0.20](https://github.com/appydave/ad-agent_architecture/compare/v0.0.19...v0.0.20) (2024-07-04)
2
16
 
3
17
 
data/a1.json ADDED
@@ -0,0 +1 @@
1
+ 2
data/a2.json ADDED
@@ -0,0 +1,463 @@
1
+ {
2
+ "name": "youtube_script_writer",
3
+ "title": "Youtube Script Writer",
4
+ "description": "This workflow is used to write a script for a YouTube video.",
5
+ "settings": {
6
+ "prompt_path": {
7
+ "value": "/Users/davidcruwys/dev/kgems/ad-agent_architecture/prompts/youtube/script_writer",
8
+ "description": null,
9
+ "title": "Prompt Path"
10
+ },
11
+ "default_llm": {
12
+ "value": "gpt4o",
13
+ "description": null,
14
+ "title": "Default Llm"
15
+ }
16
+ },
17
+ "sections": [
18
+ {
19
+ "name": "Introduction",
20
+ "title": "Introduction",
21
+ "order": 1,
22
+ "description": null,
23
+ "steps": [
24
+ {
25
+ "name": "Introduction",
26
+ "title": "Introduction",
27
+ "order": 1,
28
+ "description": null,
29
+ "prompt": "Create 5 simple project ideas on: [idea]\n\nIdea or title should be three to seven words long\n\n",
30
+ "input_attributes": [
31
+ {
32
+ "name": "working_idea",
33
+ "type": "string",
34
+ "is_array": false,
35
+ "description": null,
36
+ "title": "Working Idea"
37
+ }
38
+ ],
39
+ "output_attributes": [
40
+ {
41
+ "name": "keep_for_futre",
42
+ "type": "string",
43
+ "is_array": false,
44
+ "description": null,
45
+ "title": "Keep For Futre"
46
+ }
47
+ ]
48
+ },
49
+ {
50
+ "name": "Fact check",
51
+ "title": "Fact Check",
52
+ "order": 2,
53
+ "description": null,
54
+ "prompt": "I need you to expand the basic factsheet you created for idea: [idea]\r\nI need the expanded factsheet to include information \r\nrequired for this type of video [video_idea]\r\n\r\nHere is the basic factsheet\r\n[basic_factsheet]",
55
+ "input_attributes": [
56
+ {
57
+ "name": "keep_for_futre",
58
+ "type": "string",
59
+ "is_array": false,
60
+ "description": null,
61
+ "title": "Keep For Futre"
62
+ }
63
+ ],
64
+ "output_attributes": [
65
+ {
66
+ "name": "validated",
67
+ "type": "string",
68
+ "is_array": false,
69
+ "description": null,
70
+ "title": "Validated"
71
+ }
72
+ ]
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "name": "Research",
78
+ "title": "Research",
79
+ "order": 2,
80
+ "description": null,
81
+ "steps": [
82
+ {
83
+ "name": "Basic Idea",
84
+ "title": "Basic Idea",
85
+ "order": 1,
86
+ "description": null,
87
+ "prompt": "Create 5 simple project ideas on: [idea]\n\nIdea or title should be three to seven words long\n\n",
88
+ "input_attributes": [
89
+ {
90
+ "name": "best_idea",
91
+ "type": "string",
92
+ "is_array": false,
93
+ "description": null,
94
+ "title": "Best Idea"
95
+ }
96
+ ],
97
+ "output_attributes": [
98
+ {
99
+ "name": "ideas",
100
+ "type": "array",
101
+ "is_array": false,
102
+ "description": null,
103
+ "title": "Ideas"
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "name": "Basic Factsheet",
109
+ "title": "Basic Factsheet",
110
+ "order": 2,
111
+ "description": null,
112
+ "prompt": "I need you to gather detailed and reliable information about the \n\"[idea]\".\n\nThe information should be based on recent discussions, reviews, and credible sources available on the internet. Please ensure that the data is comprehensive and unbiased, providing enough detail to generate well-informed articles.\n\nThe information should include the following:\nOverview: A brief description of the product, including its purpose and main features.\nCompany Background: Information about the company that developed the product, including its history and reputation.\nUser Reviews: Summarized insights from user reviews and testimonials, highlighting common praises and complaints.\nPricing: Details about the pricing plans and any available free trials or discounts.\nComparison: A comparison with similar products in the market, noting any unique selling points or disadvantages.\nUse Cases: Examples of how different types of users or businesses are utilizing the product.\nUpdates and Roadmap: Information about recent updates and future plans for the product.\nExpert Opinions: Insights from industry experts or notable publications.\nCommunity and Support: Details about the community support, forums, and customer service quality.\nPlease ensure that all information is up-to-date and from credible sources, avoiding any hallucinations or unverified data. The tone of the information must be witty and informative\n",
113
+ "input_attributes": [
114
+ {
115
+ "name": "idea",
116
+ "type": "string",
117
+ "is_array": false,
118
+ "description": null,
119
+ "title": "Idea"
120
+ }
121
+ ],
122
+ "output_attributes": [
123
+ {
124
+ "name": "basic_factsheet",
125
+ "type": "string",
126
+ "is_array": false,
127
+ "description": null,
128
+ "title": "Basic Factsheet"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "name": "Video ideas",
134
+ "title": "Video Ideas",
135
+ "order": 3,
136
+ "description": null,
137
+ "prompt": "I want to do a YouTube video on the following idea:\r\n[idea]\r\n\r\nThe video should only be about three minutes long\r\nThe video is an ATLDR type of video\r\nWhat are five types of videos that I could do?\r\n\r\nHere is the factsheet:\r\n[basic_factsheet]\r\n",
138
+ "input_attributes": [
139
+ {
140
+ "name": "idea",
141
+ "type": "string",
142
+ "is_array": false,
143
+ "description": null,
144
+ "title": "Idea"
145
+ },
146
+ {
147
+ "name": "basic_factsheet",
148
+ "type": "string",
149
+ "is_array": false,
150
+ "description": null,
151
+ "title": "Basic Factsheet"
152
+ }
153
+ ],
154
+ "output_attributes": [
155
+ {
156
+ "name": "video_ideas",
157
+ "type": "array",
158
+ "is_array": false,
159
+ "description": null,
160
+ "title": "Video Ideas"
161
+ },
162
+ {
163
+ "name": "basic_factsheet",
164
+ "type": "string",
165
+ "is_array": false,
166
+ "description": null,
167
+ "title": "Basic Factsheet"
168
+ }
169
+ ]
170
+ },
171
+ {
172
+ "name": "Select Video Idea",
173
+ "title": "Select Video Idea",
174
+ "order": 4,
175
+ "description": null,
176
+ "prompt": "",
177
+ "input_attributes": [
178
+ {
179
+ "name": "video_ideas",
180
+ "type": "array",
181
+ "is_array": false,
182
+ "description": null,
183
+ "title": "Video Ideas"
184
+ }
185
+ ],
186
+ "output_attributes": [
187
+ {
188
+ "name": "video_idea",
189
+ "type": "string",
190
+ "is_array": false,
191
+ "description": null,
192
+ "title": "Video Idea"
193
+ }
194
+ ]
195
+ },
196
+ {
197
+ "name": "Expanded Factsheet",
198
+ "title": "Expanded Factsheet",
199
+ "order": 5,
200
+ "description": null,
201
+ "prompt": "I need you to expand the basic factsheet you created for idea: [idea]\r\nI need the expanded factsheet to include information \r\nrequired for this type of video [video_idea]\r\n\r\nHere is the basic factsheet\r\n[basic_factsheet]",
202
+ "input_attributes": [
203
+ {
204
+ "name": "idea",
205
+ "type": "string",
206
+ "is_array": false,
207
+ "description": null,
208
+ "title": "Idea"
209
+ },
210
+ {
211
+ "name": "basic_factsheet",
212
+ "type": "string",
213
+ "is_array": false,
214
+ "description": null,
215
+ "title": "Basic Factsheet"
216
+ },
217
+ {
218
+ "name": "video_idea",
219
+ "type": "string",
220
+ "is_array": false,
221
+ "description": null,
222
+ "title": "Video Idea"
223
+ }
224
+ ],
225
+ "output_attributes": [
226
+ {
227
+ "name": "expanded_factsheet",
228
+ "type": "string",
229
+ "is_array": false,
230
+ "description": null,
231
+ "title": "Expanded Factsheet"
232
+ }
233
+ ]
234
+ },
235
+ {
236
+ "name": "Video Meta Data",
237
+ "title": "Video Meta Data",
238
+ "order": 6,
239
+ "description": null,
240
+ "prompt": "I will give you a detailed factsheet about idea: [idea]\r\nFor a video idea of: [video_idea]\r\n\r\nI need you to create the following meta data:\r\n\r\n5 engaging titles\r\n10 keywords\r\n5 topics\r\n\r\nHere's the fact sheet: \r\n[expanded_factsheet]",
241
+ "input_attributes": [
242
+ {
243
+ "name": "idea",
244
+ "type": "string",
245
+ "is_array": false,
246
+ "description": null,
247
+ "title": "Idea"
248
+ },
249
+ {
250
+ "name": "video_idea",
251
+ "type": "string",
252
+ "is_array": false,
253
+ "description": null,
254
+ "title": "Video Idea"
255
+ },
256
+ {
257
+ "name": "expanded_factsheet",
258
+ "type": "string",
259
+ "is_array": false,
260
+ "description": null,
261
+ "title": "Expanded Factsheet"
262
+ }
263
+ ],
264
+ "output_attributes": [
265
+ {
266
+ "name": "meta_engaging_titles",
267
+ "type": "array",
268
+ "is_array": false,
269
+ "description": null,
270
+ "title": "Meta Engaging Titles"
271
+ },
272
+ {
273
+ "name": "meta_keywords",
274
+ "type": "array",
275
+ "is_array": false,
276
+ "description": null,
277
+ "title": "Meta Keywords"
278
+ },
279
+ {
280
+ "name": "meta_topics",
281
+ "type": "array",
282
+ "is_array": false,
283
+ "description": null,
284
+ "title": "Meta Topics"
285
+ }
286
+ ]
287
+ }
288
+ ]
289
+ },
290
+ {
291
+ "name": "Develop Script",
292
+ "title": "Develop Script",
293
+ "order": 3,
294
+ "description": null,
295
+ "steps": [
296
+ {
297
+ "name": "Write Script",
298
+ "title": "Write Script",
299
+ "order": 1,
300
+ "description": null,
301
+ "prompt": "",
302
+ "input_attributes": [
303
+ {
304
+ "name": "video_idea",
305
+ "type": "string",
306
+ "is_array": false,
307
+ "description": null,
308
+ "title": "Video Idea"
309
+ },
310
+ {
311
+ "name": "expanded_factsheet",
312
+ "type": "string",
313
+ "is_array": false,
314
+ "description": null,
315
+ "title": "Expanded Factsheet"
316
+ }
317
+ ],
318
+ "output_attributes": [
319
+ {
320
+ "name": "script",
321
+ "type": "string",
322
+ "is_array": false,
323
+ "description": null,
324
+ "title": "Script"
325
+ }
326
+ ]
327
+ }
328
+ ]
329
+ }
330
+ ],
331
+ "attributes": {
332
+ "idea": {
333
+ "name": "idea",
334
+ "type": "string",
335
+ "is_array": false,
336
+ "description": null,
337
+ "title": "Idea"
338
+ },
339
+ "ideas": {
340
+ "name": "ideas",
341
+ "type": "array",
342
+ "is_array": false,
343
+ "description": null,
344
+ "title": "Ideas"
345
+ },
346
+ "basic_factsheet": {
347
+ "name": "basic_factsheet",
348
+ "type": "string",
349
+ "is_array": false,
350
+ "description": null,
351
+ "title": "Basic Factsheet"
352
+ },
353
+ "video_ideas": {
354
+ "name": "video_ideas",
355
+ "type": "array",
356
+ "is_array": false,
357
+ "description": null,
358
+ "title": "Video Ideas"
359
+ },
360
+ "video_idea": {
361
+ "name": "video_idea",
362
+ "type": "string",
363
+ "is_array": false,
364
+ "description": null,
365
+ "title": "Video Idea"
366
+ },
367
+ "expanded_factsheet": {
368
+ "name": "expanded_factsheet",
369
+ "type": "string",
370
+ "is_array": false,
371
+ "description": null,
372
+ "title": "Expanded Factsheet"
373
+ },
374
+ "meta_engaging_titles": {
375
+ "name": "meta_engaging_titles",
376
+ "type": "array",
377
+ "is_array": false,
378
+ "description": null,
379
+ "title": "Meta Engaging Titles"
380
+ },
381
+ "meta_keywords": {
382
+ "name": "meta_keywords",
383
+ "type": "array",
384
+ "is_array": false,
385
+ "description": null,
386
+ "title": "Meta Keywords"
387
+ },
388
+ "meta_topics": {
389
+ "name": "meta_topics",
390
+ "type": "array",
391
+ "is_array": false,
392
+ "description": null,
393
+ "title": "Meta Topics"
394
+ },
395
+ "script": {
396
+ "name": "script",
397
+ "type": "string",
398
+ "is_array": false,
399
+ "description": null,
400
+ "title": "Script"
401
+ },
402
+ "working_idea": {
403
+ "name": "working_idea",
404
+ "type": "string",
405
+ "is_array": false,
406
+ "description": null,
407
+ "title": "Working Idea"
408
+ },
409
+ "keep_for_futre": {
410
+ "name": "keep_for_futre",
411
+ "type": "string",
412
+ "is_array": false,
413
+ "description": null,
414
+ "title": "Keep For Futre"
415
+ },
416
+ "validated": {
417
+ "name": "validated",
418
+ "type": "string",
419
+ "is_array": false,
420
+ "description": null,
421
+ "title": "Validated"
422
+ },
423
+ "best_idea": {
424
+ "name": "best_idea",
425
+ "type": "string",
426
+ "is_array": false,
427
+ "description": null,
428
+ "title": "Best Idea"
429
+ }
430
+ },
431
+ "prompts": {
432
+ "working_idea": {
433
+ "name": "working_idea",
434
+ "content": "Create 5 simple project ideas on: [idea]\n\nIdea or title should be three to seven words long\n\n",
435
+ "description": null,
436
+ "title": "Working Idea"
437
+ },
438
+ "basic_factsheet": {
439
+ "name": "basic_factsheet",
440
+ "content": "I need you to gather detailed and reliable information about the \n\"[idea]\".\n\nThe information should be based on recent discussions, reviews, and credible sources available on the internet. Please ensure that the data is comprehensive and unbiased, providing enough detail to generate well-informed articles.\n\nThe information should include the following:\nOverview: A brief description of the product, including its purpose and main features.\nCompany Background: Information about the company that developed the product, including its history and reputation.\nUser Reviews: Summarized insights from user reviews and testimonials, highlighting common praises and complaints.\nPricing: Details about the pricing plans and any available free trials or discounts.\nComparison: A comparison with similar products in the market, noting any unique selling points or disadvantages.\nUse Cases: Examples of how different types of users or businesses are utilizing the product.\nUpdates and Roadmap: Information about recent updates and future plans for the product.\nExpert Opinions: Insights from industry experts or notable publications.\nCommunity and Support: Details about the community support, forums, and customer service quality.\nPlease ensure that all information is up-to-date and from credible sources, avoiding any hallucinations or unverified data. The tone of the information must be witty and informative\n",
441
+ "description": null,
442
+ "title": "Basic Factsheet"
443
+ },
444
+ "video_ideas": {
445
+ "name": "video_ideas",
446
+ "content": "I want to do a YouTube video on the following idea:\r\n[idea]\r\n\r\nThe video should only be about three minutes long\r\nThe video is an ATLDR type of video\r\nWhat are five types of videos that I could do?\r\n\r\nHere is the factsheet:\r\n[basic_factsheet]\r\n",
447
+ "description": null,
448
+ "title": "Video Ideas"
449
+ },
450
+ "expanded_factsheet": {
451
+ "name": "expanded_factsheet",
452
+ "content": "I need you to expand the basic factsheet you created for idea: [idea]\r\nI need the expanded factsheet to include information \r\nrequired for this type of video [video_idea]\r\n\r\nHere is the basic factsheet\r\n[basic_factsheet]",
453
+ "description": null,
454
+ "title": "Expanded Factsheet"
455
+ },
456
+ "meta_data": {
457
+ "name": "meta_data",
458
+ "content": "I will give you a detailed factsheet about idea: [idea]\r\nFor a video idea of: [video_idea]\r\n\r\nI need you to create the following meta data:\r\n\r\n5 engaging titles\r\n10 keywords\r\n5 topics\r\n\r\nHere's the fact sheet: \r\n[expanded_factsheet]",
459
+ "description": null,
460
+ "title": "Meta Data"
461
+ }
462
+ }
463
+ }
@@ -1,62 +1,77 @@
1
- <mxfile host="8nL">
2
- <diagram id="b04" name="In progress">
1
+ <mxfile host="Q0X">
2
+ <diagram id="yIc" name="In progress">
3
3
  <mxGraphModel dx="0" dy="0" background="#FFFAFA" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
4
4
  <root>
5
- <mxCell id="page_root_b04" parent="b04"/>
6
- <mxCell id="node_root_b04" parent="page_root_b04"/>
7
- <mxCell id="b04-2" value="Prompt setter in step DSL will now lookup common prompts" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_b04">
5
+ <mxCell id="page_root_yIc" parent="yIc"/>
6
+ <mxCell id="node_root_yIc" parent="page_root_yIc"/>
7
+ <mxCell id="yIc-2" value="Add saved workflow ID and save? to the DSL" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_yIc">
8
8
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
9
9
  </mxCell>
10
+ <mxCell id="yIc-3" value="Prompt set in step DSL will now lookup common prompts" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_yIc">
11
+ <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
12
+ </mxCell>
13
+ <mxCell id="yIc-4" value="Create tests for Agent Data Builder and hook up to save YAML/JSON" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_yIc">
14
+ <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
15
+ </mxCell>
16
+ <mxCell id="yIc-5" value="Settings need to persist in the settings or workflow table" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_yIc">
17
+ <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
18
+ </mxCell>
19
+ <mxCell id="yIc-6" value="Add add title name &amp; description support to Agent Data Builder" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_yIc">
20
+ <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
21
+ </mxCell>
22
+ <mxCell id="yIc-7" value="Add fluent method access to all DSLs" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#d5e8d4;strokeColor=#82b366;fontColor=#333333" vertex="1" parent="node_root_yIc">
23
+ <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
24
+ </mxCell>
10
25
  </root>
11
26
  </mxGraphModel>
12
27
  </diagram>
13
- <diagram id="pnQ" name="To Do">
28
+ <diagram id="QAD" name="To Do">
14
29
  <mxGraphModel dx="0" dy="0" background="#FFFAFA" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
15
30
  <root>
16
- <mxCell id="page_root_pnQ" parent="pnQ"/>
17
- <mxCell id="node_root_pnQ" parent="page_root_pnQ"/>
18
- <mxCell id="pnQ-2" value="Visual graph of the workflow" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_pnQ">
31
+ <mxCell id="page_root_QAD" parent="QAD"/>
32
+ <mxCell id="node_root_QAD" parent="page_root_QAD"/>
33
+ <mxCell id="QAD-2" value="Visual graph of the workflow" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_QAD">
19
34
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
20
35
  </mxCell>
21
- <mxCell id="pnQ-3" value="Horizontal" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_pnQ">
36
+ <mxCell id="QAD-3" value="Horizontal" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_QAD">
22
37
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
23
38
  </mxCell>
24
- <mxCell id="pnQ-4" value="Clicking on sections will show the steps in that section" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_pnQ">
39
+ <mxCell id="QAD-4" value="Clicking on sections will show the steps in that section" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_QAD">
25
40
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
26
41
  </mxCell>
27
- <mxCell id="pnQ-5" value="Clicking on attributes will show all attributes in the workflow" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_pnQ">
42
+ <mxCell id="QAD-5" value="Clicking on attributes will show all attributes in the workflow" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_QAD">
28
43
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
29
44
  </mxCell>
30
- <mxCell id="pnQ-6" value="Clicking on prompts will show all prompts in the workflow" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_pnQ">
45
+ <mxCell id="QAD-6" value="Clicking on prompts will show all prompts in the workflow" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_QAD">
31
46
  <mxGeometry x="330" y="90" width="300" height="60" as="geometry"/>
32
47
  </mxCell>
33
- <mxCell id="pnQ-7" value="Clicking on dashboard will show visual hierarchy of the workflow" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_pnQ">
48
+ <mxCell id="QAD-7" value="Clicking on dashboard will show visual hierarchy of the workflow" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_QAD">
34
49
  <mxGeometry x="650" y="90" width="300" height="60" as="geometry"/>
35
50
  </mxCell>
36
- <mxCell id="pnQ-8" value="Need a runs button" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_pnQ">
51
+ <mxCell id="QAD-8" value="Need a runs button" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_QAD">
37
52
  <mxGeometry x="10" y="170" width="300" height="60" as="geometry"/>
38
53
  </mxCell>
39
- <mxCell id="pnQ-9" value="VCode Editor: https://chatgpt.com/c/e09e1367-db5e-4786-b362-db35805b1e20" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_pnQ">
54
+ <mxCell id="QAD-9" value="VCode Editor: https://chatgpt.com/c/e09e1367-db5e-4786-b362-db35805b1e20" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#dae8fc;strokeColor=#6c8ebf;fontColor=#333333" vertex="1" parent="node_root_QAD">
40
55
  <mxGeometry x="330" y="170" width="300" height="60" as="geometry"/>
41
56
  </mxCell>
42
57
  </root>
43
58
  </mxGraphModel>
44
59
  </diagram>
45
- <diagram id="trc" name="Done">
60
+ <diagram id="G2r" name="Done">
46
61
  <mxGraphModel dx="0" dy="0" background="#FFFAFA" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="1169" pageHeight="827" math="0" shadow="0">
47
62
  <root>
48
- <mxCell id="page_root_trc" parent="trc"/>
49
- <mxCell id="node_root_trc" parent="page_root_trc"/>
50
- <mxCell id="trc-2" value="Generate DSL for an Agent Architecture workflow" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_trc">
63
+ <mxCell id="page_root_G2r" parent="G2r"/>
64
+ <mxCell id="node_root_G2r" parent="page_root_G2r"/>
65
+ <mxCell id="G2r-2" value="Generate DSL for an Agent Architecture workflow" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_G2r">
51
66
  <mxGeometry x="10" y="10" width="300" height="60" as="geometry"/>
52
67
  </mxCell>
53
- <mxCell id="trc-3" value="Attributes are auto created when used in a step, but not preconfigured" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_trc">
68
+ <mxCell id="G2r-3" value="Attributes are auto created when used in a step, but not preconfigured" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_G2r">
54
69
  <mxGeometry x="330" y="10" width="300" height="60" as="geometry"/>
55
70
  </mxCell>
56
- <mxCell id="trc-4" value="Add support for project plan" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_trc">
71
+ <mxCell id="G2r-4" value="Add support for project plan" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_G2r">
57
72
  <mxGeometry x="650" y="10" width="300" height="60" as="geometry"/>
58
73
  </mxCell>
59
- <mxCell id="trc-5" value="Fix the DB issue introduced via DSL refactor" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_trc">
74
+ <mxCell id="G2r-5" value="Fix the DB issue introduced via DSL refactor" style="whiteSpace=wrap;html=1;rounded=1;glass=1;fillColor=#f8cecc;strokeColor=#b85450;fontColor=#333333" vertex="1" parent="node_root_G2r">
60
75
  <mxGeometry x="10" y="90" width="300" height="60" as="geometry"/>
61
76
  </mxCell>
62
77
  </root>