@actioneer/ads-mcp 0.3.1 → 0.4.0
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.
- package/manifest.json +50 -4
- package/package.json +1 -1
package/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actioneer/ads",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"importPath": "@actioneer/ads",
|
|
5
5
|
"styleImport": "@import \"@actioneer/ads/styles.css\";",
|
|
6
6
|
"families": [
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"Chat"
|
|
17
17
|
],
|
|
18
18
|
"counts": {
|
|
19
|
-
"total":
|
|
20
|
-
"component":
|
|
21
|
-
"type":
|
|
19
|
+
"total": 674,
|
|
20
|
+
"component": 323,
|
|
21
|
+
"type": 288,
|
|
22
22
|
"hook": 10,
|
|
23
23
|
"util": 53
|
|
24
24
|
},
|
|
@@ -4409,6 +4409,23 @@
|
|
|
4409
4409
|
"importPath": "@actioneer/ads",
|
|
4410
4410
|
"module": "selection-action-bar"
|
|
4411
4411
|
},
|
|
4412
|
+
{
|
|
4413
|
+
"name": "AgentTrace",
|
|
4414
|
+
"family": "AI Elements",
|
|
4415
|
+
"kind": "component",
|
|
4416
|
+
"importPath": "@actioneer/ads",
|
|
4417
|
+
"module": "agent-trace",
|
|
4418
|
+
"showcaseUrl": "https://ads.actioneer.dev/#/agent-trace",
|
|
4419
|
+
"props": [
|
|
4420
|
+
"steps",
|
|
4421
|
+
"mainAgent",
|
|
4422
|
+
"slowSeconds",
|
|
4423
|
+
"reviewedStepIds",
|
|
4424
|
+
"onSendForReview",
|
|
4425
|
+
"slowMessage",
|
|
4426
|
+
"renderCall"
|
|
4427
|
+
]
|
|
4428
|
+
},
|
|
4412
4429
|
{
|
|
4413
4430
|
"name": "AIChart",
|
|
4414
4431
|
"family": "AI Elements",
|
|
@@ -5363,6 +5380,7 @@
|
|
|
5363
5380
|
"volume",
|
|
5364
5381
|
"palette",
|
|
5365
5382
|
"seed",
|
|
5383
|
+
"fill",
|
|
5366
5384
|
"onReady"
|
|
5367
5385
|
]
|
|
5368
5386
|
},
|
|
@@ -5436,6 +5454,34 @@
|
|
|
5436
5454
|
"className"
|
|
5437
5455
|
]
|
|
5438
5456
|
},
|
|
5457
|
+
{
|
|
5458
|
+
"name": "AgentTraceCall",
|
|
5459
|
+
"family": "AI Elements",
|
|
5460
|
+
"kind": "type",
|
|
5461
|
+
"importPath": "@actioneer/ads",
|
|
5462
|
+
"module": "agent-trace"
|
|
5463
|
+
},
|
|
5464
|
+
{
|
|
5465
|
+
"name": "AgentTraceProps",
|
|
5466
|
+
"family": "AI Elements",
|
|
5467
|
+
"kind": "type",
|
|
5468
|
+
"importPath": "@actioneer/ads",
|
|
5469
|
+
"module": "agent-trace"
|
|
5470
|
+
},
|
|
5471
|
+
{
|
|
5472
|
+
"name": "AgentTraceStep",
|
|
5473
|
+
"family": "AI Elements",
|
|
5474
|
+
"kind": "type",
|
|
5475
|
+
"importPath": "@actioneer/ads",
|
|
5476
|
+
"module": "agent-trace"
|
|
5477
|
+
},
|
|
5478
|
+
{
|
|
5479
|
+
"name": "AgentTraceStepStatus",
|
|
5480
|
+
"family": "AI Elements",
|
|
5481
|
+
"kind": "type",
|
|
5482
|
+
"importPath": "@actioneer/ads",
|
|
5483
|
+
"module": "agent-trace"
|
|
5484
|
+
},
|
|
5439
5485
|
{
|
|
5440
5486
|
"name": "AIChartProgress",
|
|
5441
5487
|
"family": "AI Elements",
|