@estevia/evafusion-agent 1.9.3 → 1.9.5
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/dist/index.js +11 -11
- package/dist/index.mjs +90 -51
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1515,24 +1515,24 @@ const He = [
|
|
|
1515
1515
|
data: '[{"task":"CS Curriculum Design","owner":"Dr. Aris","points":13,"priority":"P0","sprint":1},{"task":"Neuro Lab Setup","owner":"Prof. Elena","points":21,"priority":"P0","sprint":1},{"task":"Accreditation Audit","owner":"Dr. Aris","points":8,"priority":"P1","sprint":2}]',
|
|
1516
1516
|
team: [
|
|
1517
1517
|
{
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
skills: [
|
|
1522
|
-
"Curriculum",
|
|
1523
|
-
"Agile"
|
|
1524
|
-
],
|
|
1525
|
-
availability: 100
|
|
1518
|
+
name: "Dr. Sarah Chen",
|
|
1519
|
+
role: "Program Director",
|
|
1520
|
+
skills: "Curriculum Design, Accreditation"
|
|
1526
1521
|
},
|
|
1527
1522
|
{
|
|
1528
|
-
|
|
1529
|
-
|
|
1523
|
+
name: "Prof. James Wilson",
|
|
1524
|
+
role: "CS Lead",
|
|
1525
|
+
skills: "Neural Networks, Lab Infrastructure"
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
name: "Dr. Elena Rossi",
|
|
1530
1529
|
role: "Neuroscience Lead",
|
|
1531
|
-
skills:
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1530
|
+
skills: "Cognitive Science, Research"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
name: "Mark Thompson",
|
|
1534
|
+
role: "IT Architect",
|
|
1535
|
+
skills: "Virtualization, GPU Labs"
|
|
1536
1536
|
}
|
|
1537
1537
|
]
|
|
1538
1538
|
},
|
|
@@ -1572,9 +1572,22 @@ const He = [
|
|
|
1572
1572
|
vertical: "MANUFACTURING",
|
|
1573
1573
|
variant: "MAESTRO",
|
|
1574
1574
|
icon: "Settings",
|
|
1575
|
-
focus: "
|
|
1575
|
+
focus: "ROADMAP",
|
|
1576
1576
|
prompt: "Simulate a phased startup of the main assembly line. Sequence the activation of robotic cells, conveyor synchronization, and quality gate initialization.",
|
|
1577
|
-
industryContext: "Factory floor simulation. Siemens PLC controller logic."
|
|
1577
|
+
industryContext: "Factory floor simulation. Siemens PLC controller logic.",
|
|
1578
|
+
data: '[{"task":"Robotic Cell Sync","owner":"Eng_1","points":13,"priority":"P0","sprint":1},{"task":"Conveyor Timing","owner":"Eng_2","points":8,"priority":"P0","sprint":1}]',
|
|
1579
|
+
team: [
|
|
1580
|
+
{
|
|
1581
|
+
name: "Eng_1",
|
|
1582
|
+
role: "Automation Lead",
|
|
1583
|
+
skills: "Robotics, PLC"
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
name: "Eng_2",
|
|
1587
|
+
role: "Mechatronics Eng",
|
|
1588
|
+
skills: "Conveyors, Sensors"
|
|
1589
|
+
}
|
|
1590
|
+
]
|
|
1578
1591
|
},
|
|
1579
1592
|
{
|
|
1580
1593
|
id: "fin-maestro",
|
|
@@ -1582,9 +1595,22 @@ const He = [
|
|
|
1582
1595
|
vertical: "FINANCE",
|
|
1583
1596
|
variant: "MAESTRO",
|
|
1584
1597
|
icon: "Activity",
|
|
1585
|
-
focus: "
|
|
1598
|
+
focus: "ROADMAP",
|
|
1586
1599
|
prompt: "Orchestrate the rollout of a new trade-execution engine. Coordinate the load-testing phase across 3 global regions and manage the phased cutover from the legacy system.",
|
|
1587
|
-
industryContext: "High-frequency trading environment. Risk-controlled deployment."
|
|
1600
|
+
industryContext: "High-frequency trading environment. Risk-controlled deployment.",
|
|
1601
|
+
data: '[{"task":"Region A Cutover","owner":"Dev_X","points":21,"priority":"P0","sprint":1},{"task":"Load Testing","owner":"Dev_Y","points":13,"priority":"P0","sprint":1}]',
|
|
1602
|
+
team: [
|
|
1603
|
+
{
|
|
1604
|
+
name: "Dev_X",
|
|
1605
|
+
role: "SRE Lead",
|
|
1606
|
+
skills: "Global Infra, Cutover"
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
name: "Dev_Y",
|
|
1610
|
+
role: "QA Eng",
|
|
1611
|
+
skills: "Load Balancing, Performance"
|
|
1612
|
+
}
|
|
1613
|
+
]
|
|
1588
1614
|
},
|
|
1589
1615
|
{
|
|
1590
1616
|
id: "re-maestro",
|
|
@@ -1633,47 +1659,43 @@ const He = [
|
|
|
1633
1659
|
vertical: "RETAIL",
|
|
1634
1660
|
variant: "MAESTRO",
|
|
1635
1661
|
icon: "Store",
|
|
1636
|
-
focus: "
|
|
1662
|
+
focus: "ROADMAP",
|
|
1637
1663
|
prompt: "Orchestrate the simultaneous launch of 5 flagship stores across Europe. Coordinate inventory logistics, staff training cycles, and localized marketing campaign activations.",
|
|
1638
|
-
industryContext: "Fashion Retail Group. High-visibility market entry."
|
|
1664
|
+
industryContext: "Fashion Retail Group. High-visibility market entry.",
|
|
1665
|
+
data: '[{"task":"Logistics Sync","owner":"Log_Lead","points":13,"priority":"P0","sprint":1},{"task":"Staff Training","owner":"HR_Lead","points":8,"priority":"P1","sprint":1}]',
|
|
1666
|
+
team: [
|
|
1667
|
+
{
|
|
1668
|
+
name: "Log_Lead",
|
|
1669
|
+
role: "Logistics Director",
|
|
1670
|
+
skills: "Supply Chain, EU Ops"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
name: "HR_Lead",
|
|
1674
|
+
role: "Training Manager",
|
|
1675
|
+
skills: "Retail Staffing"
|
|
1676
|
+
}
|
|
1677
|
+
]
|
|
1639
1678
|
},
|
|
1640
1679
|
{
|
|
1641
1680
|
id: "health-maestro",
|
|
1642
1681
|
name: "Clinical Trial Pilot",
|
|
1643
1682
|
vertical: "HEALTHCARE",
|
|
1644
1683
|
variant: "MAESTRO",
|
|
1645
|
-
icon: "
|
|
1684
|
+
icon: "FlaskConical",
|
|
1646
1685
|
focus: "ROADMAP",
|
|
1647
1686
|
prompt: "Orchestrate the Phase II rollout of a clinical trial. Coordinate the patient enrollment phase across 12 hospitals, manage the neural data ingestion cycle, and track regulatory reporting milestones.",
|
|
1648
1687
|
industryContext: "Global BioTech firm. Multi-center clinical trial.",
|
|
1649
|
-
data: '[{"task":"Patient Enrollment","owner":"Dr.
|
|
1688
|
+
data: '[{"task":"Patient Enrollment","owner":"Dr. Miller","points":34,"priority":"P0","sprint":1},{"task":"Data Ingestion","owner":"Sarah Q.","points":13,"priority":"P0","sprint":1}]',
|
|
1650
1689
|
team: [
|
|
1651
1690
|
{
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
skills: [
|
|
1656
|
-
"Clinical Trials"
|
|
1657
|
-
],
|
|
1658
|
-
availability: 100
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
id: "res-2",
|
|
1662
|
-
name: "Marcus K.",
|
|
1663
|
-
role: "Backend Lead",
|
|
1664
|
-
skills: [
|
|
1665
|
-
"Data Pipelines"
|
|
1666
|
-
],
|
|
1667
|
-
availability: 100
|
|
1691
|
+
name: "Dr. Miller",
|
|
1692
|
+
role: "Clinical Lead",
|
|
1693
|
+
skills: "Trial Management"
|
|
1668
1694
|
},
|
|
1669
1695
|
{
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
skills: [
|
|
1674
|
-
"Compliance"
|
|
1675
|
-
],
|
|
1676
|
-
availability: 100
|
|
1696
|
+
name: "Sarah Q.",
|
|
1697
|
+
role: "Data Scientist",
|
|
1698
|
+
skills: "Neural Ingestion, Analysis"
|
|
1677
1699
|
}
|
|
1678
1700
|
]
|
|
1679
1701
|
},
|
|
@@ -1874,7 +1896,24 @@ const He = [
|
|
|
1874
1896
|
focus: "ROADMAP",
|
|
1875
1897
|
prompt: "Orchestrate the migration of 50+ microservices to a zero-trust CI/CD pipeline. Coordinate between the security team and platform engineers to ensure zero downtime.",
|
|
1876
1898
|
industryContext: "Financial services tech. High compliance environment.",
|
|
1877
|
-
data: '[{"task":"Security Audit","owner":"Marcus K.","points":13,"priority":"P0","sprint":1},{"task":"Vault Integration","owner":"David L.","points":8,"priority":"P0","sprint":1}]'
|
|
1899
|
+
data: '[{"task":"Security Audit","owner":"Marcus K.","points":13,"priority":"P0","sprint":1},{"task":"Vault Integration","owner":"David L.","points":8,"priority":"P0","sprint":1}]',
|
|
1900
|
+
team: [
|
|
1901
|
+
{
|
|
1902
|
+
name: "Marcus K.",
|
|
1903
|
+
role: "Security Engineer",
|
|
1904
|
+
skills: "Zero Trust, Audit"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
name: "David L.",
|
|
1908
|
+
role: "Platform Engineer",
|
|
1909
|
+
skills: "Kubernetes, Vault"
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
name: "Sarah J.",
|
|
1913
|
+
role: "DevOps Lead",
|
|
1914
|
+
skills: "CI/CD, Cloud"
|
|
1915
|
+
}
|
|
1916
|
+
]
|
|
1878
1917
|
},
|
|
1879
1918
|
{
|
|
1880
1919
|
id: "edu-architect-2",
|
|
@@ -1988,7 +2027,7 @@ I am currently in **${C}** mode, which requires a **Neural Matrix (Data)** to pe
|
|
|
1988
2027
|
};
|
|
1989
2028
|
switch (C) {
|
|
1990
2029
|
case "MAESTRO":
|
|
1991
|
-
g.context = x, g.
|
|
2030
|
+
g.context = x, g.pendingTasks = (f == null ? void 0 : f.pendingTasks) || (f == null ? void 0 : f.tasks) || [], g.resources = (f == null ? void 0 : f.resources) || (f == null ? void 0 : f.team) || [], g.mode = y.focus === "ROADMAP" ? "ROADMAP" : "OKR";
|
|
1992
2031
|
break;
|
|
1993
2032
|
case "ANALYST":
|
|
1994
2033
|
g.goal = x, g.data = f;
|
|
@@ -2589,7 +2628,7 @@ const Le = ({ chart: n }) => {
|
|
|
2589
2628
|
}
|
|
2590
2629
|
)
|
|
2591
2630
|
] });
|
|
2592
|
-
}, Sa = "@estevia/evafusion-agent", Ia = "1.9.
|
|
2631
|
+
}, Sa = "@estevia/evafusion-agent", Ia = "1.9.5", za = "Premium React-based ChatWizard Agent for EvaFusion Workbench Integration", La = "dist/index.js", Ha = "dist/index.mjs", Xa = "dist/index.d.ts", Ga = [
|
|
2593
2632
|
"dist"
|
|
2594
2633
|
], Qa = {
|
|
2595
2634
|
dev: "vite",
|
|
@@ -2602,9 +2641,9 @@ const Le = ({ chart: n }) => {
|
|
|
2602
2641
|
}, Ua = {
|
|
2603
2642
|
react: "^18.2.0",
|
|
2604
2643
|
"react-dom": "^18.2.0",
|
|
2605
|
-
"@estevia/evafusion-sdk": "^1.
|
|
2644
|
+
"@estevia/evafusion-sdk": "^1.7.1"
|
|
2606
2645
|
}, Va = {
|
|
2607
|
-
"@estevia/evafusion-sdk": "^1.
|
|
2646
|
+
"@estevia/evafusion-sdk": "^1.7.1",
|
|
2608
2647
|
"@types/react": "^18.0.28",
|
|
2609
2648
|
"@types/react-dom": "^18.0.11",
|
|
2610
2649
|
"@vitejs/plugin-react": "^4.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@estevia/evafusion-agent",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.5",
|
|
4
4
|
"description": "Premium React-based ChatWizard Agent for EvaFusion Workbench Integration",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"react": "^18.2.0",
|
|
23
23
|
"react-dom": "^18.2.0",
|
|
24
|
-
"@estevia/evafusion-sdk": "^1.
|
|
24
|
+
"@estevia/evafusion-sdk": "^1.7.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@estevia/evafusion-sdk": "^1.
|
|
27
|
+
"@estevia/evafusion-sdk": "^1.7.1",
|
|
28
28
|
"@types/react": "^18.0.28",
|
|
29
29
|
"@types/react-dom": "^18.0.11",
|
|
30
30
|
"@vitejs/plugin-react": "^4.0.0",
|