@almadar/std 3.14.0 → 3.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/behaviors/exports/atoms/std-agent-activity-log.orb +11 -3
  2. package/behaviors/exports/atoms/std-agent-step-progress.orb +162 -23
  3. package/behaviors/exports/atoms/std-agent-tool-call.orb +0 -499
  4. package/behaviors/exports/molecules/std-agent-fix-loop.orb +166 -22
  5. package/behaviors/exports/molecules/std-agent-learner.orb +10 -549
  6. package/behaviors/exports/molecules/std-agent-planner.orb +5 -529
  7. package/behaviors/exports/molecules/std-agent-tool-loop.orb +162 -571
  8. package/behaviors/exports/organisms/std-agent-builder.orb +892 -1453
  9. package/behaviors/exports/organisms/std-agent-pipeline.orb +798 -1503
  10. package/behaviors/exports/validation-report.json +0 -1304
  11. package/dist/behaviors/behaviors-registry.json +26 -1
  12. package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +11 -3
  13. package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +162 -23
  14. package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +0 -499
  15. package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +166 -22
  16. package/dist/behaviors/exports/molecules/std-agent-learner.orb +10 -549
  17. package/dist/behaviors/exports/molecules/std-agent-planner.orb +5 -529
  18. package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +162 -571
  19. package/dist/behaviors/exports/organisms/std-agent-builder.orb +892 -1453
  20. package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +798 -1503
  21. package/dist/behaviors/exports/validation-report.json +0 -1304
  22. package/dist/behaviors/exports-reader.js +257 -302
  23. package/dist/behaviors/exports-reader.js.map +1 -1
  24. package/dist/behaviors/functions/index.js +257 -302
  25. package/dist/behaviors/functions/index.js.map +1 -1
  26. package/dist/behaviors/index.js +257 -302
  27. package/dist/behaviors/index.js.map +1 -1
  28. package/dist/behaviors/query.js +257 -302
  29. package/dist/behaviors/query.js.map +1 -1
  30. package/dist/behaviors-registry.json +26 -1
  31. package/dist/exports/atoms/std-agent-activity-log.orb +11 -3
  32. package/dist/exports/atoms/std-agent-step-progress.orb +162 -23
  33. package/dist/exports/atoms/std-agent-tool-call.orb +0 -499
  34. package/dist/exports/molecules/std-agent-fix-loop.orb +166 -22
  35. package/dist/exports/molecules/std-agent-learner.orb +10 -549
  36. package/dist/exports/molecules/std-agent-planner.orb +5 -529
  37. package/dist/exports/molecules/std-agent-tool-loop.orb +162 -571
  38. package/dist/exports/organisms/std-agent-builder.orb +892 -1453
  39. package/dist/exports/organisms/std-agent-pipeline.orb +798 -1503
  40. package/dist/exports/validation-report.json +0 -1304
  41. package/dist/index.js +257 -302
  42. package/dist/index.js.map +1 -1
  43. package/package.json +1 -1
@@ -688,7 +688,7 @@
688
688
  },
689
689
  {
690
690
  "type": "simple-grid",
691
- "columns": 2,
691
+ "cols": 2,
692
692
  "children": [
693
693
  {
694
694
  "type": "stat-display",
@@ -944,7 +944,7 @@
944
944
  },
945
945
  {
946
946
  "type": "simple-grid",
947
- "columns": 2,
947
+ "cols": 2,
948
948
  "children": [
949
949
  {
950
950
  "type": "stat-display",
@@ -1013,7 +1013,7 @@
1013
1013
  },
1014
1014
  {
1015
1015
  "type": "simple-grid",
1016
- "columns": 2,
1016
+ "cols": 2,
1017
1017
  "children": [
1018
1018
  {
1019
1019
  "type": "stat-display",
@@ -1082,7 +1082,7 @@
1082
1082
  },
1083
1083
  {
1084
1084
  "type": "simple-grid",
1085
- "columns": 2,
1085
+ "cols": 2,
1086
1086
  "children": [
1087
1087
  {
1088
1088
  "type": "stat-display",
@@ -1449,8 +1449,24 @@
1449
1449
  {
1450
1450
  "type": "wizard-progress",
1451
1451
  "currentStep": "@entity.currentStep",
1452
- "totalSteps": "@entity.totalSteps",
1453
- "steps": "@entity.steps"
1452
+ "steps": [
1453
+ {
1454
+ "id": "0",
1455
+ "title": "Plan"
1456
+ },
1457
+ {
1458
+ "id": "1",
1459
+ "title": "Execute"
1460
+ },
1461
+ {
1462
+ "id": "2",
1463
+ "title": "Check"
1464
+ },
1465
+ {
1466
+ "id": "3",
1467
+ "title": "Complete"
1468
+ }
1469
+ ]
1454
1470
  },
1455
1471
  {
1456
1472
  "type": "button",
@@ -1516,8 +1532,24 @@
1516
1532
  {
1517
1533
  "type": "wizard-progress",
1518
1534
  "currentStep": "@entity.currentStep",
1519
- "totalSteps": "@entity.totalSteps",
1520
- "steps": "@entity.steps"
1535
+ "steps": [
1536
+ {
1537
+ "id": "0",
1538
+ "title": "Plan"
1539
+ },
1540
+ {
1541
+ "id": "1",
1542
+ "title": "Execute"
1543
+ },
1544
+ {
1545
+ "id": "2",
1546
+ "title": "Check"
1547
+ },
1548
+ {
1549
+ "id": "3",
1550
+ "title": "Complete"
1551
+ }
1552
+ ]
1521
1553
  },
1522
1554
  {
1523
1555
  "type": "stack",
@@ -1619,8 +1651,24 @@
1619
1651
  {
1620
1652
  "type": "wizard-progress",
1621
1653
  "currentStep": "@entity.currentStep",
1622
- "totalSteps": "@entity.totalSteps",
1623
- "steps": "@entity.steps"
1654
+ "steps": [
1655
+ {
1656
+ "id": "0",
1657
+ "title": "Plan"
1658
+ },
1659
+ {
1660
+ "id": "1",
1661
+ "title": "Execute"
1662
+ },
1663
+ {
1664
+ "id": "2",
1665
+ "title": "Check"
1666
+ },
1667
+ {
1668
+ "id": "3",
1669
+ "title": "Complete"
1670
+ }
1671
+ ]
1624
1672
  },
1625
1673
  {
1626
1674
  "type": "stack",
@@ -1718,8 +1766,24 @@
1718
1766
  {
1719
1767
  "type": "wizard-progress",
1720
1768
  "currentStep": "@entity.totalSteps",
1721
- "totalSteps": "@entity.totalSteps",
1722
- "steps": "@entity.steps"
1769
+ "steps": [
1770
+ {
1771
+ "id": "0",
1772
+ "title": "Plan"
1773
+ },
1774
+ {
1775
+ "id": "1",
1776
+ "title": "Execute"
1777
+ },
1778
+ {
1779
+ "id": "2",
1780
+ "title": "Check"
1781
+ },
1782
+ {
1783
+ "id": "3",
1784
+ "title": "Complete"
1785
+ }
1786
+ ]
1723
1787
  },
1724
1788
  {
1725
1789
  "type": "alert",
@@ -1785,8 +1849,24 @@
1785
1849
  {
1786
1850
  "type": "wizard-progress",
1787
1851
  "currentStep": "@entity.currentStep",
1788
- "totalSteps": "@entity.totalSteps",
1789
- "steps": "@entity.steps"
1852
+ "steps": [
1853
+ {
1854
+ "id": "0",
1855
+ "title": "Plan"
1856
+ },
1857
+ {
1858
+ "id": "1",
1859
+ "title": "Execute"
1860
+ },
1861
+ {
1862
+ "id": "2",
1863
+ "title": "Check"
1864
+ },
1865
+ {
1866
+ "id": "3",
1867
+ "title": "Complete"
1868
+ }
1869
+ ]
1790
1870
  },
1791
1871
  {
1792
1872
  "type": "alert",
@@ -1869,8 +1949,24 @@
1869
1949
  {
1870
1950
  "type": "wizard-progress",
1871
1951
  "currentStep": "@entity.currentStep",
1872
- "totalSteps": "@entity.totalSteps",
1873
- "steps": "@entity.steps"
1952
+ "steps": [
1953
+ {
1954
+ "id": "0",
1955
+ "title": "Plan"
1956
+ },
1957
+ {
1958
+ "id": "1",
1959
+ "title": "Execute"
1960
+ },
1961
+ {
1962
+ "id": "2",
1963
+ "title": "Check"
1964
+ },
1965
+ {
1966
+ "id": "3",
1967
+ "title": "Complete"
1968
+ }
1969
+ ]
1874
1970
  },
1875
1971
  {
1876
1972
  "type": "button",
@@ -1936,8 +2032,24 @@
1936
2032
  {
1937
2033
  "type": "wizard-progress",
1938
2034
  "currentStep": "@entity.currentStep",
1939
- "totalSteps": "@entity.totalSteps",
1940
- "steps": "@entity.steps"
2035
+ "steps": [
2036
+ {
2037
+ "id": "0",
2038
+ "title": "Plan"
2039
+ },
2040
+ {
2041
+ "id": "1",
2042
+ "title": "Execute"
2043
+ },
2044
+ {
2045
+ "id": "2",
2046
+ "title": "Check"
2047
+ },
2048
+ {
2049
+ "id": "3",
2050
+ "title": "Complete"
2051
+ }
2052
+ ]
1941
2053
  },
1942
2054
  {
1943
2055
  "type": "button",
@@ -2003,8 +2115,24 @@
2003
2115
  {
2004
2116
  "type": "wizard-progress",
2005
2117
  "currentStep": "@entity.currentStep",
2006
- "totalSteps": "@entity.totalSteps",
2007
- "steps": "@entity.steps"
2118
+ "steps": [
2119
+ {
2120
+ "id": "0",
2121
+ "title": "Plan"
2122
+ },
2123
+ {
2124
+ "id": "1",
2125
+ "title": "Execute"
2126
+ },
2127
+ {
2128
+ "id": "2",
2129
+ "title": "Check"
2130
+ },
2131
+ {
2132
+ "id": "3",
2133
+ "title": "Complete"
2134
+ }
2135
+ ]
2008
2136
  },
2009
2137
  {
2010
2138
  "type": "button",
@@ -2070,568 +2198,34 @@
2070
2198
  {
2071
2199
  "type": "wizard-progress",
2072
2200
  "currentStep": "@entity.currentStep",
2073
- "totalSteps": "@entity.totalSteps",
2074
- "steps": "@entity.steps"
2075
- },
2076
- {
2077
- "type": "button",
2078
- "label": "Start",
2079
- "event": "START",
2080
- "variant": "primary",
2081
- "icon": "play"
2082
- }
2083
- ]
2084
- }
2085
- ]
2086
- ]
2087
- }
2088
- ]
2089
- }
2090
- },
2091
- {
2092
- "name": "ToolLoopActivityLog",
2093
- "linkedEntity": "AgentToolLoop",
2094
- "category": "interaction",
2095
- "emits": [
2096
- {
2097
- "event": "LOG_ENTRY",
2098
- "scope": "internal",
2099
- "payload": [
2100
- {
2101
- "name": "action",
2102
- "type": "string"
2103
- },
2104
- {
2105
- "name": "detail",
2106
- "type": "string"
2107
- },
2108
- {
2109
- "name": "status",
2110
- "type": "string"
2111
- }
2112
- ]
2113
- }
2114
- ],
2115
- "listens": [],
2116
- "stateMachine": {
2117
- "states": [
2118
- {
2119
- "name": "logging",
2120
- "isInitial": true
2121
- }
2122
- ],
2123
- "events": [
2124
- {
2125
- "key": "INIT",
2126
- "name": "Initialize"
2127
- },
2128
- {
2129
- "key": "LOG_ENTRY",
2130
- "name": "Log Entry",
2131
- "payload": [
2132
- {
2133
- "name": "action",
2134
- "type": "string",
2135
- "required": true
2136
- },
2137
- {
2138
- "name": "detail",
2139
- "type": "string",
2140
- "required": true
2141
- },
2142
- {
2143
- "name": "status",
2144
- "type": "string",
2145
- "required": true
2146
- }
2147
- ]
2148
- },
2149
- {
2150
- "key": "CLEAR",
2151
- "name": "Clear Log"
2152
- }
2153
- ],
2154
- "transitions": [
2155
- {
2156
- "from": "logging",
2157
- "to": "logging",
2158
- "event": "INIT",
2159
- "effects": [
2160
- [
2161
- "fetch",
2162
- "AgentToolLoop"
2163
- ],
2164
- [
2165
- "render-ui",
2166
- "main",
2167
- {
2168
- "type": "stack",
2169
- "direction": "vertical",
2170
- "gap": "lg",
2171
- "children": [
2172
- {
2173
- "type": "stack",
2174
- "direction": "horizontal",
2175
- "gap": "sm",
2176
- "justify": "space-between",
2177
- "align": "center",
2178
- "children": [
2201
+ "steps": [
2179
2202
  {
2180
- "type": "stack",
2181
- "direction": "horizontal",
2182
- "gap": "sm",
2183
- "align": "center",
2184
- "children": [
2185
- {
2186
- "type": "icon",
2187
- "name": "activity",
2188
- "size": "lg"
2189
- },
2190
- {
2191
- "type": "typography",
2192
- "content": "Activity Log",
2193
- "variant": "h2"
2194
- }
2195
- ]
2203
+ "id": "0",
2204
+ "title": "Plan"
2196
2205
  },
2197
2206
  {
2198
- "type": "button",
2199
- "label": "Clear",
2200
- "event": "CLEAR",
2201
- "variant": "ghost",
2202
- "icon": "trash"
2203
- }
2204
- ]
2205
- },
2206
- {
2207
- "type": "divider"
2208
- },
2209
- {
2210
- "type": "timeline",
2211
- "entity": "AgentToolLoop",
2212
- "emptyIcon": "activity",
2213
- "emptyTitle": "No activity yet",
2214
- "emptyDescription": "Agent actions will appear here as they occur.",
2215
- "renderItem": [
2216
- "fn",
2217
- "item",
2218
- {
2219
- "type": "stack",
2220
- "direction": "vertical",
2221
- "gap": "xs",
2222
- "children": [
2223
- {
2224
- "type": "stack",
2225
- "direction": "horizontal",
2226
- "gap": "sm",
2227
- "align": "center",
2228
- "children": [
2229
- {
2230
- "type": "badge",
2231
- "label": "@item.status"
2232
- },
2233
- {
2234
- "type": "typography",
2235
- "variant": "h4",
2236
- "content": "@item.action"
2237
- }
2238
- ]
2239
- },
2240
- {
2241
- "type": "typography",
2242
- "variant": "body",
2243
- "color": "muted",
2244
- "content": "@item.detail"
2245
- },
2246
- {
2247
- "type": "stack",
2248
- "direction": "horizontal",
2249
- "gap": "sm",
2250
- "align": "center",
2251
- "children": [
2252
- {
2253
- "type": "typography",
2254
- "variant": "caption",
2255
- "color": "muted",
2256
- "content": "@item.timestamp"
2257
- },
2258
- {
2259
- "type": "badge",
2260
- "label": "@item.duration",
2261
- "variant": "outline"
2262
- }
2263
- ]
2264
- }
2265
- ]
2266
- }
2267
- ],
2268
- "fields": [
2269
- "name",
2270
- "description",
2271
- "status",
2272
- "createdAt",
2273
- "task",
2274
- "plan",
2275
- "iterations",
2276
- "maxIterations",
2277
- "result",
2278
- "currentTool",
2279
- "lastToolResult",
2280
- "error",
2281
- "currentStep",
2282
- "totalSteps",
2283
- "steps",
2284
- "toolName",
2285
- "args",
2286
- "prompt",
2287
- "response",
2288
- "provider",
2289
- "model",
2290
- "tokenCount",
2291
- "maxTokens",
2292
- "usage",
2293
- "current",
2294
- "max",
2295
- "threshold",
2296
- "lastCompactedAt",
2297
- "action",
2298
- "detail",
2299
- "timestamp",
2300
- "duration"
2301
- ]
2302
- }
2303
- ]
2304
- }
2305
- ]
2306
- ]
2307
- },
2308
- {
2309
- "from": "logging",
2310
- "to": "logging",
2311
- "event": "LOG_ENTRY",
2312
- "effects": [
2313
- [
2314
- "persist",
2315
- "create",
2316
- "AgentToolLoop",
2317
- {
2318
- "action": "@payload.action",
2319
- "detail": "@payload.detail",
2320
- "status": "@payload.status",
2321
- "timestamp": "@now"
2322
- }
2323
- ],
2324
- [
2325
- "fetch",
2326
- "AgentToolLoop"
2327
- ],
2328
- [
2329
- "render-ui",
2330
- "main",
2331
- {
2332
- "type": "stack",
2333
- "direction": "vertical",
2334
- "gap": "lg",
2335
- "children": [
2336
- {
2337
- "type": "stack",
2338
- "direction": "horizontal",
2339
- "gap": "sm",
2340
- "justify": "space-between",
2341
- "align": "center",
2342
- "children": [
2343
- {
2344
- "type": "stack",
2345
- "direction": "horizontal",
2346
- "gap": "sm",
2347
- "align": "center",
2348
- "children": [
2349
- {
2350
- "type": "icon",
2351
- "name": "activity",
2352
- "size": "lg"
2353
- },
2354
- {
2355
- "type": "typography",
2356
- "content": "Activity Log",
2357
- "variant": "h2"
2358
- }
2359
- ]
2207
+ "id": "1",
2208
+ "title": "Execute"
2360
2209
  },
2361
2210
  {
2362
- "type": "button",
2363
- "label": "Clear",
2364
- "event": "CLEAR",
2365
- "variant": "ghost",
2366
- "icon": "trash"
2367
- }
2368
- ]
2369
- },
2370
- {
2371
- "type": "divider"
2372
- },
2373
- {
2374
- "type": "timeline",
2375
- "entity": "AgentToolLoop",
2376
- "emptyIcon": "activity",
2377
- "emptyTitle": "No activity yet",
2378
- "emptyDescription": "Agent actions will appear here as they occur.",
2379
- "renderItem": [
2380
- "fn",
2381
- "item",
2382
- {
2383
- "type": "stack",
2384
- "direction": "vertical",
2385
- "gap": "xs",
2386
- "children": [
2387
- {
2388
- "type": "stack",
2389
- "direction": "horizontal",
2390
- "gap": "sm",
2391
- "align": "center",
2392
- "children": [
2393
- {
2394
- "type": "badge",
2395
- "label": "@item.status"
2396
- },
2397
- {
2398
- "type": "typography",
2399
- "variant": "h4",
2400
- "content": "@item.action"
2401
- }
2402
- ]
2403
- },
2404
- {
2405
- "type": "typography",
2406
- "variant": "body",
2407
- "color": "muted",
2408
- "content": "@item.detail"
2409
- },
2410
- {
2411
- "type": "stack",
2412
- "direction": "horizontal",
2413
- "gap": "sm",
2414
- "align": "center",
2415
- "children": [
2416
- {
2417
- "type": "typography",
2418
- "variant": "caption",
2419
- "color": "muted",
2420
- "content": "@item.timestamp"
2421
- },
2422
- {
2423
- "type": "badge",
2424
- "label": "@item.duration",
2425
- "variant": "outline"
2426
- }
2427
- ]
2428
- }
2429
- ]
2430
- }
2431
- ],
2432
- "fields": [
2433
- "name",
2434
- "description",
2435
- "status",
2436
- "createdAt",
2437
- "task",
2438
- "plan",
2439
- "iterations",
2440
- "maxIterations",
2441
- "result",
2442
- "currentTool",
2443
- "lastToolResult",
2444
- "error",
2445
- "currentStep",
2446
- "totalSteps",
2447
- "steps",
2448
- "toolName",
2449
- "args",
2450
- "prompt",
2451
- "response",
2452
- "provider",
2453
- "model",
2454
- "tokenCount",
2455
- "maxTokens",
2456
- "usage",
2457
- "current",
2458
- "max",
2459
- "threshold",
2460
- "lastCompactedAt",
2461
- "action",
2462
- "detail",
2463
- "timestamp",
2464
- "duration"
2465
- ]
2466
- }
2467
- ]
2468
- }
2469
- ],
2470
- [
2471
- "notify",
2472
- "AgentToolLoop created successfully"
2473
- ]
2474
- ]
2475
- },
2476
- {
2477
- "from": "logging",
2478
- "to": "logging",
2479
- "event": "CLEAR",
2480
- "effects": [
2481
- [
2482
- "persist",
2483
- "delete",
2484
- "AgentToolLoop"
2485
- ],
2486
- [
2487
- "fetch",
2488
- "AgentToolLoop"
2489
- ],
2490
- [
2491
- "render-ui",
2492
- "main",
2493
- {
2494
- "type": "stack",
2495
- "direction": "vertical",
2496
- "gap": "lg",
2497
- "children": [
2498
- {
2499
- "type": "stack",
2500
- "direction": "horizontal",
2501
- "gap": "sm",
2502
- "justify": "space-between",
2503
- "align": "center",
2504
- "children": [
2505
- {
2506
- "type": "stack",
2507
- "direction": "horizontal",
2508
- "gap": "sm",
2509
- "align": "center",
2510
- "children": [
2511
- {
2512
- "type": "icon",
2513
- "name": "activity",
2514
- "size": "lg"
2515
- },
2516
- {
2517
- "type": "typography",
2518
- "content": "Activity Log",
2519
- "variant": "h2"
2520
- }
2521
- ]
2211
+ "id": "2",
2212
+ "title": "Check"
2522
2213
  },
2523
2214
  {
2524
- "type": "button",
2525
- "label": "Clear",
2526
- "event": "CLEAR",
2527
- "variant": "ghost",
2528
- "icon": "trash"
2215
+ "id": "3",
2216
+ "title": "Complete"
2529
2217
  }
2530
2218
  ]
2531
2219
  },
2532
2220
  {
2533
- "type": "divider"
2534
- },
2535
- {
2536
- "type": "timeline",
2537
- "entity": "AgentToolLoop",
2538
- "emptyIcon": "activity",
2539
- "emptyTitle": "No activity yet",
2540
- "emptyDescription": "Agent actions will appear here as they occur.",
2541
- "renderItem": [
2542
- "fn",
2543
- "item",
2544
- {
2545
- "type": "stack",
2546
- "direction": "vertical",
2547
- "gap": "xs",
2548
- "children": [
2549
- {
2550
- "type": "stack",
2551
- "direction": "horizontal",
2552
- "gap": "sm",
2553
- "align": "center",
2554
- "children": [
2555
- {
2556
- "type": "badge",
2557
- "label": "@item.status"
2558
- },
2559
- {
2560
- "type": "typography",
2561
- "variant": "h4",
2562
- "content": "@item.action"
2563
- }
2564
- ]
2565
- },
2566
- {
2567
- "type": "typography",
2568
- "variant": "body",
2569
- "color": "muted",
2570
- "content": "@item.detail"
2571
- },
2572
- {
2573
- "type": "stack",
2574
- "direction": "horizontal",
2575
- "gap": "sm",
2576
- "align": "center",
2577
- "children": [
2578
- {
2579
- "type": "typography",
2580
- "variant": "caption",
2581
- "color": "muted",
2582
- "content": "@item.timestamp"
2583
- },
2584
- {
2585
- "type": "badge",
2586
- "label": "@item.duration",
2587
- "variant": "outline"
2588
- }
2589
- ]
2590
- }
2591
- ]
2592
- }
2593
- ],
2594
- "fields": [
2595
- "name",
2596
- "description",
2597
- "status",
2598
- "createdAt",
2599
- "task",
2600
- "plan",
2601
- "iterations",
2602
- "maxIterations",
2603
- "result",
2604
- "currentTool",
2605
- "lastToolResult",
2606
- "error",
2607
- "currentStep",
2608
- "totalSteps",
2609
- "steps",
2610
- "toolName",
2611
- "args",
2612
- "prompt",
2613
- "response",
2614
- "provider",
2615
- "model",
2616
- "tokenCount",
2617
- "maxTokens",
2618
- "usage",
2619
- "current",
2620
- "max",
2621
- "threshold",
2622
- "lastCompactedAt",
2623
- "action",
2624
- "detail",
2625
- "timestamp",
2626
- "duration"
2627
- ]
2221
+ "type": "button",
2222
+ "label": "Start",
2223
+ "event": "START",
2224
+ "variant": "primary",
2225
+ "icon": "play"
2628
2226
  }
2629
2227
  ]
2630
2228
  }
2631
- ],
2632
- [
2633
- "notify",
2634
- "AgentToolLoop deleted successfully"
2635
2229
  ]
2636
2230
  ]
2637
2231
  }
@@ -4841,9 +4435,6 @@
4841
4435
  {
4842
4436
  "ref": "ToolLoopStepProgress"
4843
4437
  },
4844
- {
4845
- "ref": "ToolLoopActivityLog"
4846
- },
4847
4438
  {
4848
4439
  "ref": "ToolLoopCompletionFlow"
4849
4440
  },