@onereach/idw-init-account-resources 0.20.3 → 0.20.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.
Files changed (69) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +12 -0
  3. package/dist/assets/db_migrations/20260203090437-remove-coming-soon-domain.js +107 -0
  4. package/dist/assets/db_migrations/20260203090437-remove-coming-soon-domain.js.map +1 -0
  5. package/dist/assets/default_knowledges/gsx_information.js +1 -1
  6. package/dist/assets/default_knowledges/gsx_information.js.map +1 -1
  7. package/dist/assets/default_knowledges/idw_admin_guide.js +15 -0
  8. package/dist/assets/default_knowledges/idw_admin_guide.js.map +1 -0
  9. package/dist/assets/default_knowledges/idw_feeds.js +15 -0
  10. package/dist/assets/default_knowledges/idw_feeds.js.map +1 -0
  11. package/dist/assets/default_knowledges/idw_general_overview.js +2 -2
  12. package/dist/assets/default_knowledges/idw_general_overview.js.map +1 -1
  13. package/dist/assets/default_knowledges/idw_key_features.js +2 -2
  14. package/dist/assets/default_knowledges/idw_key_features.js.map +1 -1
  15. package/dist/assets/default_knowledges/idw_knowledge.js +15 -0
  16. package/dist/assets/default_knowledges/idw_knowledge.js.map +1 -0
  17. package/dist/assets/default_knowledges/idw_settings/idw_access_settings.js +15 -0
  18. package/dist/assets/default_knowledges/idw_settings/idw_access_settings.js.map +1 -0
  19. package/dist/assets/default_knowledges/idw_settings/idw_basic_info_settings.js +15 -0
  20. package/dist/assets/default_knowledges/idw_settings/idw_basic_info_settings.js.map +1 -0
  21. package/dist/assets/default_knowledges/idw_settings/idw_customization_settings.js +15 -0
  22. package/dist/assets/default_knowledges/idw_settings/idw_customization_settings.js.map +1 -0
  23. package/dist/assets/default_knowledges/idw_settings/idw_datasources_settings.js +15 -0
  24. package/dist/assets/default_knowledges/idw_settings/idw_datasources_settings.js.map +1 -0
  25. package/dist/assets/default_knowledges/idw_settings/idw_domains_settings.js +15 -0
  26. package/dist/assets/default_knowledges/idw_settings/idw_domains_settings.js.map +1 -0
  27. package/dist/assets/default_knowledges/idw_settings/idw_settings.js +15 -0
  28. package/dist/assets/default_knowledges/idw_settings/idw_settings.js.map +1 -0
  29. package/dist/assets/default_knowledges/idw_settings/idw_skills_settings.js +15 -0
  30. package/dist/assets/default_knowledges/idw_settings/idw_skills_settings.js.map +1 -0
  31. package/dist/assets/default_knowledges/idw_settings/idw_users_settings.js +15 -0
  32. package/dist/assets/default_knowledges/idw_settings/idw_users_settings.js.map +1 -0
  33. package/dist/assets/default_knowledges/idw_use_case.js +2 -2
  34. package/dist/assets/default_knowledges/idw_use_case.js.map +1 -1
  35. package/dist/assets/default_knowledges/idw_user_guide.js +15 -0
  36. package/dist/assets/default_knowledges/idw_user_guide.js.map +1 -0
  37. package/dist/assets/default_knowledges/index.js +23 -3
  38. package/dist/assets/default_knowledges/index.js.map +1 -1
  39. package/dist/assets/default_knowledges/onereach_information.js +2 -2
  40. package/dist/assets/default_knowledges/onereach_information.js.map +1 -1
  41. package/dist/assets/default_knowledges/skills_overview.js +2 -2
  42. package/dist/assets/default_knowledges/skills_overview.js.map +1 -1
  43. package/package.json +1 -1
  44. package/src/assets/db_migrations/20260203090437-remove-coming-soon-domain.ts +73 -0
  45. package/src/assets/default_knowledges/gsx_information.ts +1 -1
  46. package/src/assets/default_knowledges/idw_admin_guide.ts +41 -0
  47. package/src/assets/default_knowledges/idw_feeds.ts +39 -0
  48. package/src/assets/default_knowledges/idw_general_overview.ts +2 -2
  49. package/src/assets/default_knowledges/idw_key_features.ts +8 -8
  50. package/src/assets/default_knowledges/idw_knowledge.ts +41 -0
  51. package/src/assets/default_knowledges/idw_settings/idw_access_settings.ts +20 -0
  52. package/src/assets/default_knowledges/idw_settings/idw_basic_info_settings.ts +21 -0
  53. package/src/assets/default_knowledges/idw_settings/idw_customization_settings.ts +23 -0
  54. package/src/assets/default_knowledges/idw_settings/idw_datasources_settings.ts +30 -0
  55. package/src/assets/default_knowledges/idw_settings/idw_domains_settings.ts +22 -0
  56. package/src/assets/default_knowledges/idw_settings/idw_settings.ts +32 -0
  57. package/src/assets/default_knowledges/idw_settings/idw_skills_settings.ts +23 -0
  58. package/src/assets/default_knowledges/idw_settings/idw_users_settings.ts +22 -0
  59. package/src/assets/default_knowledges/idw_use_case.ts +6 -6
  60. package/src/assets/default_knowledges/idw_user_guide.ts +28 -0
  61. package/src/assets/default_knowledges/index.ts +25 -3
  62. package/src/assets/default_knowledges/onereach_information.ts +14 -23
  63. package/src/assets/default_knowledges/skills_overview.ts +2 -4
  64. package/dist/assets/default_knowledges/idw_settings.js +0 -15
  65. package/dist/assets/default_knowledges/idw_settings.js.map +0 -1
  66. package/dist/assets/default_knowledges/news_feed.js +0 -15
  67. package/dist/assets/default_knowledges/news_feed.js.map +0 -1
  68. package/src/assets/default_knowledges/idw_settings.ts +0 -23
  69. package/src/assets/default_knowledges/news_feed.ts +0 -11
@@ -1,5 +1,5 @@
1
1
   WARN  Issue while reading "/builds/onereach/platform/idw/idw-template/.npmrc". Failed to replace env in config: ${OR_NPM_TOKEN}
2
2
 
3
- > @onereach/idw-init-account-resources@0.20.2 build /builds/onereach/platform/idw/idw-template/packages/level-system/idw-init-account-resources
3
+ > @onereach/idw-init-account-resources@0.20.4 build /builds/onereach/platform/idw/idw-template/packages/level-system/idw-init-account-resources
4
4
  > rimraf dist && tsc -b && mkdir dist/assets/skills/documentation && cp -r src/assets/skills/documentation/* dist/assets/skills/documentation
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @onereach/idw-init-account-resources
2
2
 
3
+ ## 0.20.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fecf3ce: fix: update default knowledge
8
+
9
+ ## 0.20.4
10
+
11
+ ### Patch Changes
12
+
13
+ - cbb9569: remove coming soon domain
14
+
3
15
  ## 0.20.3
4
16
 
5
17
  ### Patch Changes
@@ -0,0 +1,107 @@
1
+ 'use strict';
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ var __generator = (this && this.__generator) || function (thisArg, body) {
12
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
13
+ return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
14
+ function verb(n) { return function (v) { return step([n, v]); }; }
15
+ function step(op) {
16
+ if (f) throw new TypeError("Generator is already executing.");
17
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
18
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
+ if (y = 0, t) op = [op[0] & 2, t.value];
20
+ switch (op[0]) {
21
+ case 0: case 1: t = op; break;
22
+ case 4: _.label++; return { value: op[1], done: false };
23
+ case 5: _.label++; y = op[1]; op = [0]; continue;
24
+ case 7: op = _.ops.pop(); _.trys.pop(); continue;
25
+ default:
26
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
27
+ if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
28
+ if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
29
+ if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
30
+ if (t[2]) _.ops.pop();
31
+ _.trys.pop(); continue;
32
+ }
33
+ op = body.call(thisArg, _);
34
+ } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
35
+ if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
36
+ }
37
+ };
38
+ Object.defineProperty(exports, "__esModule", { value: true });
39
+ var sequelize_1 = require("sequelize");
40
+ module.exports = {
41
+ up: function (queryInterface) {
42
+ return __awaiter(this, void 0, void 0, function () {
43
+ var sequelize;
44
+ var _this = this;
45
+ return __generator(this, function (_a) {
46
+ switch (_a.label) {
47
+ case 0:
48
+ sequelize = queryInterface.context.sequelize;
49
+ return [4, sequelize.transaction(function (transaction) { return __awaiter(_this, void 0, void 0, function () {
50
+ var domains, domainId, skills, skillIds;
51
+ var _a;
52
+ return __generator(this, function (_b) {
53
+ switch (_b.label) {
54
+ case 0: return [4, sequelize.query('SELECT id FROM public.domains WHERE name = \'Coming soon\'', {
55
+ type: sequelize_1.QueryTypes.SELECT,
56
+ transaction: transaction,
57
+ })];
58
+ case 1:
59
+ domains = _b.sent();
60
+ if (!domains || domains.length === 0) {
61
+ return [2];
62
+ }
63
+ domainId = (_a = domains[0]) === null || _a === void 0 ? void 0 : _a.id;
64
+ if (!domainId) {
65
+ return [2];
66
+ }
67
+ return [4, sequelize.query('SELECT skill FROM public.domain_skills WHERE domain = :domainId', {
68
+ type: sequelize_1.QueryTypes.SELECT,
69
+ replacements: { domainId: domainId },
70
+ transaction: transaction,
71
+ })];
72
+ case 2:
73
+ skills = _b.sent();
74
+ skillIds = skills.map(function (s) { return s.skill; });
75
+ return [4, sequelize.query('DELETE FROM public.domain_skills WHERE domain = :domainId', {
76
+ replacements: { domainId: domainId },
77
+ transaction: transaction,
78
+ })];
79
+ case 3:
80
+ _b.sent();
81
+ if (!(skillIds.length > 0)) return [3, 5];
82
+ return [4, sequelize.query('DELETE FROM public.skills WHERE id IN (:skillIds)', {
83
+ replacements: { skillIds: skillIds },
84
+ transaction: transaction,
85
+ })];
86
+ case 4:
87
+ _b.sent();
88
+ _b.label = 5;
89
+ case 5: return [4, sequelize.query('DELETE FROM public.domains WHERE id = :domainId', {
90
+ replacements: { domainId: domainId },
91
+ transaction: transaction,
92
+ })];
93
+ case 6:
94
+ _b.sent();
95
+ return [2];
96
+ }
97
+ });
98
+ }); })];
99
+ case 1:
100
+ _a.sent();
101
+ return [2];
102
+ }
103
+ });
104
+ });
105
+ },
106
+ };
107
+ //# sourceMappingURL=20260203090437-remove-coming-soon-domain.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"20260203090437-remove-coming-soon-domain.js","sourceRoot":"","sources":["../../../src/assets/db_migrations/20260203090437-remove-coming-soon-domain.ts"],"names":[],"mappings":"AAAA,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEb,uCAAuD;AAKvD,MAAM,CAAC,OAAO,GAAG;IACT,EAAE,YAAC,cAAoE;;;;;;;wBACrE,SAAS,GAAG,cAAc,CAAC,OAAO,CAAC,SAAS,CAAC;wBAEnD,WAAM,SAAS,CAAC,WAAW,CAAC,UAAO,WAAW;;;;;gDAE5B,WAAM,SAAS,CAAC,KAAK,CACnC,4DAA4D,EAC5D;gDACE,IAAI,EAAE,sBAAU,CAAC,MAAM;gDACvB,WAAW,aAAA;6CACZ,CACF,EAAA;;4CANK,OAAO,GAAG,SAMf;4CAED,IAAI,CAAC,OAAO,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;gDACrC,WAAO;4CACT,CAAC;4CAEK,QAAQ,GAAG,MAAA,OAAO,CAAC,CAAC,CAAC,0CAAE,EAAE,CAAC;4CAChC,IAAI,CAAC,QAAQ,EAAE,CAAC;gDACd,WAAO;4CACT,CAAC;4CAGc,WAAM,SAAS,CAAC,KAAK,CAClC,iEAAiE,EACjE;oDACE,IAAI,EAAE,sBAAU,CAAC,MAAM;oDACvB,YAAY,EAAE,EAAE,QAAQ,UAAA,EAAE;oDAC1B,WAAW,aAAA;iDACZ,CACF,EAAA;;4CAPK,MAAM,GAAG,SAOd;4CAEK,QAAQ,GAAG,MAAM,CAAC,GAAG,CAAC,UAAC,CAAC,IAAK,OAAA,CAAC,CAAC,KAAK,EAAP,CAAO,CAAC,CAAC;4CAG5C,WAAM,SAAS,CAAC,KAAK,CACnB,2DAA2D,EAC3D;oDACE,YAAY,EAAE,EAAE,QAAQ,UAAA,EAAE;oDAC1B,WAAW,aAAA;iDACZ,CACF,EAAA;;4CAND,SAMC,CAAC;iDAGE,CAAA,QAAQ,CAAC,MAAM,GAAG,CAAC,CAAA,EAAnB,cAAmB;4CACrB,WAAM,SAAS,CAAC,KAAK,CACnB,mDAAmD,EACnD;oDACE,YAAY,EAAE,EAAE,QAAQ,UAAA,EAAE;oDAC1B,WAAW,aAAA;iDACZ,CACF,EAAA;;4CAND,SAMC,CAAC;;gDAIJ,WAAM,SAAS,CAAC,KAAK,CACnB,iDAAiD,EACjD;gDACE,YAAY,EAAE,EAAE,QAAQ,UAAA,EAAE;gDAC1B,WAAW,aAAA;6CACZ,CACF,EAAA;;4CAND,SAMC,CAAC;;;;iCACH,CAAC,EAAA;;wBA3DF,SA2DE,CAAC;;;;;KACJ;CACF,CAAC"}
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.gsx_information = void 0;
4
4
  exports.gsx_information = {
5
5
  name: 'gsx_information',
6
- description: 'GSX information',
6
+ description: 'GSX Studio Overview',
7
7
  defaultKnowledge: true,
8
8
  authorId: 'IDW',
9
9
  passages: [
@@ -1 +1 @@
1
- {"version":3,"file":"gsx_information.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/gsx_information.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,iBAAiB;IAC9B,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,qoEAeyO;SACnP;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"gsx_information.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/gsx_information.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,qBAAqB;IAClC,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,qoEAeyO;SACnP;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_admin_guide = void 0;
4
+ exports.idw_admin_guide = {
5
+ name: 'idw_admin_guide',
6
+ description: 'IDW Admin Guide',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "**Admin Guide**\n\nAs an Admin, you possess full control over the workspace ecosystem. Your responsibilities are organized into five key areas:\n\n**1. Core Configuration**\nSet the foundation of your workspace identity and intelligence.\n* **Identity**: Define the Workspace Name, Visual Identity, and System Instructions in [**Basic Info**](internal-action/open-basic-info-settings).\n* **Intelligence**: Connect AI models, Web Search, and external Knowledge bases via [**Data Sources**](internal-action/open-datasources-settings).\n* **Access**: Manage visibility (Public/Private) and domain structure in [**Access Settings**](internal-action/open-access-settings) and [**Domains**](internal-action/open-domains-settings).\n* **UI Customization**: Tailor the [**Sign Up Page**](internal-action/open-signup-settings) and [**Start Message**](internal-action/open-start-message-settings).\n\n**2. User Management**\nControl who enters the workspace and what role they play.\n* **Members**: Invite new users, promote them to Admins, or remove them in [**Users Settings**](internal-action/open-users-settings).\n* **Requests**: Review and approve access requests from visitors in the [**Requests tab**](internal-action/open-requests-settings).\n\n**3. Knowledge Governance**\nYou are the gatekeeper of the static knowledge base (Notes).\n* **Review Flow**: Check [**Knowledge > For Review**](internal-action/open-knowledge). You must **Approve (Publish)** or **Reject** notes suggested by Members.\n* **Direct Publishing**: You can use **\"Save & Publish\"** to bypass the review queue and make information immediately active.\n\n**4. Internal Communication (Feeds)**\nManage the flow of news and announcements.\n* **Create News**: Use [**Create Post**](internal-action/create-general-feed) for general updates or [**Create Skill Post**](internal-action/create-skill-feed) for tool-specific news.\n* **Publishing Authority**: When adding knowledge via a News Post (\"Add note\" toggle), only Admins have the **\"Publish note\"** checkbox to make it active instantly. User posts always go to \"Suggested\".\n\n**5. Skills Ecosystem**\nManage the functional tools available to users.\n* **Library**: Configure available tools in the [**Skills Library**](internal-action/open-skills-settings).\n* **Creation**: Create custom skills to automate tasks (e.g., reports, code generation).\n* **Assignment**: Decide which skills are available to specific groups or globally to all users.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_admin_guide.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_admin_guide.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/idw_admin_guide.ts"],"names":[],"mappings":";;;AAAa,QAAA,eAAe,GAAG;IAC7B,IAAI,EAAE,iBAAiB;IACvB,WAAW,EAAE,iBAAiB;IAC9B,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,86EA8BkF;SAC5F;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_feeds = void 0;
4
+ exports.idw_feeds = {
5
+ name: 'idw_feeds',
6
+ description: 'IDW News Feed',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "**News Feed** is the central communication hub of the IDW. It allows users to share updates, announcements, and insights.\n\n**1. General News**\nStandard posts for announcements visible to the workspace.\n* **Action**: Click [**Create Post**](internal-action/create-general-feed).\n* **Configuration**:\n * **Content**: Rich text editor. Supports **Cover Image** and **Video Link** (YouTube).\n * **Access**: Control visibility (e.g., **Only authenticated** users or **Only admins**).\n * **Knowledge**: Includes an optional **\"Add note\"** toggle (see details below).\n\n**2. Skill News**\nPosts linked to a specific functional tool.\n* **Action**: Click [**Create Skill Post**](internal-action/create-skill-feed).\n* **Step 1 (Context)**: Select the **Skill** this update relates to.\n* **Step 2 (Details)**:\n * **Text Fields**: **Title** and **Preview text**.\n * **Content**: Rich text body.\n * **Access**: Select audience (**Only authenticated** or **Only admins**).\n\n**3. Knowledge Integration (\"Add note\")**\nWhen creating a General Post, you can toggle **\"Add note\"** to save the content as a permanent Knowledge Note. This reveals additional settings:\n* **Domain** (Required): Select the category for the note.\n* **Expiration date**: Set a date after which the note becomes outdated.\n* **Publish note** (Admins only):\n * **Admins**: Can check this to make the note live immediately.\n * **Users**: This option is hidden. Their notes are automatically submitted as \"Suggested\" for review.\n\n**4. Automatic Posts**\n* **New Skill Creation**: The system automatically generates a post when a new Skill is added.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_feeds.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_feeds.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/idw_feeds.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG;IACvB,IAAI,EAAE,WAAW;IACjB,WAAW,EAAE,eAAe;IAC5B,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,4nDA4BgF;SAC1F;KACF;CACF,CAAC"}
@@ -3,12 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.idw_general_overview = void 0;
4
4
  exports.idw_general_overview = {
5
5
  name: 'idw_general_overview',
6
- description: 'IDW general overview',
6
+ description: 'IDW General Overview',
7
7
  defaultKnowledge: true,
8
8
  authorId: 'IDW',
9
9
  passages: [
10
10
  {
11
- content: 'The IDW stands for Intelligent Digital Workforce, starting as a basic tool that gradually learns about you and your organization, becoming more intelligent and capable over time. It provides a chat experience with strong capabilities for writing and answering questions across all major channels, delivers relevant news and updates through a feed, and allows users to create and share custom skills through the GSX platform. IDWs are not just another productivity tool; they represent a fundamental shift in how work gets done.',
11
+ content: 'The IDW stands for Intelligent Digital Workforce, starting as a basic tool that gradually learns about you and your organization, becoming more intelligent and capable over time. It provides a chat experience with strong capabilities for writing and answering questions across all major channels, delivers relevant news and updates through a feed, and allows users to configure and extend their workspace via **IDW Settings** and **GSX Studio**. IDWs are not just another productivity tool; they represent a fundamental shift in how work gets done.',
12
12
  },
13
13
  ],
14
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"idw_general_overview.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/idw_general_overview.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;IAClC,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE,sBAAsB;IACnC,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,ihBAAihB;SAC3hB;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"idw_general_overview.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/idw_general_overview.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;IAClC,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE,sBAAsB;IACnC,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,siBAAsiB;SAChjB;KACF;CACF,CAAC"}
@@ -3,12 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.idw_key_features = void 0;
4
4
  exports.idw_key_features = {
5
5
  name: 'idw_key_features',
6
- description: 'IDW key features',
6
+ description: 'IDW Key Features',
7
7
  defaultKnowledge: true,
8
8
  authorId: 'IDW',
9
9
  passages: [
10
10
  {
11
- content: "1. **AI-Driven Automation**: IDWs are designed to leverage AI and automation to streamline workflows, handle routine tasks, and improve efficiency, freeing up human workers for more creative and strategic work. For instance, instead of manually searching for information or scheduling meetings, the system can automatically handle these tasks.\n 2. **Knowledge Management**: IDWs integrate with existing knowledge systems, making information easily accessible to users in a conversational manner. It simplifies tasks like finding documents, or getting quick answers to questions, which is especially helpful when onboarding new employees or handling new tasks.\n 3. **Customizable AI Skills**: Users can create custom AI skills to handle specific workflows or tasks within the workspace. For example, an organization can build a skill to automate reporting, handle customer inquiries, or manage internal support requests. These skills can be tailored to fit the specific needs of the company.\n 4. **24/7 Operations**: IDWs are available around the clock, ensuring continuous support for business processes, employee needs, and customer interactions. This allows teams and businesses to operate without downtime, improving responsiveness and productivity.\n 5. **No-Code Skill Creation (GSX)**: Through GSX Studio, users can create and deploy custom AI skills without needing any coding knowledge. This makes it easy for non-technical team members to build solutions that automate tasks, answer queries, or handle workflows.\n 6. **Integrations**: IDWs seamlessly integrate with existing business tools such as CRM systems, document management, and task tracking tools, enabling organizations to connect their workflows and data into a unified, intelligent environment.\n 7. **Self-management**: Users can set up, tune, and adjust their workspace directly in **IDW settings**, with flexibility to expand functionality via GSX Studio.",
11
+ content: "1. **AI-Driven Automation**: IDWs leverage AI and automation to streamline workflows, handle routine tasks, and improve efficiency, freeing up human workers for more creative and strategic work. \n2. **Knowledge Management**: IDWs integrate with existing knowledge systems and **Data Sources**, making information easily accessible in a conversational manner. \n3. **Customizable Workflows & Configurations**: Through **IDW Settings** and **GSX Studio**, users can adjust workspace structure, automate reporting, manage interactions, or create advanced workflows. \n4. **24/7 Operations**: IDWs are available around the clock, ensuring continuous support for business processes, employee needs, and customer interactions. \n5. **No-Code Workflow Creation (GSX Studio)**: Non-technical team members can build and deploy automations or conversational workflows without needing coding knowledge. \n6. **Integrations**: IDWs seamlessly connect with existing business tools (CRM, document management, task tracking), enabling organizations to unify workflows and data. \n7. **Self-management**: Users can set up, tune, and adjust their workspace directly in **IDW Settings**, with flexibility to expand functionality via GSX Studio.",
12
12
  },
13
13
  ],
14
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"idw_key_features.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/idw_key_features.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE,kBAAkB;IAC/B,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,i6DAMuJ;SACjK;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"idw_key_features.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/idw_key_features.ts"],"names":[],"mappings":";;;AAAa,QAAA,gBAAgB,GAAG;IAC9B,IAAI,EAAE,kBAAkB;IACxB,WAAW,EAAE,kBAAkB;IAC/B,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,mtCAMmJ;SAC7J;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_knowledge = void 0;
4
+ exports.idw_knowledge = {
5
+ name: 'idw_knowledge',
6
+ description: 'IDW Knowledge',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "[**IDW Knowledge**](internal-action/open-knowledge) is the central intelligence library of the workspace.\n\n**1. Organization**\nNotes are grouped into [**Domains**](internal-action/open-domains-settings) (e.g., \"ADMINISTRATION\", \"GENERAL\"). This helps users and the IDW quickly locate relevant information.\n\n**2. Ways to Create Knowledge**:\nIDW allows you to capture knowledge from multiple contexts:\n* **Direct Creation** (Knowledge Section): Navigate to a Domain and use the **\"+ Add Note\"** button. Supports **Text Notes** (Rich text) and **File Notes** (PDF, DOCX upload).\n* **From News Feed**: When creating a [**News Post**](internal-action/create-general-feed), toggle the **\"Add note\"** switch. This saves the post content as a Knowledge Note simultaneously.\n* **From Chat**: You can save valuable information directly from the chat interface. Use the **\"Add note\"** button near the message input.\n* **Settings**: While creating a note, you can set a **Domain** and an **Expiration Date** to automatically archive relevance over time.\n\n**3. Statuses & Workflow (Strictly Role-Based)**\nYour role determines which actions are available to you:\n\n* **Draft**:\n * Available to **All Roles**.\n * Saves work-in-progress visible only to the creator.\n \n* **Suggested** (User Only):\n * **Action**: Users (Members) cannot publish directly. Instead, they use **\"Save & Suggest\"**.\n * **Result**: The note enters the **\"For Review\"** tab and waits for Admin approval.\n \n* **Published** (Admin Only):\n * **Action**: Admins utilize **\"Save & Publish\"** to make knowledge immediately active.\n * **Review**: Admins also review \"Suggested\" notes from Users to **\"Approve & Publish\"** or **Reject** them.\n\n**4. Lifecycle Tabs**\n* **Domains**: Active, published notes visible to the IDW.\n* **For Review**: Queue of User suggestions waiting for Admin action.\n* **Expired**: Notes that have passed their set expiration date.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_knowledge.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_knowledge.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/idw_knowledge.ts"],"names":[],"mappings":";;;AAAa,QAAA,aAAa,GAAG;IAC3B,IAAI,EAAE,eAAe;IACrB,WAAW,EAAE,eAAe;IAC5B,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,k8DA8BkD;SAC5D;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_access_settings = void 0;
4
+ exports.idw_access_settings = {
5
+ name: 'idw_access_settings',
6
+ description: 'IDW Access Settings',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "[**Access Settings**](internal-action/open-access-settings) control the global visibility of your workspace.\n\n**Visibility Modes:**\n* **Private**:\n * This is the secure default.\n * Only users who have been explicitly invited via email or added by an Admin can access this IDW.\n \n* **Public**:\n * The IDW is visible to anyone who has the link.\n * Visitors can open the workspace but may still need to Sign Up/Log In depending on your configuration.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_access_settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_access_settings.js","sourceRoot":"","sources":["../../../../src/assets/default_knowledges/idw_settings/idw_access_settings.ts"],"names":[],"mappings":";;;AAAa,QAAA,mBAAmB,GAAG;IACjC,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE,qBAAqB;IAClC,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,ydAS6F;SACvG;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_basic_info_settings = void 0;
4
+ exports.idw_basic_info_settings = {
5
+ name: 'idw_basic_info_settings',
6
+ description: 'IDW Basic Info Settings',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "[**Basic Info Settings**](internal-action/open-basic-info-settings) allows Admins to define the core identity of the Workspace.\n\nThe screen is divided into two main sections:\n\n**1. Personality**\nDefines how the system identifies itself and behaves.\n* **Name**: The display name of the Workspace. This name appears in the header and chat interactions.\n* **Instructions**: The **System Prompt** (up to 4000 characters) that governs the AI's behavior. Use this rich text field to specify goals, tone of voice, and rules (e.g., \"Be concise\", \"Act as a Technical Support\").\n\n**2. Image**\n* **Visual Identity**: This is the graphical representation of the Workspace (often an abstract visualization or logo). It acts as the \"face\" of the system, distinct from any user's profile picture.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_basic_info_settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_basic_info_settings.js","sourceRoot":"","sources":["../../../../src/assets/default_knowledges/idw_settings/idw_basic_info_settings.ts"],"names":[],"mappings":";;;AAAa,QAAA,uBAAuB,GAAG;IACrC,IAAI,EAAE,yBAAyB;IAC/B,WAAW,EAAE,yBAAyB;IACtC,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,+xBAUwL;SAClM;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_customization_settings = void 0;
4
+ exports.idw_customization_settings = {
5
+ name: 'idw_customization_settings',
6
+ description: 'IDW Customization Settings',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "**Customization Settings** allow Admins to tailor the look and feel of the workspace entry points.\n\n**1. [Sign Up Page](internal-action/open-signup-settings)**\nCustomize the screen users see when creating an account or logging in.\n* **Headline & Subtext**: Change the greeting text (e.g., \"Hello!\", \"Let's create your account\").\n* **Preview**: A live preview panel shows exactly how the login form will look.\n\n**2. [Start Message Page](internal-action/open-start-message-settings)**\nConfigure the welcome screen displayed before a chat session begins.\n* **Page Content**: Set the **Headline** (e.g., \"Hi there!\"), **Subtext**, and the **Input Placeholder**.\n* **Suggested Prompts**:\n * Add conversation starters (e.g., \"How can I add knowledge?\").\n * **Rotation**: The system randomly displays **2 prompts** from your list each time the page loads to keep the experience fresh.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_customization_settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_customization_settings.js","sourceRoot":"","sources":["../../../../src/assets/default_knowledges/idw_settings/idw_customization_settings.ts"],"names":[],"mappings":";;;AAAa,QAAA,0BAA0B,GAAG;IACxC,IAAI,EAAE,4BAA4B;IAClC,WAAW,EAAE,4BAA4B;IACzC,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,y4BAYsH;SAChI;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_datasources_settings = void 0;
4
+ exports.idw_datasources_settings = {
5
+ name: 'idw_datasources_settings',
6
+ description: 'IDW Data Sources Settings',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "[**Data Sources**](internal-action/open-datasources-settings) are external services and integrations that provide information and context to the IDW. They determine *where* the system can search for answers or which engines it uses to process requests.\n\n**Standard Data Sources:**\nIDW comes with built-in sources designed to cover essential capabilities:\n* **Websearch**: Searches the internet to provide up-to-date, reliable answers from current online sources.\n* **GPT**: The default AI model that acts as the conversational engine, providing reasoning and generating responses on various topics.\n* **Skills**: Specialized tools that perform specific functional tasks within the IDW.\n* **Knowledge**: A source of company-specific information (files, notes) that provides trusted, in-house answers aligned with organizational needs.\n\n**Custom Data Sources:**\nIDW is extensible via the Model Context Protocol (MCP). This allows you to connect specific external tools or alternative AI models beyond the standard set.\n* **Integration**: Click the **\"+\" button** to connect a new source by providing its MCP server link.\n\n**Managing & Configuring:**\n* **Active Status**: Use the toggle switch to Enable or Disable a source globally.\n* **Configuration**: When adding or editing a source, you define:\n * **MCP Server link**: The technical URL connecting the integration.\n * **Is LLM**: Check this box if the custom source is a conversational model (like a custom LLM) rather than a search tool.\n * **Icon**: Upload or select a visual icon to easily identify the source in the list.\n * **Access Control**: Define who can use this source. Options typically include **Public** (Anyone), **Signed-in users**, **Admins only**, **Private** (Only me), or **Invited users**.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_datasources_settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_datasources_settings.js","sourceRoot":"","sources":["../../../../src/assets/default_knowledges/idw_settings/idw_datasources_settings.ts"],"names":[],"mappings":";;;AAAa,QAAA,wBAAwB,GAAG;IACtC,IAAI,EAAE,0BAA0B;IAChC,WAAW,EAAE,2BAA2B;IACxC,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,qwDAmB6K;SACvL;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_domains_settings = void 0;
4
+ exports.idw_domains_settings = {
5
+ name: 'idw_domains_settings',
6
+ description: 'IDW Domains Settings',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "[**Domains**](internal-action/open-domains-settings) are the **universal categories** used to organize your workspace content.\n\nThey act as a shared classification system for both **Skills** and **Knowledge**.\n* **Concept**: A single Domain (e.g., \"Marketing\") can be used to categorize tools in the Skills menu and, separately, to tag notes in the Knowledge base.\n* **Benefit**: This keeps your workspace structure consistent across different sections.\n\n**Managing Domains:**\n* **Add New**: Click the **\"+\" button** to create a new category.\n* **Domain Name**: Give it a clear title (e.g., \"Finance\", \"General\").\n* **Assigned Skills**: Select which tools belong to this category from the dropdown list.\n* **Visual Style**: Choose an abstract cover image. This visual identifier is used to represent the category wherever it appears (on Skill cards, Knowledge headers, or the Settings grid).\n* **Delete**: Remove categories that are no longer needed using the \"Delete\" button.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_domains_settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_domains_settings.js","sourceRoot":"","sources":["../../../../src/assets/default_knowledges/idw_settings/idw_domains_settings.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;IAClC,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE,sBAAsB;IACnC,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,u+BAWsE;SAChF;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_settings = void 0;
4
+ exports.idw_settings = {
5
+ name: 'idw_settings',
6
+ description: 'IDW Settings Overview',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "[**IDW Settings**](internal-action/open-settings) is the control panel where Admins configure the workspace. The settings are grouped into four main sections:\n\n**1. General**\nCore configuration of the workspace identity and data connections.\n* [**Basic Info**](internal-action/open-basic-info-settings): Name, Instructions, and Visual Identity.\n* [**Data Sources**](internal-action/open-datasources-settings): Manage AI models and knowledge bases.\n* [**Domains**](internal-action/open-domains-settings): Organize content structure.\n* [**Access**](internal-action/open-access-settings): Toggle Public/Private visibility.\n\n**2. Skills**\nExpand capabilities with tools.\n* [**My Skills**](internal-action/open-skills-settings): Manage installed skills.\n* [**Library**](internal-action/open-skills-settings): Browse and install new skills from the catalog.\n\n**3. Customization**\nTailor the user interface.\n* [**Sign Up Page**](internal-action/open-signup-settings): Customize the login screen.\n* [**Start Message Page**](internal-action/open-start-message-settings): Configure the welcome screen and suggested prompts.\n\n**4. Members & Requests**\n* [**Members**](internal-action/open-users-settings): Manage users and roles.\n* [**Requests**](internal-action/open-requests-settings): Approve access for visitors.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_settings.js","sourceRoot":"","sources":["../../../../src/assets/default_knowledges/idw_settings/idw_settings.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;IAC1B,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,uBAAuB;IACpC,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,gzCAqBwE;SAClF;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_skills_settings = void 0;
4
+ exports.idw_skills_settings = {
5
+ name: 'idw_skills_settings',
6
+ description: 'IDW Skills Settings',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "[**Skills Settings**](internal-action/open-skills-settings) allows Admins to manage the functional tools (Skills) available in the workspace.\n\n**My Skills:**\nThis tab shows the list of currently installed skills, where you can manage their settings or uninstall them.\n\n**Library:**\nThe **Library** tab lists all available skills that can be installed. You can search or filter skills by tags.\n\n**Installation Process:**\n1. **Overview**: Click on a skill card to see details. This opens a panel with the Description, Version, Publisher, and Documentation.\n2. **Install & Access**: Click \"Install\". You will be prompted to select the **Access Type** immediately.\n * Options include: Public (Anyone), Signed-in users only, Admins only, Private (Only me), or Invited users.\n * This setting determines who can see and use the skill after installation.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_skills_settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_skills_settings.js","sourceRoot":"","sources":["../../../../src/assets/default_knowledges/idw_settings/idw_skills_settings.ts"],"names":[],"mappings":";;;AAAa,QAAA,mBAAmB,GAAG;IACjC,IAAI,EAAE,qBAAqB;IAC3B,WAAW,EAAE,qBAAqB;IAClC,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,o2BAYiE;SAC3E;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_users_settings = void 0;
4
+ exports.idw_users_settings = {
5
+ name: 'idw_users_settings',
6
+ description: 'IDW Members & Requests Settings',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "The **Members & Requests** section is divided into two distinct pages for managing the workspace community.\n\n**1. [Members](internal-action/open-users-settings)**\nThis page displays the list of all active participants.\n* **Edit Role**: Click the **Pencil icon** next to a user to open the \"Edit user info\" modal. Use the dropdown to switch their Role between **User** and **Admin**, then click Save.\n* **Remove**: Click the **Trash icon** to revoke a user's access to the workspace.\n* **Invite**: Click the **\"+\" button** (bottom right corner) to invite new members via email.\n\n**2. [Requests](internal-action/open-requests-settings)**\nThis page handles pending access applications from visitors.\n* **Approval Flow**: To grant access, you must first **Select a role** (User or Admin) from the dropdown menu, and then click the **Approve** button.\n* **Rejection**: Click the **Reject** button to deny the request.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_users_settings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_users_settings.js","sourceRoot":"","sources":["../../../../src/assets/default_knowledges/idw_settings/idw_users_settings.ts"],"names":[],"mappings":";;;AAAa,QAAA,kBAAkB,GAAG;IAChC,IAAI,EAAE,oBAAoB;IAC1B,WAAW,EAAE,iCAAiC;IAC9C,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,i6BAWmD;SAC7D;KACF;CACF,CAAC"}
@@ -3,12 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.idw_use_case = void 0;
4
4
  exports.idw_use_case = {
5
5
  name: 'idw_use_case',
6
- description: 'IDW use case',
6
+ description: 'IDW Use Case',
7
7
  defaultKnowledge: true,
8
8
  authorId: 'IDW',
9
9
  passages: [
10
10
  {
11
- content: "Whether you're an individual, a small business, or an enterprise, IDW offers endless possibilities tailored to your needs. From automating customer interactions to streamlining internal processes, IDW adapts to your business. Below is just a glimpse of the countless use cases IDW can support\u2014your imagination is the only limit to how you can put it to work.\n\n* **Employee Onboarding**: IDWs can assist new employees by offering personalized onboarding experiences. The workspace can guide them through training materials, answer questions about the company, and help them become familiar with internal tools and processes quickly.\n* **Customer Service and Support**: Internally, IDWs can be used to support teams like customer service by automating the retrieval of information, summarizing customer interactions, or automating repetitive queries. Externally, customer-facing teams can use these digital workspaces to interact with customers via AI chatbots.\n* **Knowledge Sharing and Retrieval**: Employees can access a centralized repository of knowledge with AI assistance to help retrieve information in seconds. This is particularly useful for large organizations where finding the right information can be time-consuming.\n* **Internal Process Automation**: Repetitive internal processes such as data entry, approval workflows, or document management can be automated within an IDW, freeing employees from manual tasks and improving operational efficiency.",
11
+ content: "Whether you're an individual, a small business, or an enterprise, IDW offers endless possibilities tailored to your needs. From automating customer interactions to streamlining internal processes, IDW adapts to your business. \n\n* **Employee Onboarding**: Guide new employees with training materials, answer questions about the company, and help them become familiar with internal tools and processes. \n* **Customer Service and Support**: Automate retrieval of information, summarize customer interactions, or handle repetitive queries. Externally, support teams can integrate IDW chatbots for customer-facing use. \n* **Knowledge Sharing and Retrieval**: Employees can access a centralized repository of knowledge with AI assistance to quickly find documents and answers. \n* **Internal Process Automation**: Repetitive internal processes such as data entry, approvals, or document management can be automated, freeing employees from manual tasks and improving efficiency.",
12
12
  },
13
13
  ],
14
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"idw_use_case.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/idw_use_case.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;IAC1B,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,cAAc;IAC3B,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,08CAK6N;SACvO;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"idw_use_case.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/idw_use_case.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG;IAC1B,IAAI,EAAE,cAAc;IACpB,WAAW,EAAE,cAAc;IAC3B,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,q9BAKwL;SAClM;KACF;CACF,CAAC"}
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.idw_user_guide = void 0;
4
+ exports.idw_user_guide = {
5
+ name: 'idw_user_guide',
6
+ description: 'IDW User Guide',
7
+ defaultKnowledge: true,
8
+ authorId: 'IDW',
9
+ passages: [
10
+ {
11
+ content: "**User Guide: Getting Started**\n\nAs a Member, your role is to collaborate, use tools, and contribute ideas.\n\n**1. Chat & Skills**\n* **Ask**: Use the main chat to find answers. The IDW searches connected Data Sources.\n* **Act**: Run specialized tools via [**Show Skills**](internal-action/show-skills) or the \"My Skills\" menu.\n\n**2. Sharing News**\nYou can share updates with the community.\n* **Create**: Use [**Create Post**](internal-action/create-general-feed) to write an announcement.\n* **Knowledge Integration**: If you toggle **\"Add note\"**, your post will be submitted as a **Suggestion** to the Knowledge Base.\n * *Note*: You cannot publish immediately (the \"Publish\" checkbox is hidden). An Admin must approve it first.\n\n**3. Knowledge Contribution**\nYou help build the workspace intelligence by suggesting content.\n* **Suggesting**: Go to [**IDW Knowledge**](internal-action/open-knowledge) and click **\"Save & Suggest\"** on any new note.\n* **Status**: Your notes appear in the **\"For Review\"** tab until an Admin approves them.",
12
+ },
13
+ ],
14
+ };
15
+ //# sourceMappingURL=idw_user_guide.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idw_user_guide.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/idw_user_guide.ts"],"names":[],"mappings":";;;AAAa,QAAA,cAAc,GAAG;IAC5B,IAAI,EAAE,gBAAgB;IACtB,WAAW,EAAE,gBAAgB;IAC7B,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,6iCAiB2E;SACrF;KACF;CACF,CAAC"}
@@ -2,21 +2,41 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DEFAULT_KNOWLEDGE_DOCUMENTS = void 0;
4
4
  var gsx_information_1 = require("./gsx_information");
5
+ var idw_admin_guide_1 = require("./idw_admin_guide");
6
+ var idw_feeds_1 = require("./idw_feeds");
5
7
  var idw_general_overview_1 = require("./idw_general_overview");
6
8
  var idw_key_features_1 = require("./idw_key_features");
9
+ var idw_knowledge_1 = require("./idw_knowledge");
10
+ var idw_access_settings_1 = require("./idw_settings/idw_access_settings");
11
+ var idw_basic_info_settings_1 = require("./idw_settings/idw_basic_info_settings");
12
+ var idw_customization_settings_1 = require("./idw_settings/idw_customization_settings");
13
+ var idw_datasources_settings_1 = require("./idw_settings/idw_datasources_settings");
14
+ var idw_domains_settings_1 = require("./idw_settings/idw_domains_settings");
15
+ var idw_settings_1 = require("./idw_settings/idw_settings");
16
+ var idw_skills_settings_1 = require("./idw_settings/idw_skills_settings");
17
+ var idw_users_settings_1 = require("./idw_settings/idw_users_settings");
7
18
  var idw_use_case_1 = require("./idw_use_case");
8
- var news_feed_1 = require("./news_feed");
19
+ var idw_user_guide_1 = require("./idw_user_guide");
9
20
  var onereach_information_1 = require("./onereach_information");
10
- var idw_settings_1 = require("./idw_settings");
11
21
  var skills_overview_1 = require("./skills_overview");
12
22
  exports.DEFAULT_KNOWLEDGE_DOCUMENTS = [
13
23
  gsx_information_1.gsx_information,
14
24
  idw_general_overview_1.idw_general_overview,
15
25
  idw_key_features_1.idw_key_features,
16
26
  idw_use_case_1.idw_use_case,
17
- news_feed_1.news_feed,
27
+ idw_feeds_1.idw_feeds,
18
28
  onereach_information_1.onereach_information,
19
29
  idw_settings_1.idw_settings,
30
+ idw_skills_settings_1.idw_skills_settings,
31
+ idw_knowledge_1.idw_knowledge,
32
+ idw_domains_settings_1.idw_domains_settings,
33
+ idw_users_settings_1.idw_users_settings,
34
+ idw_datasources_settings_1.idw_datasources_settings,
35
+ idw_basic_info_settings_1.idw_basic_info_settings,
36
+ idw_customization_settings_1.idw_customization_settings,
37
+ idw_access_settings_1.idw_access_settings,
38
+ idw_user_guide_1.idw_user_guide,
39
+ idw_admin_guide_1.idw_admin_guide,
20
40
  skills_overview_1.skills_overview,
21
41
  ];
22
42
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/index.ts"],"names":[],"mappings":";;;AAAA,qDAAoD;AACpD,+DAA8D;AAC9D,uDAAsD;AACtD,+CAA8C;AAC9C,yCAAwC;AACxC,+DAA8D;AAC9D,+CAA8C;AAC9C,qDAAoD;AAEvC,QAAA,2BAA2B,GAAG;IACzC,iCAAe;IACf,2CAAoB;IACpB,mCAAgB;IAChB,2BAAY;IACZ,qBAAS;IACT,2CAAoB;IACpB,2BAAY;IACZ,iCAAe;CAChB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/index.ts"],"names":[],"mappings":";;;AAEA,qDAAoD;AACpD,qDAAoD;AACpD,yCAAwC;AACxC,+DAA8D;AAC9D,uDAAsD;AACtD,iDAAgD;AAChD,0EAAyE;AACzE,kFAAiF;AACjF,wFAAuF;AACvF,oFAAmF;AACnF,4EAA2E;AAC3E,4DAA2D;AAC3D,0EAAyE;AACzE,wEAAuE;AACvE,+CAA8C;AAC9C,mDAAkD;AAClD,+DAA8D;AAC9D,qDAAoD;AAEvC,QAAA,2BAA2B,GAAG;IACzC,iCAAe;IACf,2CAAoB;IACpB,mCAAgB;IAChB,2BAAY;IACZ,qBAAS;IACT,2CAAoB;IACpB,2BAAY;IACZ,yCAAmB;IACnB,6BAAa;IACb,2CAAoB;IACpB,uCAAkB;IAClB,mDAAwB;IACxB,iDAAuB;IACvB,uDAA0B;IAC1B,yCAAmB;IACnB,+BAAc;IACd,iCAAe;IACf,iCAAe;CAChB,CAAC"}
@@ -3,12 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.onereach_information = void 0;
4
4
  exports.onereach_information = {
5
5
  name: 'onereach_information',
6
- description: 'OneReach information',
6
+ description: 'OneReach.ai Platform Overview',
7
7
  defaultKnowledge: true,
8
8
  authorId: 'IDW',
9
9
  passages: [
10
10
  {
11
- content: "[OneReach.ai](http://onereach.ai/) is a platform focused on creating conversational AI and automation solutions that enable organizations to build intelligent applications. It is designed to empower users to create powerful, AI-driven workflows and conversational experiences without needing to code, using a visual, drag-and-drop interface.\n\n**Key Aspects of** [**OneReach.ai**](http://onereach.ai/)**:**\n\n1. **Conversational AI Platform**:\n * [OneReach.ai](http://onereach.ai/) helps businesses design, build, and deploy conversational AI systems across various channels like messaging apps, voice assistants, and websites. This allows companies to automate customer interactions, support services, and other business processes.\n2. **Low-Code/No-Code Development**:\n * The platform offers tools that allow non-developers to create conversational workflows without needing to write code. This makes it accessible for a wide range of users, from business analysts to product managers.\n3. **Omnichannel Integration**:\n * [OneReach.ai](http://onereach.ai/) enables businesses to create seamless conversational experiences across multiple channels\u2014such as SMS, web chat, voice, and social media\u2014making it easy to manage interactions with customers regardless of the medium they use.\n4. **AI and Automation**:\n * The platform incorporates artificial intelligence to power conversations, automate repetitive tasks, and enhance customer interactions through natural language understanding (NLU) and machine learning.\n * Its capabilities include AI for customer service, data collection, appointment scheduling, and task automation.\n5. **Intelligent Digital Workspaces (IDW)**:\n * [OneReach.ai](http://onereach.ai/) offers solutions for creating **Intelligent Digital Workspaces**\u2014virtual environments where teams can collaborate using AI-driven tools to automate internal processes, share knowledge, and streamline communication. This concept is designed to improve productivity by enabling workers to interact with knowledge and systems in a more conversational, efficient way.\n6. **Custom AI Skills**:\n * Users can create custom \"skills\" or automation modules that fit specific business needs, from simple task automation to more complex conversational AI-driven workflows.\n7. **API and Integration**:\n * [OneReach.ai](http://onereach.ai/) provides APIs for integrating the platform with existing enterprise systems and other third-party applications. This allows businesses to incorporate AI and automation into their current tools and processes.\n\n**Common Use Cases:**\n\n* **Customer Support**: Automating FAQs, handling customer inquiries, and assisting support agents in resolving issues faster.\n* **Sales and Marketing**: Automating lead generation, nurturing customers, and facilitating customer interactions across channels.\n* **Internal Operations**: Streamlining internal workflows by automating repetitive tasks, managing knowledge, and simplifying communication.",
11
+ content: "[OneReach.ai](http://onereach.ai/) is a platform focused on creating conversational AI and automation solutions that enable organizations to build intelligent applications. It empowers users to create AI-driven workflows and conversational experiences without coding, using a visual, drag-and-drop interface. \n\n**Key Aspects of [OneReach.ai](http://onereach.ai/):** \n\n1. **Conversational AI Platform**: Design, build, and deploy conversational AI systems across messaging apps, voice assistants, and websites. \n2. **Low-Code/No-Code Development**: Build workflows without writing code, making the platform accessible to business analysts and product managers. \n3. **Omnichannel Integration**: Seamlessly manage interactions across SMS, web chat, voice, and social media. \n4. **AI and Automation**: Automate customer service, data collection, appointment scheduling, and task handling with NLU and ML. \n5. **Intelligent Digital Workspaces (IDW)**: Create **IDWs**, where teams collaborate using AI-driven tools, knowledge, and automation \u2014 now managed and configured via **IDW Settings**. \n6. **Custom Workflows and Automations**: Create tailored automations that fit specific business needs, from simple tasks to complex processes. \n7. **API and Integration**: Use APIs to connect OneReach.ai with enterprise systems and third-party apps. \n\n**Common Use Cases:** \n* **Customer Support**: Automating FAQs, handling inquiries, and assisting support agents. \n* **Sales and Marketing**: Lead generation, customer nurturing, and omnichannel engagement. \n* **Internal Operations**: Streamlining workflows by automating repetitive tasks, managing knowledge, and simplifying communication.",
12
12
  },
13
13
  ],
14
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"onereach_information.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/onereach_information.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;IAClC,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE,sBAAsB;IACnC,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,i/FAwBiI;SAC3I;KACF;CACF,CAAC"}
1
+ {"version":3,"file":"onereach_information.js","sourceRoot":"","sources":["../../../src/assets/default_knowledges/onereach_information.ts"],"names":[],"mappings":";;;AAAa,QAAA,oBAAoB,GAAG;IAClC,IAAI,EAAE,sBAAsB;IAC5B,WAAW,EAAE,+BAA+B;IAC5C,gBAAgB,EAAE,IAAI;IACtB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE;QACR;YACE,OAAO,EAAE,mrDAesH;SAChI;KACF;CACF,CAAC"}