@onereach/idw-init-account-resources 0.4.0 → 0.4.2
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/CHANGELOG.md +13 -0
- package/dist/assets/skills/customize_idw.js +1 -10
- package/dist/assets/skills/customize_idw.js.map +1 -1
- package/dist/assets/skills/manage_channels.js +1 -4
- package/dist/assets/skills/manage_channels.js.map +1 -1
- package/dist/assets/skills/manage_domains.js +1 -7
- package/dist/assets/skills/manage_domains.js.map +1 -1
- package/dist/assets/skills/manage_skills.js +1 -7
- package/dist/assets/skills/manage_skills.js.map +1 -1
- package/dist/assets/skills/manage_users.js +1 -7
- package/dist/assets/skills/manage_users.js.map +1 -1
- package/dist/assets/skills/post_to_feed.js +1 -4
- package/dist/assets/skills/post_to_feed.js.map +1 -1
- package/dist/initializers/idw.js +4 -8
- package/dist/initializers/idw.js.map +1 -1
- package/package.json +7 -3
- package/src/assets/skills/customize_idw.ts +4 -20
- package/src/assets/skills/manage_channels.ts +15 -13
- package/src/assets/skills/manage_domains.ts +10 -15
- package/src/assets/skills/manage_skills.ts +5 -16
- package/src/assets/skills/manage_users.ts +1 -19
- package/src/assets/skills/post_to_feed.ts +12 -12
- package/src/initializers/idw.ts +14 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @onereach/idw-init-account-resources
|
|
2
2
|
|
|
3
|
+
## 0.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7d845fe: Improve lookup passages data of skills
|
|
8
|
+
Tune skills lookup query max distance
|
|
9
|
+
|
|
10
|
+
## 0.4.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- c8d0e63: Update IDW SDK and temporarily treat all errors in IDW upserts as a reason to insert
|
|
15
|
+
|
|
3
16
|
## 0.4.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -16,16 +16,7 @@ exports.customizeIdwSkill = {
|
|
|
16
16
|
},
|
|
17
17
|
passages: [
|
|
18
18
|
{
|
|
19
|
-
content: "
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
content: "- Change IDW description\n - Different description for my IDW\n - Let's pick another description for IDW\n - Another description for worker",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
content: "- Change avatar\n - Pick another avatar\n - Change image\n - Another image for IDW",
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
content: "- Change IDW name\n - Different name for my IDW\n - Let's pick another name for IDW ",
|
|
19
|
+
content: "This AI assistant skill is designed to manage and update information display widgets (IDWs).\n It allows the user to change the name of a widget, replace the image associated with it,\n and edit the widget's descriptive text.\n This skill is useful for keeping display elements fresh and relevant without manually coding changes.",
|
|
29
20
|
},
|
|
30
21
|
],
|
|
31
22
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customize_idw.js","sourceRoot":"","sources":["../../../src/assets/skills/customize_idw.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAoB;IAChD,GAAG,EAAE,kBAAkB;IACvB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,kCAAkC;IAC/C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,gBAAgB;IAExB,IAAI,EAAE;QACJ,MAAM,EAAE,kBAAkB;QAE1B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE
|
|
1
|
+
{"version":3,"file":"customize_idw.js","sourceRoot":"","sources":["../../../src/assets/skills/customize_idw.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAoB;IAChD,GAAG,EAAE,kBAAkB;IACvB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,kCAAkC;IAC/C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,gBAAgB;IAExB,IAAI,EAAE;QACJ,MAAM,EAAE,kBAAkB;QAE1B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,0VAG6F;SACvG;KACF;CACF,CAAC"}
|
|
@@ -16,10 +16,7 @@ exports.manageChannelsSkill = {
|
|
|
16
16
|
},
|
|
17
17
|
passages: [
|
|
18
18
|
{
|
|
19
|
-
content: "
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
content: "- Delete channel\n - Remove SMS channel\n - Remove a channel\n - Remove channel from the IDW\n - Let's delete a channel",
|
|
19
|
+
content: "The Channel Management Assistant skill enables efficient handling and modification of various\n communication channels within an Integrated Digital Workplace (IDW).\n This skill allows users to seamlessly manage channel operations with the following features:\n Quickly remove an existing channel from your platform to ensure that your environment remains organized\n and free from clutter.\n Specifically target and eliminate SMS channels, helping streamline communications and maintain relevance\n in your messaging strategy.\n Detach and delete any channel from your Integrated Digital Workplace, which helps in managing the flow\n and access of communication within the network.\n Create and integrate a new channel into your system, facilitating expanded communication and\n collaboration capabilities.\n Incorporate an SMS channel to enhance outreach and engagement through text messaging, ensuring immediate\n and broad communication.\n Tailor and set up a specific channel designed for your Integrated Digital Workplace to meet unique\n organizational needs.",
|
|
23
20
|
},
|
|
24
21
|
],
|
|
25
22
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manage_channels.js","sourceRoot":"","sources":["../../../src/assets/skills/manage_channels.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAoB;IAClD,GAAG,EAAE,oBAAoB;IACzB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,iCAAiC;IAC9C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,gBAAgB;IAExB,IAAI,EAAE;QACJ,MAAM,EAAE,oBAAoB;QAE5B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"manage_channels.js","sourceRoot":"","sources":["../../../src/assets/skills/manage_channels.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAoB;IAClD,GAAG,EAAE,oBAAoB;IACzB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,iCAAiC;IAC9C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,gBAAgB;IAExB,IAAI,EAAE;QACJ,MAAM,EAAE,oBAAoB;QAE5B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,knCAca;SACvB;KACF;CACF,CAAC"}
|
|
@@ -16,13 +16,7 @@ exports.manageDomainsSkill = {
|
|
|
16
16
|
},
|
|
17
17
|
passages: [
|
|
18
18
|
{
|
|
19
|
-
content: "
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
content: "- Remove Domain\n - Delete Domain\n - Exclude Domain\n - Get rid of domain",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
content: "- Edit domain\n - Remove domain\n - Update the domain\n - Remove skills from domain",
|
|
19
|
+
content: "This AI assistant skill is designed to help users efficiently manage their digital domains. The skill\n focuses on four key actions to simplify domain administration:\n Allows users to modify existing domain settings, such as updating DNS records, changing contact information, or\n adjusting domain forwarding rules.\n Provides the functionality to safely delete a domain from the user's account, ensuring that all associated data\n is handled according to user preferences and regulatory requirements.\n Facilitates periodic updates to keep domain registration details current and ensures that any critical changes\n required for compliance or optimization are implemented smoothly.\n Supports users in registering and setting up new domains, including assistance with choosing the best domain\n names, configuration, and initial setup processes.",
|
|
26
20
|
},
|
|
27
21
|
],
|
|
28
22
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manage_domains.js","sourceRoot":"","sources":["../../../src/assets/skills/manage_domains.ts"],"names":[],"mappings":";;;AAEa,QAAA,kBAAkB,GAAoB;IACjD,GAAG,EAAE,mBAAmB;IACxB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gCAAgC;IAC7C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,gBAAgB;IAExB,IAAI,EAAE;QACJ,MAAM,EAAE,mBAAmB;QAE3B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE
|
|
1
|
+
{"version":3,"file":"manage_domains.js","sourceRoot":"","sources":["../../../src/assets/skills/manage_domains.ts"],"names":[],"mappings":";;;AAEa,QAAA,kBAAkB,GAAoB;IACjD,GAAG,EAAE,mBAAmB;IACxB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gCAAgC;IAC7C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,gBAAgB;IAExB,IAAI,EAAE;QACJ,MAAM,EAAE,mBAAmB;QAE3B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,+3BAS0C;SACpD;KACF;CACF,CAAC"}
|
|
@@ -16,13 +16,7 @@ exports.manageSkillsSkill = {
|
|
|
16
16
|
},
|
|
17
17
|
passages: [
|
|
18
18
|
{
|
|
19
|
-
content: "
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
content: "- Change skill name\n - Edit name of the skill\n - Update skill name\n - Rename skill\n - Modify skill name",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
content: "- Delete skill\n - Remove skill",
|
|
19
|
+
content: "This AI assistant skill specializes in managing and organizing other skills within the system.\n It allows users to efficiently add, remove, create new, or rename existing skills. This\n functionality ensures that the user can tailor the AI capabilities to best fit their needs and preferences\n by keeping the skill set up-to-date and organized. Whether you need to streamline your toolkit or update it\n with new functionalities, this skill adjustment feature makes it simple and effective.",
|
|
26
20
|
},
|
|
27
21
|
],
|
|
28
22
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manage_skills.js","sourceRoot":"","sources":["../../../src/assets/skills/manage_skills.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAoB;IAChD,GAAG,EAAE,kBAAkB;IACvB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,+BAA+B;IAC5C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,gBAAgB;IAExB,IAAI,EAAE;QACJ,MAAM,EAAE,kBAAkB;QAE1B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"manage_skills.js","sourceRoot":"","sources":["../../../src/assets/skills/manage_skills.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAoB;IAChD,GAAG,EAAE,kBAAkB;IACvB,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,+BAA+B;IAC5C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,gBAAgB;IAExB,IAAI,EAAE;QACJ,MAAM,EAAE,kBAAkB;QAE1B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,kgBAI8E;SACxF;KACF;CACF,CAAC"}
|
|
@@ -16,13 +16,7 @@ exports.manageUsersSkill = {
|
|
|
16
16
|
},
|
|
17
17
|
passages: [
|
|
18
18
|
{
|
|
19
|
-
content:
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
content: "- Change the role of a user\n- Update user roles\n- Modify the permissions of a user\n- Assign a new role to a user\n- Change user access level",
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
content: "- Delete a user from the account\n- Remove a user from the system\n- Erase a user from the list\n- Permanently delete a user\n- Unregister a user from the account",
|
|
19
|
+
content: '',
|
|
26
20
|
},
|
|
27
21
|
],
|
|
28
22
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manage_users.js","sourceRoot":"","sources":["../../../src/assets/skills/manage_users.ts"],"names":[],"mappings":";;;AAEa,QAAA,gBAAgB,GAAoB;IAC/C,GAAG,EAAE,uBAAuB;IAC5B,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,8BAA8B;IAC3C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,gBAAgB;IAExB,IAAI,EAAE;QACJ,MAAM,EAAE,uBAAuB;QAE/B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"manage_users.js","sourceRoot":"","sources":["../../../src/assets/skills/manage_users.ts"],"names":[],"mappings":";;;AAEa,QAAA,gBAAgB,GAAoB;IAC/C,GAAG,EAAE,uBAAuB;IAC5B,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,8BAA8B;IAC3C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,gBAAgB;IAExB,IAAI,EAAE;QACJ,MAAM,EAAE,uBAAuB;QAE/B,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,EAAE;SACZ;KACF;CACF,CAAC"}
|
|
@@ -16,10 +16,7 @@ exports.postToFeedSkill = {
|
|
|
16
16
|
},
|
|
17
17
|
passages: [
|
|
18
18
|
{
|
|
19
|
-
content: "
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
content: "- Create a new post in the feed\n- Add content to the IDW feed\n- Publish a post in the IDW feed\n- Share something on the feed\n- Send a new message to the IDW feed",
|
|
19
|
+
content: "The Dynamic Feed Management skill empowers you to seamlessly manage and update your feed with minimal\n effort. Whether you want to share news, announce updates, or simply create engaging content, this skill has you\n covered with a range of dynamic actions. Here's what you can do:\n Effortlessly generate new posts to keep your audience informed and engaged with fresh content.\n Enrich your IDW feed by incorporating diverse and relevant content, ensuring your feed is always up-to-date.\n Once you're ready, easily publish your meticulously crafted posts to the IDW feed for immediate visibility.\n Amplify your message by sharing important announcements, updates, or any content directly to the feed.\n Communicate effectively by sending new messages directly to the IDW feed, guaranteeing that your updates reach\n the intended audience.\n Design and add news posts to keep your followers informed about the latest happenings and developments.\n Make significant announcements seamlessly, ensuring your audience is always in the loop.\n Regularly update the IDW feed with new content.",
|
|
23
20
|
},
|
|
24
21
|
],
|
|
25
22
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"post_to_feed.js","sourceRoot":"","sources":["../../../src/assets/skills/post_to_feed.ts"],"names":[],"mappings":";;;AAEa,QAAA,eAAe,GAAoB;IAC9C,GAAG,EAAE,wBAAwB;IAC7B,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;IAC3B,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE,gCAAgC;IAC7C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,SAAS;IAEjB,IAAI,EAAE;QACJ,MAAM,EAAE,wBAAwB;QAEhC,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"post_to_feed.js","sourceRoot":"","sources":["../../../src/assets/skills/post_to_feed.ts"],"names":[],"mappings":";;;AAEa,QAAA,eAAe,GAAoB;IAC9C,GAAG,EAAE,wBAAwB;IAC7B,QAAQ,EAAE,CAAC,OAAO,EAAE,MAAM,CAAC;IAC3B,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE,gCAAgC;IAC7C,YAAY,EAAE,IAAI;IAClB,MAAM,EAAE,CAAC;IACT,MAAM,EAAE,SAAS;IAEjB,IAAI,EAAE;QACJ,MAAM,EAAE,wBAAwB;QAEhC,MAAM,EAAE,SAAS;QACjB,YAAY,EAAE,SAAS;KACxB;IAED,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,2nCAWuC;SACjD;KACF;CACF,CAAC"}
|
package/dist/initializers/idw.js
CHANGED
|
@@ -107,7 +107,7 @@ var InitIdwResources = (function () {
|
|
|
107
107
|
return __generator(this, function (_a) {
|
|
108
108
|
switch (_a.label) {
|
|
109
109
|
case 0:
|
|
110
|
-
_a.trys.push([0, 5, ,
|
|
110
|
+
_a.trys.push([0, 5, , 7]);
|
|
111
111
|
return [4, this.idw.slugApi.getSlug(domain.name)];
|
|
112
112
|
case 1:
|
|
113
113
|
domainSlug = _a.sent();
|
|
@@ -123,14 +123,12 @@ var InitIdwResources = (function () {
|
|
|
123
123
|
case 4: return [2, existingDomain];
|
|
124
124
|
case 5:
|
|
125
125
|
error_1 = _a.sent();
|
|
126
|
-
if (!(error_1 instanceof idw_1.DomainNotFoundError)) return [3, 7];
|
|
127
126
|
return [4, this.idw.domainApi.createDomain({
|
|
128
127
|
name: domain.name,
|
|
129
128
|
abbreviation: domain.abbreviation,
|
|
130
129
|
})];
|
|
131
130
|
case 6: return [2, _a.sent()];
|
|
132
|
-
case 7:
|
|
133
|
-
case 8: return [2];
|
|
131
|
+
case 7: return [2];
|
|
134
132
|
}
|
|
135
133
|
});
|
|
136
134
|
});
|
|
@@ -141,18 +139,16 @@ var InitIdwResources = (function () {
|
|
|
141
139
|
return __generator(this, function (_a) {
|
|
142
140
|
switch (_a.label) {
|
|
143
141
|
case 0:
|
|
144
|
-
_a.trys.push([0, 2, ,
|
|
142
|
+
_a.trys.push([0, 2, , 4]);
|
|
145
143
|
return [4, this.idw.skillApi.getSkill(skillDefinition.uid)];
|
|
146
144
|
case 1:
|
|
147
145
|
skill = (_a.sent()).skill;
|
|
148
146
|
return [2, skill];
|
|
149
147
|
case 2:
|
|
150
148
|
error_2 = _a.sent();
|
|
151
|
-
if (!(error_2 instanceof idw_1.SkillNotFoundError)) return [3, 4];
|
|
152
149
|
return [4, this.createSkill(skillDefinition)];
|
|
153
150
|
case 3: return [2, _a.sent()];
|
|
154
|
-
case 4:
|
|
155
|
-
case 5: return [2];
|
|
151
|
+
case 4: return [2];
|
|
156
152
|
}
|
|
157
153
|
});
|
|
158
154
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"idw.js","sourceRoot":"","sources":["../../src/initializers/idw.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"idw.js","sourceRoot":"","sources":["../../src/initializers/idw.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/idw-init-account-resources",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Creation of required resources in OneReach account to enable IDW",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
|
-
"
|
|
6
|
+
"contributors": [
|
|
7
|
+
"Aleksey Snezhinskij <aleksey.snezhinskij@onereach.com>",
|
|
8
|
+
"Antony Peklo <antony.peklo@onereach.com>",
|
|
9
|
+
"Ivan Karpan <ivan.karpan@onereach.com>"
|
|
10
|
+
],
|
|
7
11
|
"main": "dist/index.js",
|
|
8
12
|
"dependencies": {
|
|
9
13
|
"@or-sdk/contacts": "4.5.6",
|
|
10
14
|
"@or-sdk/hitl": "0.34.35",
|
|
11
|
-
"@or-sdk/idw": "7.3.
|
|
15
|
+
"@or-sdk/idw": "7.3.3",
|
|
12
16
|
"@or-sdk/lookup": "1.14.5",
|
|
13
17
|
"@or-sdk/pgsql": "1.1.8",
|
|
14
18
|
"pg": "8.11.5",
|
|
@@ -18,26 +18,10 @@ export const customizeIdwSkill: SkillDefinition = {
|
|
|
18
18
|
|
|
19
19
|
passages: [
|
|
20
20
|
{
|
|
21
|
-
content:
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
{
|
|
26
|
-
content: `- Change IDW description
|
|
27
|
-
- Different description for my IDW
|
|
28
|
-
- Let's pick another description for IDW
|
|
29
|
-
- Another description for worker`,
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
content: `- Change avatar
|
|
33
|
-
- Pick another avatar
|
|
34
|
-
- Change image
|
|
35
|
-
- Another image for IDW`,
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
content: `- Change IDW name
|
|
39
|
-
- Different name for my IDW
|
|
40
|
-
- Let's pick another name for IDW `,
|
|
21
|
+
content: `This AI assistant skill is designed to manage and update information display widgets (IDWs).
|
|
22
|
+
It allows the user to change the name of a widget, replace the image associated with it,
|
|
23
|
+
and edit the widget's descriptive text.
|
|
24
|
+
This skill is useful for keeping display elements fresh and relevant without manually coding changes.`,
|
|
41
25
|
},
|
|
42
26
|
],
|
|
43
27
|
};
|
|
@@ -18,19 +18,21 @@ export const manageChannelsSkill: SkillDefinition = {
|
|
|
18
18
|
|
|
19
19
|
passages: [
|
|
20
20
|
{
|
|
21
|
-
content:
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
21
|
+
content: `The Channel Management Assistant skill enables efficient handling and modification of various
|
|
22
|
+
communication channels within an Integrated Digital Workplace (IDW).
|
|
23
|
+
This skill allows users to seamlessly manage channel operations with the following features:
|
|
24
|
+
Quickly remove an existing channel from your platform to ensure that your environment remains organized
|
|
25
|
+
and free from clutter.
|
|
26
|
+
Specifically target and eliminate SMS channels, helping streamline communications and maintain relevance
|
|
27
|
+
in your messaging strategy.
|
|
28
|
+
Detach and delete any channel from your Integrated Digital Workplace, which helps in managing the flow
|
|
29
|
+
and access of communication within the network.
|
|
30
|
+
Create and integrate a new channel into your system, facilitating expanded communication and
|
|
31
|
+
collaboration capabilities.
|
|
32
|
+
Incorporate an SMS channel to enhance outreach and engagement through text messaging, ensuring immediate
|
|
33
|
+
and broad communication.
|
|
34
|
+
Tailor and set up a specific channel designed for your Integrated Digital Workplace to meet unique
|
|
35
|
+
organizational needs.`,
|
|
34
36
|
},
|
|
35
37
|
],
|
|
36
38
|
};
|
|
@@ -18,21 +18,16 @@ export const manageDomainsSkill: SkillDefinition = {
|
|
|
18
18
|
|
|
19
19
|
passages: [
|
|
20
20
|
{
|
|
21
|
-
content:
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
{
|
|
32
|
-
content: `- Edit domain
|
|
33
|
-
- Remove domain
|
|
34
|
-
- Update the domain
|
|
35
|
-
- Remove skills from domain`,
|
|
21
|
+
content: `This AI assistant skill is designed to help users efficiently manage their digital domains. The skill
|
|
22
|
+
focuses on four key actions to simplify domain administration:
|
|
23
|
+
Allows users to modify existing domain settings, such as updating DNS records, changing contact information, or
|
|
24
|
+
adjusting domain forwarding rules.
|
|
25
|
+
Provides the functionality to safely delete a domain from the user's account, ensuring that all associated data
|
|
26
|
+
is handled according to user preferences and regulatory requirements.
|
|
27
|
+
Facilitates periodic updates to keep domain registration details current and ensures that any critical changes
|
|
28
|
+
required for compliance or optimization are implemented smoothly.
|
|
29
|
+
Supports users in registering and setting up new domains, including assistance with choosing the best domain
|
|
30
|
+
names, configuration, and initial setup processes.`,
|
|
36
31
|
},
|
|
37
32
|
],
|
|
38
33
|
};
|
|
@@ -18,22 +18,11 @@ export const manageSkillsSkill: SkillDefinition = {
|
|
|
18
18
|
|
|
19
19
|
passages: [
|
|
20
20
|
{
|
|
21
|
-
content:
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
content: `- Change skill name
|
|
29
|
-
- Edit name of the skill
|
|
30
|
-
- Update skill name
|
|
31
|
-
- Rename skill
|
|
32
|
-
- Modify skill name`,
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
content: `- Delete skill
|
|
36
|
-
- Remove skill`,
|
|
21
|
+
content: `This AI assistant skill specializes in managing and organizing other skills within the system.
|
|
22
|
+
It allows users to efficiently add, remove, create new, or rename existing skills. This
|
|
23
|
+
functionality ensures that the user can tailor the AI capabilities to best fit their needs and preferences
|
|
24
|
+
by keeping the skill set up-to-date and organized. Whether you need to streamline your toolkit or update it
|
|
25
|
+
with new functionalities, this skill adjustment feature makes it simple and effective.`,
|
|
37
26
|
},
|
|
38
27
|
],
|
|
39
28
|
};
|
|
@@ -18,25 +18,7 @@ export const manageUsersSkill: SkillDefinition = {
|
|
|
18
18
|
|
|
19
19
|
passages: [
|
|
20
20
|
{
|
|
21
|
-
content:
|
|
22
|
-
- Display the list of users in the account
|
|
23
|
-
- Show all users in the system
|
|
24
|
-
- List all account users
|
|
25
|
-
- View all users in the account`,
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
content: `- Change the role of a user
|
|
29
|
-
- Update user roles
|
|
30
|
-
- Modify the permissions of a user
|
|
31
|
-
- Assign a new role to a user
|
|
32
|
-
- Change user access level`,
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
content: `- Delete a user from the account
|
|
36
|
-
- Remove a user from the system
|
|
37
|
-
- Erase a user from the list
|
|
38
|
-
- Permanently delete a user
|
|
39
|
-
- Unregister a user from the account`,
|
|
21
|
+
content: '',
|
|
40
22
|
},
|
|
41
23
|
],
|
|
42
24
|
};
|
|
@@ -18,18 +18,18 @@ export const postToFeedSkill: SkillDefinition = {
|
|
|
18
18
|
|
|
19
19
|
passages: [
|
|
20
20
|
{
|
|
21
|
-
content:
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
21
|
+
content: `The Dynamic Feed Management skill empowers you to seamlessly manage and update your feed with minimal
|
|
22
|
+
effort. Whether you want to share news, announce updates, or simply create engaging content, this skill has you
|
|
23
|
+
covered with a range of dynamic actions. Here's what you can do:
|
|
24
|
+
Effortlessly generate new posts to keep your audience informed and engaged with fresh content.
|
|
25
|
+
Enrich your IDW feed by incorporating diverse and relevant content, ensuring your feed is always up-to-date.
|
|
26
|
+
Once you're ready, easily publish your meticulously crafted posts to the IDW feed for immediate visibility.
|
|
27
|
+
Amplify your message by sharing important announcements, updates, or any content directly to the feed.
|
|
28
|
+
Communicate effectively by sending new messages directly to the IDW feed, guaranteeing that your updates reach
|
|
29
|
+
the intended audience.
|
|
30
|
+
Design and add news posts to keep your followers informed about the latest happenings and developments.
|
|
31
|
+
Make significant announcements seamlessly, ensuring your audience is always in the loop.
|
|
32
|
+
Regularly update the IDW feed with new content.`,
|
|
33
33
|
},
|
|
34
34
|
],
|
|
35
35
|
};
|
package/src/initializers/idw.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Domain, IdwApi, Skill
|
|
1
|
+
import { Domain, IdwApi, Skill } from '@or-sdk/idw';
|
|
2
2
|
import { skills } from '../assets/skills';
|
|
3
3
|
import { domains } from '../assets/domains';
|
|
4
4
|
import { IdwSkill } from '../schemas';
|
|
@@ -39,13 +39,14 @@ export class InitIdwResources {
|
|
|
39
39
|
|
|
40
40
|
return existingDomain;
|
|
41
41
|
} catch (error) {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
48
|
-
|
|
42
|
+
// TODO: narrow down switch to create to 404 errors only
|
|
43
|
+
// if (error instanceof DomainNotFoundError) {
|
|
44
|
+
return await this.idw.domainApi.createDomain({
|
|
45
|
+
name: domain.name,
|
|
46
|
+
abbreviation: domain.abbreviation,
|
|
47
|
+
});
|
|
48
|
+
// }
|
|
49
|
+
// throw error;
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
52
|
|
|
@@ -54,10 +55,11 @@ export class InitIdwResources {
|
|
|
54
55
|
const { skill } = await this.idw.skillApi.getSkill(skillDefinition.uid);
|
|
55
56
|
return skill;
|
|
56
57
|
} catch (error) {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
// TODO: narrow down switch to create to 404 errors only
|
|
59
|
+
// if (error instanceof SkillNotFoundError) {
|
|
60
|
+
return await this.createSkill(skillDefinition);
|
|
61
|
+
// }
|
|
62
|
+
// throw error;
|
|
61
63
|
}
|
|
62
64
|
}
|
|
63
65
|
|