@adminide-stack/yantra-help-browser 12.0.16-alpha.2 → 12.0.16-alpha.21
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/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +93 -85
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts +1 -5
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +67 -69
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +3 -2
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/SearchBar.d.ts +8 -0
- package/lib/components/SearchBar.d.ts.map +1 -0
- package/lib/components/SearchBar.js +234 -0
- package/lib/components/SearchBar.js.map +1 -0
- package/lib/components/SidebarSearch.d.ts +8 -0
- package/lib/components/SidebarSearch.d.ts.map +1 -0
- package/lib/components/SidebarSearch.js +114 -0
- package/lib/components/SidebarSearch.js.map +1 -0
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +5 -4
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +19 -1
- package/lib/compute.js.map +1 -1
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +5 -11
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +135 -50
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +211 -1
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +17 -23
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +106 -37
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +14 -6
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +0 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +3 -6
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +1 -6
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js +314 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
- package/lib/pages/Markdown/index.d.ts +3 -0
- package/lib/pages/Markdown/index.d.ts.map +1 -0
- package/lib/pages/Markdown/index.js +5 -0
- package/lib/pages/Markdown/index.js.map +1 -0
- package/lib/routes.json +28 -1
- package/lib/{content → templates/content}/account-management/account-setup.md +10 -0
- package/lib/{content → templates/content}/account-management/delete-account.md +10 -0
- package/lib/{content → templates/content}/account-management/preferences.md +10 -0
- package/lib/{content → templates/content}/account-management/privacy-settings.md +10 -0
- package/lib/{content → templates/content}/account-management/profile-settings.md +8 -0
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/content-manifest.json +5670 -0
- package/lib/{content → templates/content}/data-privacy/data-collection.md +9 -0
- package/lib/{content → templates/content}/data-privacy/privacy-policy.md +10 -0
- package/lib/{content → templates/content}/data-subject-privacy/data-access.md +12 -0
- package/lib/{content → templates/content}/data-subject-privacy/data-portability.md +15 -0
- package/lib/{content → templates/content}/data-subject-privacy/privacy-requests.md +11 -0
- package/lib/{content → templates/content}/file-uploads/file-upload-overview.md +9 -0
- package/lib/{content → templates/content}/getting-started/getting-started-guide.md +9 -0
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/{content → templates/content}/product-features/ai-models.md +1 -1
- package/lib/{content → templates/content}/product-features/collaboration-tools.md +8 -0
- package/lib/{content → templates/content}/product-features/conversation-features.md +6 -0
- package/lib/{content → templates/content}/product-features/export-features.md +8 -0
- package/lib/{content → templates/content}/product-features/follow-up-questions.md +8 -0
- package/lib/{content → templates/content}/product-features/real-time-search.md +8 -0
- package/lib/{content → templates/content}/product-features/saved-searches.md +8 -0
- package/lib/{content → templates/content}/product-features/search-features.md +1 -1
- package/lib/{content → templates/content}/product-features/search-history.md +8 -0
- package/lib/{content → templates/content}/product-features/source-citations.md +8 -0
- package/lib/{content → templates/content}/scope-api/api-overview.md +8 -0
- package/lib/{content → templates/content}/search-modes/deep-research.md +8 -0
- package/lib/{content → templates/content}/search-modes/labs-features.md +10 -0
- package/lib/{content → templates/content}/search-modes/pro-search.md +8 -0
- package/lib/{content → templates/content}/search-modes/regular-search.md +8 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/{content → templates/content}/spaces-library/spaces-overview.md +8 -0
- package/lib/{content → templates/content}/student-hub/academic-research.md +8 -0
- package/lib/{content → templates/content}/student-hub/student-discounts.md +10 -0
- package/lib/{content → templates/content}/student-hub/student-overview.md +8 -0
- package/lib/{content → templates/content}/student-hub/study-tools.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/billing-cycle.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/billing-overview.md +6 -0
- package/lib/{content → templates/content}/subscription-billing/billing-support.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/currency-support.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/enterprise-pricing.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/invoice-management.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/payment-methods.md +9 -0
- package/lib/{content → templates/content}/subscription-billing/promotional-offers.md +8 -0
- package/lib/{content → templates/content}/subscription-billing/refund-policy.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/student-discounts.md +10 -0
- package/lib/{content → templates/content}/subscription-billing/tax-information.md +8 -0
- package/lib/{content → templates/content}/technical-questions/ai-models-technical.md +10 -0
- package/lib/{content → templates/content}/technical-questions/api-technical.md +10 -0
- package/lib/{content → templates/content}/technical-questions/data-processing.md +10 -0
- package/lib/{content → templates/content}/technical-questions/database-architecture.md +10 -0
- package/lib/{content → templates/content}/technical-questions/infrastructure.md +10 -0
- package/lib/{content → templates/content}/technical-questions/performance-optimization.md +10 -0
- package/lib/{content → templates/content}/technical-questions/search-algorithms.md +10 -0
- package/lib/{content → templates/content}/technical-questions/technical-overview.md +10 -0
- package/lib/{content → templates/content}/threads/conversation-management.md +8 -0
- package/lib/{content → templates/content}/threads/threads-overview.md +8 -0
- package/lib/{content → templates/content}/troubleshooting/common-issues.md +8 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/lib/{content → templates/content}/what-is-yantra/getting-started-yantra.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
- package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
- package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
- package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
- package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
- package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
- package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
- package/lib/utils/docsNavigation.d.ts +10 -0
- package/lib/utils/docsNavigation.d.ts.map +1 -0
- package/lib/utils/docsNavigation.js +151 -0
- package/lib/utils/docsNavigation.js.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -1
- package/lib/utils/markdownLoader.d.ts +12 -4
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +362 -1163
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +23 -6
- package/lib/pages/ArticlePage/index.d.ts +0 -4
- package/lib/pages/ArticlePage/index.d.ts.map +0 -1
- package/lib/pages/ArticlePage/index.js +0 -190
- package/lib/pages/ArticlePage/index.js.map +0 -1
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.js +0 -58
- package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
/**
|
|
3
|
+
* Wrapper component that uses Remix useParams to automatically load article data.
|
|
4
|
+
* This maintains backward compatibility with the existing routing structure.
|
|
5
|
+
*
|
|
6
|
+
* For a more reusable approach, use ArticlePage directly with props.
|
|
7
|
+
*/
|
|
8
|
+
export declare const MarkdownPageWithParams: React.FC;
|
|
9
|
+
//# sourceMappingURL=MarkdownPageWithParams.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MarkdownPageWithParams.d.ts","sourceRoot":"","sources":["../../../src/pages/Markdown/MarkdownPageWithParams.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AASnD;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EA+D1C,CAAC"}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import {useState,useEffect}from'react';import {useParams}from'@remix-run/react';import {MarkdownPage}from'@admin-layout/tailwind-ui/components/Markdown/MarkdownPage.js';import {getCategoryByIdSync,loadArticleContent}from'../../utils/markdownLoader.js';/**
|
|
2
|
+
* Wrapper component that uses Remix useParams to automatically load article data.
|
|
3
|
+
* This maintains backward compatibility with the existing routing structure.
|
|
4
|
+
*
|
|
5
|
+
* For a more reusable approach, use ArticlePage directly with props.
|
|
6
|
+
*/
|
|
7
|
+
const MarkdownPageWithParams = () => {
|
|
8
|
+
const {
|
|
9
|
+
categoryId,
|
|
10
|
+
articleSlug
|
|
11
|
+
} = useParams();
|
|
12
|
+
const [markdown, setMarkdown] = useState(null);
|
|
13
|
+
const [previousMarkdown, setPreviousMarkdown] = useState(null);
|
|
14
|
+
const [nextMarkdown, setNextMarkdown] = useState(null);
|
|
15
|
+
useEffect(() => {
|
|
16
|
+
if (articleSlug) {
|
|
17
|
+
const loadContent = async () => {
|
|
18
|
+
const articleData = await loadArticleContent(articleSlug);
|
|
19
|
+
setMarkdown(articleData);
|
|
20
|
+
// Calculate previous/next markdown from category
|
|
21
|
+
if (articleData) {
|
|
22
|
+
const category = getCategoryByIdSync(articleData.categoryId || categoryId || '');
|
|
23
|
+
const categoryArticles = category?.articles ?? [];
|
|
24
|
+
const currentIndex = categoryArticles.findIndex(a => a.slug === articleData.slug);
|
|
25
|
+
if (currentIndex > 0) {
|
|
26
|
+
const prev = categoryArticles[currentIndex - 1];
|
|
27
|
+
setPreviousMarkdown({
|
|
28
|
+
categoryId: articleData.categoryId || categoryId || '',
|
|
29
|
+
slug: prev.slug,
|
|
30
|
+
title: prev.title
|
|
31
|
+
});
|
|
32
|
+
} else {
|
|
33
|
+
setPreviousMarkdown(null);
|
|
34
|
+
}
|
|
35
|
+
if (currentIndex >= 0 && currentIndex < categoryArticles.length - 1) {
|
|
36
|
+
const next = categoryArticles[currentIndex + 1];
|
|
37
|
+
setNextMarkdown({
|
|
38
|
+
categoryId: articleData.categoryId || categoryId || '',
|
|
39
|
+
slug: next.slug,
|
|
40
|
+
title: next.title
|
|
41
|
+
});
|
|
42
|
+
} else {
|
|
43
|
+
setNextMarkdown(null);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
loadContent();
|
|
48
|
+
}
|
|
49
|
+
}, [articleSlug, categoryId]);
|
|
50
|
+
const category = markdown ? getCategoryByIdSync(markdown.categoryId || categoryId || '') : null;
|
|
51
|
+
return jsx(MarkdownPage, {
|
|
52
|
+
article: markdown,
|
|
53
|
+
categoryId: categoryId,
|
|
54
|
+
categoryTitle: category?.title,
|
|
55
|
+
articleSlug: articleSlug,
|
|
56
|
+
loadArticle: loadArticleContent,
|
|
57
|
+
previousMarkdown: previousMarkdown,
|
|
58
|
+
nextMarkdown: nextMarkdown,
|
|
59
|
+
getMarkdownLink: (categoryId, slug) => `/help-center/${categoryId}/${slug}`,
|
|
60
|
+
getCategoryLink: categoryId => `/help-center/${categoryId}`,
|
|
61
|
+
getHelpCenterLink: () => '/help-center',
|
|
62
|
+
helpCenterLabel: "All Collections",
|
|
63
|
+
backToHelpCenterLabel: "\u2190 Back to Help Center"
|
|
64
|
+
});
|
|
65
|
+
};export{MarkdownPageWithParams};//# sourceMappingURL=MarkdownPageWithParams.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MarkdownPageWithParams.js","sources":["../../../src/pages/Markdown/MarkdownPageWithParams.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"gSASA;;;;;AAKG;AACI,MAAM,sBAAsB,GAAa,MAAK;QAC3C;IACN,UAAe;IACf;MACM,SAAa,EAAA;QAEV,CAAA,QAAI,EAAE,WAAA,CAAA,GAAA,QAAA,CAAA,IAAA,CAAA;QACX,CAAI,gBAAa,EAAC,mBAAA,CAAA,GAAA,QAAA,CAAA,IAAA,CAAA;AACd,EAAA,MAAA,CAAA,YAAiB,EAAA,eAAQ,CAAA,GAAM,QAAA,CAAA,IAAA,CAAA;AAC3B,EAAA,SAAA,CAAA,MAAA;mBACW,EAAA;uBAEsC,GAAA,YAAA;yBAC7C,GAAA,MAAc,kBAAA,CAAA,WAAA,CAAA;AACd,QAAA,WAAA,CAAA,WAAc,CAAA;AACd;AACA,QAAA,IAAA,WAAA,EAAA;AAEA,UAAA,MAAA,QAAI,GAAY,mBAAO,CAAA,WAAA,CAAA,UAAA,IAAA,UAAA,IAAA,EAAA,CAAA;gCACb,WAAuB,EAAA,QAAA;AAC7B,UAAA,MAAA,YAAA,GAAA,gBAAoB,CAAA,SAAA,CAAA,CAAA,IAAA,CAAA,CAAA,IAAA,KAAA,WAAA,CAAA,IAAA,CAAA;AAChB,UAAA,IAAA,YAAA,GAAA,CAAA,EAAA;yCACe,CAAA,YAAA,GAAA,CAAA,CAAA;+BACV,CAAA;AACR,cAAA,UAAA,EAAC,WAAC,CAAA,UAAA,IAAA,UAAA,IAAA,EAAA;oBACP,IAAC,CAAA,IAAA;yBAAM,CAAC;;;AAIR,YAAA,mBAAgB,CAAA,IAAA,CAAA;;AAEZ,UAAA,IAAA,YAAA,IAAA,CAAA,IAAA,YAAgB,GAAA,gBAAA,CAAA,MAAA,GAAA,CAAA,EAAA;AACZ,YAAA,MAAA,IAAA,GAAA,gBAAuB,CAAA;4BACvB;qCACW,CAAA,UAAM,IAAA,UAAA,IAAA,EAAA;AACpB,cAAA,IAAA,EAAA,IAAA,CAAA,IAAE;qBACN,IAAA,CAAA;;;2BAEA,CAAA,IAAA,CAAA;;AAET;AACA,OAAA;iBACH,EAAA;AACL;KAEM,CAAA,WAAA,YAAmB,CAAC,CAAC;AAE3B,EAAA,MAAA,QACK,GAAA,QAAA,GACG,mBAAiB,CAAA,QACP,CAAA,wBACV,IAAA,EAAa,CAAE,GAAA,IAAA;AAY3B,EAAE,OAAAA,GAAA,CAAA,YAAA,EAAA;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/Markdown/index.tsx"],"names":[],"mappings":"AAGA,QAAA,MAAM,iBAAiB,+CAMtB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import {jsx}from'react/jsx-runtime';import {MarkdownPageWithParams}from'./MarkdownPageWithParams.js';import {MarkdownPageLayout}from'./MarkdownPageLayout.js';const MarkdownPageIndex = () => {
|
|
2
|
+
return jsx(MarkdownPageLayout, {
|
|
3
|
+
children: jsx(MarkdownPageWithParams, {})
|
|
4
|
+
});
|
|
5
|
+
};export{MarkdownPageIndex as default};//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/pages/Markdown/index.tsx"],"sourcesContent":[null],"names":["_jsx"],"mappings":"8JAGM,MAAA,iBAAiB,GAAG,MAAK;SACpBA,sBACgB,EAAA;AAI3B,IAAE,QAAA,EAAAA,GAAA,CAAA,sBAAA,EAAA,EAAA;AAEF,GAAA,CAAA;"}
|
package/lib/routes.json
CHANGED
|
@@ -1,4 +1,31 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"/": {
|
|
4
|
+
"key": "root-layout",
|
|
5
|
+
"name": "root layout",
|
|
6
|
+
"path": "/",
|
|
7
|
+
"auth": "optional",
|
|
8
|
+
"extraPermissions": [
|
|
9
|
+
"*"
|
|
10
|
+
],
|
|
11
|
+
"exact": false,
|
|
12
|
+
"componentPath": "@admin-layout/tailwind-design-pro/lib/components/Layout/ProTailwindLayout.js",
|
|
13
|
+
"hasLoader": true,
|
|
14
|
+
"hasClientLoader": true,
|
|
15
|
+
"hasComponent": true,
|
|
16
|
+
"hasLinks": true,
|
|
17
|
+
"hasShouldRevalidate": true,
|
|
18
|
+
"hasHandle": true,
|
|
19
|
+
"loaderReturnInfo": {
|
|
20
|
+
"hasOptions": false,
|
|
21
|
+
"keys": [
|
|
22
|
+
"newMenuData",
|
|
23
|
+
"apolloState",
|
|
24
|
+
"permissions"
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
2
29
|
{
|
|
3
30
|
"//landing": {
|
|
4
31
|
"path": "//landing",
|
|
@@ -51,7 +78,7 @@
|
|
|
51
78
|
"exact": true,
|
|
52
79
|
"hideInMenu": true,
|
|
53
80
|
"position": "MIDDLE",
|
|
54
|
-
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/
|
|
81
|
+
"componentPath": "@adminide-stack/yantra-help-browser/lib/pages/Markdown/index.js",
|
|
55
82
|
"hasComponent": true
|
|
56
83
|
}
|
|
57
84
|
}
|
|
@@ -5,6 +5,7 @@ Complete guide to setting up your Yantra account.
|
|
|
5
5
|
## Initial Setup
|
|
6
6
|
|
|
7
7
|
### Account Creation
|
|
8
|
+
|
|
8
9
|
1. **Visit Website**: Go to Yantra website
|
|
9
10
|
2. **Sign Up**: Click sign-up button
|
|
10
11
|
3. **Enter Details**: Provide email and password
|
|
@@ -12,6 +13,7 @@ Complete guide to setting up your Yantra account.
|
|
|
12
13
|
5. **Complete Profile**: Add additional information
|
|
13
14
|
|
|
14
15
|
### Profile Completion
|
|
16
|
+
|
|
15
17
|
- **Personal Information**: Name, location, interests
|
|
16
18
|
- **Professional Details**: Job title, industry
|
|
17
19
|
- **Usage Preferences**: Search preferences, notifications
|
|
@@ -20,12 +22,14 @@ Complete guide to setting up your Yantra account.
|
|
|
20
22
|
## Account Configuration
|
|
21
23
|
|
|
22
24
|
### Basic Settings
|
|
25
|
+
|
|
23
26
|
- **Display Name**: Set your display name
|
|
24
27
|
- **Profile Picture**: Upload profile photo
|
|
25
28
|
- **Bio**: Add personal description
|
|
26
29
|
- **Contact Information**: Email, phone (optional)
|
|
27
30
|
|
|
28
31
|
### Preferences Setup
|
|
32
|
+
|
|
29
33
|
- **Search Preferences**: Default search settings
|
|
30
34
|
- **Notification Settings**: Email and in-app notifications
|
|
31
35
|
- **Privacy Settings**: Data sharing controls
|
|
@@ -34,12 +38,14 @@ Complete guide to setting up your Yantra account.
|
|
|
34
38
|
## Security Setup
|
|
35
39
|
|
|
36
40
|
### Password Security
|
|
41
|
+
|
|
37
42
|
- **Strong Password**: Use strong, unique password
|
|
38
43
|
- **Password Manager**: Use password manager
|
|
39
44
|
- **Regular Updates**: Update password regularly
|
|
40
45
|
- **Two-Factor Authentication**: Enable 2FA
|
|
41
46
|
|
|
42
47
|
### Account Security
|
|
48
|
+
|
|
43
49
|
- **Login Monitoring**: Monitor login activity
|
|
44
50
|
- **Device Management**: Manage trusted devices
|
|
45
51
|
- **Security Alerts**: Enable security notifications
|
|
@@ -48,12 +54,14 @@ Complete guide to setting up your Yantra account.
|
|
|
48
54
|
## Account Verification
|
|
49
55
|
|
|
50
56
|
### Email Verification
|
|
57
|
+
|
|
51
58
|
- **Check Email**: Look for verification email
|
|
52
59
|
- **Click Link**: Click verification link
|
|
53
60
|
- **Confirm Account**: Complete verification process
|
|
54
61
|
- **Resend Email**: Resend if needed
|
|
55
62
|
|
|
56
63
|
### Additional Verification
|
|
64
|
+
|
|
57
65
|
- **Phone Verification**: Optional phone verification
|
|
58
66
|
- **Identity Verification**: For premium features
|
|
59
67
|
- **Business Verification**: For business accounts
|
|
@@ -62,12 +70,14 @@ Complete guide to setting up your Yantra account.
|
|
|
62
70
|
## Post-Setup
|
|
63
71
|
|
|
64
72
|
### First Steps
|
|
73
|
+
|
|
65
74
|
- **Explore Interface**: Familiarize with interface
|
|
66
75
|
- **Try First Search**: Perform initial search
|
|
67
76
|
- **Set Preferences**: Configure preferences
|
|
68
77
|
- **Enable Features**: Activate desired features
|
|
69
78
|
|
|
70
79
|
### Account Optimization
|
|
80
|
+
|
|
71
81
|
- **Complete Profile**: Fill out all profile sections
|
|
72
82
|
- **Set Preferences**: Configure all preferences
|
|
73
83
|
- **Enable Security**: Activate security features
|
|
@@ -5,12 +5,14 @@ How to permanently delete your Yantra account.
|
|
|
5
5
|
## Account Deletion Process
|
|
6
6
|
|
|
7
7
|
### Before Deleting
|
|
8
|
+
|
|
8
9
|
- **Export Data**: Download your data before deletion
|
|
9
10
|
- **Cancel Subscriptions**: Cancel any active subscriptions
|
|
10
11
|
- **Remove Integrations**: Disconnect third-party integrations
|
|
11
12
|
- **Notify Team Members**: Inform team members if applicable
|
|
12
13
|
|
|
13
14
|
### Deletion Steps
|
|
15
|
+
|
|
14
16
|
1. **Access Settings**: Go to Account Settings
|
|
15
17
|
2. **Privacy Section**: Navigate to Privacy section
|
|
16
18
|
3. **Delete Account**: Click "Delete Account"
|
|
@@ -20,12 +22,14 @@ How to permanently delete your Yantra account.
|
|
|
20
22
|
## Data Deletion
|
|
21
23
|
|
|
22
24
|
### What Gets Deleted
|
|
25
|
+
|
|
23
26
|
- **Account Information**: All account data
|
|
24
27
|
- **Search History**: Complete search history
|
|
25
28
|
- **Saved Searches**: All saved searches
|
|
26
29
|
- **Personal Data**: All personal information
|
|
27
30
|
|
|
28
31
|
### Data Retention
|
|
32
|
+
|
|
29
33
|
- **Billing Records**: Retained for legal compliance
|
|
30
34
|
- **Support Records**: Retained for support purposes
|
|
31
35
|
- **Security Logs**: Retained for security purposes
|
|
@@ -34,12 +38,14 @@ How to permanently delete your Yantra account.
|
|
|
34
38
|
## Account Recovery
|
|
35
39
|
|
|
36
40
|
### Recovery Options
|
|
41
|
+
|
|
37
42
|
- **30-Day Window**: 30 days to recover account
|
|
38
43
|
- **Data Restoration**: All data can be restored
|
|
39
44
|
- **Same Credentials**: Use same login credentials
|
|
40
45
|
- **Contact Support**: Get help with recovery
|
|
41
46
|
|
|
42
47
|
### Recovery Process
|
|
48
|
+
|
|
43
49
|
1. **Attempt Login**: Try to log in with old credentials
|
|
44
50
|
2. **Recovery Option**: Select account recovery option
|
|
45
51
|
3. **Verify Identity**: Complete identity verification
|
|
@@ -48,12 +54,14 @@ How to permanently delete your Yantra account.
|
|
|
48
54
|
## Alternative Options
|
|
49
55
|
|
|
50
56
|
### Account Suspension
|
|
57
|
+
|
|
51
58
|
- **Temporary Suspension**: Suspend instead of delete
|
|
52
59
|
- **Data Preservation**: Keep data during suspension
|
|
53
60
|
- **Easy Reactivation**: Simple reactivation process
|
|
54
61
|
- **Flexible Duration**: Suspend for any duration
|
|
55
62
|
|
|
56
63
|
### Account Downgrade
|
|
64
|
+
|
|
57
65
|
- **Downgrade to Free**: Switch to free plan
|
|
58
66
|
- **Reduce Features**: Limit account features
|
|
59
67
|
- **Maintain Data**: Keep account data
|
|
@@ -62,12 +70,14 @@ How to permanently delete your Yantra account.
|
|
|
62
70
|
## Important Considerations
|
|
63
71
|
|
|
64
72
|
### Irreversible Actions
|
|
73
|
+
|
|
65
74
|
- **Permanent Deletion**: Cannot be undone after 30 days
|
|
66
75
|
- **Data Loss**: All data will be permanently lost
|
|
67
76
|
- **Subscription Loss**: Active subscriptions will be cancelled
|
|
68
77
|
- **Team Impact**: May affect team members
|
|
69
78
|
|
|
70
79
|
### Legal and Compliance
|
|
80
|
+
|
|
71
81
|
- **Billing Obligations**: May have ongoing billing obligations
|
|
72
82
|
- **Contract Terms**: Review contract terms before deletion
|
|
73
83
|
- **Data Rights**: Understand your data rights
|
|
@@ -5,12 +5,14 @@ Customizing your Yantra experience and preferences.
|
|
|
5
5
|
## Search Preferences
|
|
6
6
|
|
|
7
7
|
### Default Settings
|
|
8
|
+
|
|
8
9
|
- **Search Mode**: Default search mode preference
|
|
9
10
|
- **Language**: Preferred language for searches
|
|
10
11
|
- **Region**: Geographic region preference
|
|
11
12
|
- **Time Zone**: Local time zone setting
|
|
12
13
|
|
|
13
14
|
### Search Behavior
|
|
15
|
+
|
|
14
16
|
- **Auto-suggestions**: Enable/disable suggestions
|
|
15
17
|
- **Search History**: Save search history
|
|
16
18
|
- **Result Format**: Preferred result format
|
|
@@ -19,12 +21,14 @@ Customizing your Yantra experience and preferences.
|
|
|
19
21
|
## Display Preferences
|
|
20
22
|
|
|
21
23
|
### Interface Settings
|
|
24
|
+
|
|
22
25
|
- **Theme**: Light or dark theme
|
|
23
26
|
- **Font Size**: Text size preference
|
|
24
27
|
- **Layout**: Interface layout preference
|
|
25
28
|
- **Accessibility**: Accessibility options
|
|
26
29
|
|
|
27
30
|
### Content Display
|
|
31
|
+
|
|
28
32
|
- **Result Length**: Preferred answer length
|
|
29
33
|
- **Citation Style**: Citation format preference
|
|
30
34
|
- **Image Display**: Image loading preferences
|
|
@@ -33,12 +37,14 @@ Customizing your Yantra experience and preferences.
|
|
|
33
37
|
## Notification Preferences
|
|
34
38
|
|
|
35
39
|
### Email Notifications
|
|
40
|
+
|
|
36
41
|
- **Search Updates**: Notifications about saved searches
|
|
37
42
|
- **Team Activity**: Team collaboration notifications
|
|
38
43
|
- **System Updates**: Important system notifications
|
|
39
44
|
- **Marketing Emails**: Promotional communications
|
|
40
45
|
|
|
41
46
|
### In-app Notifications
|
|
47
|
+
|
|
42
48
|
- **Real-time Alerts**: Live notifications
|
|
43
49
|
- **Sound Settings**: Audio notification preferences
|
|
44
50
|
- **Desktop Notifications**: Browser notifications
|
|
@@ -47,12 +53,14 @@ Customizing your Yantra experience and preferences.
|
|
|
47
53
|
## Privacy Preferences
|
|
48
54
|
|
|
49
55
|
### Data Sharing
|
|
56
|
+
|
|
50
57
|
- **Usage Analytics**: Control data collection
|
|
51
58
|
- **Personalization**: Enable/disable personalization
|
|
52
59
|
- **Marketing Communications**: Manage marketing emails
|
|
53
60
|
- **Third-party Sharing**: Control data sharing
|
|
54
61
|
|
|
55
62
|
### Privacy Controls
|
|
63
|
+
|
|
56
64
|
- **Profile Visibility**: Control profile visibility
|
|
57
65
|
- **Search History**: Manage search history privacy
|
|
58
66
|
- **Activity Status**: Show/hide online status
|
|
@@ -61,12 +69,14 @@ Customizing your Yantra experience and preferences.
|
|
|
61
69
|
## Advanced Preferences
|
|
62
70
|
|
|
63
71
|
### Performance Settings
|
|
72
|
+
|
|
64
73
|
- **Loading Speed**: Optimize for speed or quality
|
|
65
74
|
- **Caching**: Enable/disable caching
|
|
66
75
|
- **Offline Mode**: Offline functionality
|
|
67
76
|
- **Sync Settings**: Data synchronization preferences
|
|
68
77
|
|
|
69
78
|
### Integration Settings
|
|
79
|
+
|
|
70
80
|
- **API Access**: API usage preferences
|
|
71
81
|
- **Third-party Integrations**: External tool connections
|
|
72
82
|
- **Export Settings**: Default export preferences
|
|
@@ -5,12 +5,14 @@ Managing your privacy and data sharing preferences.
|
|
|
5
5
|
## Privacy Controls
|
|
6
6
|
|
|
7
7
|
### Data Collection
|
|
8
|
+
|
|
8
9
|
- **Usage Analytics**: Control usage data collection
|
|
9
10
|
- **Search Analytics**: Manage search data collection
|
|
10
11
|
- **Performance Data**: Control performance monitoring
|
|
11
12
|
- **Error Reporting**: Manage error data collection
|
|
12
13
|
|
|
13
14
|
### Personalization
|
|
15
|
+
|
|
14
16
|
- **Personalized Results**: Enable/disable personalization
|
|
15
17
|
- **Recommendation Engine**: Control recommendations
|
|
16
18
|
- **Customized Interface**: Manage interface customization
|
|
@@ -19,12 +21,14 @@ Managing your privacy and data sharing preferences.
|
|
|
19
21
|
## Data Sharing
|
|
20
22
|
|
|
21
23
|
### Marketing Communications
|
|
24
|
+
|
|
22
25
|
- **Email Marketing**: Control marketing emails
|
|
23
26
|
- **Promotional Offers**: Manage promotional communications
|
|
24
27
|
- **Newsletter Subscriptions**: Control newsletter subscriptions
|
|
25
28
|
- **Product Updates**: Manage product update notifications
|
|
26
29
|
|
|
27
30
|
### Third-party Sharing
|
|
31
|
+
|
|
28
32
|
- **Analytics Partners**: Control analytics data sharing
|
|
29
33
|
- **Advertising Partners**: Manage advertising data sharing
|
|
30
34
|
- **Research Partners**: Control research data sharing
|
|
@@ -33,12 +37,14 @@ Managing your privacy and data sharing preferences.
|
|
|
33
37
|
## Profile Privacy
|
|
34
38
|
|
|
35
39
|
### Profile Visibility
|
|
40
|
+
|
|
36
41
|
- **Public Profile**: Make profile publicly visible
|
|
37
42
|
- **Private Profile**: Keep profile private
|
|
38
43
|
- **Limited Visibility**: Restrict profile visibility
|
|
39
44
|
- **Custom Settings**: Customize visibility settings
|
|
40
45
|
|
|
41
46
|
### Contact Information
|
|
47
|
+
|
|
42
48
|
- **Email Visibility**: Control email visibility
|
|
43
49
|
- **Phone Visibility**: Control phone visibility
|
|
44
50
|
- **Location Visibility**: Control location visibility
|
|
@@ -47,12 +53,14 @@ Managing your privacy and data sharing preferences.
|
|
|
47
53
|
## Search Privacy
|
|
48
54
|
|
|
49
55
|
### Search History
|
|
56
|
+
|
|
50
57
|
- **Save Searches**: Enable/disable search saving
|
|
51
58
|
- **Search Analytics**: Control search analytics
|
|
52
59
|
- **Personalized Results**: Manage personalized results
|
|
53
60
|
- **Search Suggestions**: Control search suggestions
|
|
54
61
|
|
|
55
62
|
### Result Privacy
|
|
63
|
+
|
|
56
64
|
- **Private Searches**: Enable private search mode
|
|
57
65
|
- **Incognito Mode**: Use incognito search
|
|
58
66
|
- **No Tracking**: Disable search tracking
|
|
@@ -61,12 +69,14 @@ Managing your privacy and data sharing preferences.
|
|
|
61
69
|
## Account Privacy
|
|
62
70
|
|
|
63
71
|
### Login Privacy
|
|
72
|
+
|
|
64
73
|
- **Login History**: Control login history tracking
|
|
65
74
|
- **Device Tracking**: Manage device tracking
|
|
66
75
|
- **Location Tracking**: Control location tracking
|
|
67
76
|
- **Session Privacy**: Manage session privacy
|
|
68
77
|
|
|
69
78
|
### Account Security
|
|
79
|
+
|
|
70
80
|
- **Two-Factor Authentication**: Enable 2FA
|
|
71
81
|
- **Login Notifications**: Control login notifications
|
|
72
82
|
- **Security Alerts**: Manage security alerts
|
|
@@ -5,12 +5,14 @@ Managing your Yantra profile and personal information.
|
|
|
5
5
|
## Profile Information
|
|
6
6
|
|
|
7
7
|
### Personal Details
|
|
8
|
+
|
|
8
9
|
- **Name**: Your display name
|
|
9
10
|
- **Email**: Primary email address
|
|
10
11
|
- **Profile Picture**: Upload and manage avatar
|
|
11
12
|
- **Bio**: Personal description and interests
|
|
12
13
|
|
|
13
14
|
### Account Information
|
|
15
|
+
|
|
14
16
|
- **Username**: Your unique username
|
|
15
17
|
- **Account Type**: Free, Pro, Max, or Enterprise
|
|
16
18
|
- **Member Since**: Account creation date
|
|
@@ -19,12 +21,14 @@ Managing your Yantra profile and personal information.
|
|
|
19
21
|
## Privacy Settings
|
|
20
22
|
|
|
21
23
|
### Visibility Options
|
|
24
|
+
|
|
22
25
|
- **Profile Visibility**: Control who can see your profile
|
|
23
26
|
- **Search History**: Manage search history visibility
|
|
24
27
|
- **Activity Status**: Show/hide online status
|
|
25
28
|
- **Contact Information**: Control contact info visibility
|
|
26
29
|
|
|
27
30
|
### Data Sharing
|
|
31
|
+
|
|
28
32
|
- **Usage Analytics**: Control data collection
|
|
29
33
|
- **Personalization**: Enable/disable personalization
|
|
30
34
|
- **Marketing Communications**: Manage marketing emails
|
|
@@ -33,12 +37,14 @@ Managing your Yantra profile and personal information.
|
|
|
33
37
|
## Notification Preferences
|
|
34
38
|
|
|
35
39
|
### Email Notifications
|
|
40
|
+
|
|
36
41
|
- **Search Updates**: Notifications about saved searches
|
|
37
42
|
- **Team Activity**: Team collaboration notifications
|
|
38
43
|
- **System Updates**: Important system notifications
|
|
39
44
|
- **Marketing Emails**: Promotional communications
|
|
40
45
|
|
|
41
46
|
### In-app Notifications
|
|
47
|
+
|
|
42
48
|
- **Real-time Alerts**: Live notifications
|
|
43
49
|
- **Sound Settings**: Audio notification preferences
|
|
44
50
|
- **Desktop Notifications**: Browser notifications
|
|
@@ -47,12 +53,14 @@ Managing your Yantra profile and personal information.
|
|
|
47
53
|
## Security Settings
|
|
48
54
|
|
|
49
55
|
### Account Security
|
|
56
|
+
|
|
50
57
|
- **Password Management**: Change password
|
|
51
58
|
- **Two-factor Authentication**: Enable 2FA
|
|
52
59
|
- **Login History**: View login activity
|
|
53
60
|
- **Active Sessions**: Manage active sessions
|
|
54
61
|
|
|
55
62
|
### Data Security
|
|
63
|
+
|
|
56
64
|
- **Data Export**: Export your data
|
|
57
65
|
- **Data Deletion**: Delete account data
|
|
58
66
|
- **Privacy Controls**: Advanced privacy settings
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'AI Employees Overview'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# AI Employees Overview
|
|
6
|
+
|
|
7
|
+
Yantra AI employees are intelligent agents that integrate into your team's existing toolkit and operate as autonomous, always-available team members. They go beyond traditional chatbots by working proactively — monitoring, analyzing, and acting on information across your connected services.
|
|
8
|
+
|
|
9
|
+
## What Makes an AI Employee Different
|
|
10
|
+
|
|
11
|
+
### Traditional AI Chatbot
|
|
12
|
+
|
|
13
|
+
- Waits for you to ask a question
|
|
14
|
+
- Has no awareness of your business context
|
|
15
|
+
- Cannot take actions in your tools
|
|
16
|
+
- Forgets conversations between sessions
|
|
17
|
+
- Operates in isolation from your workflow
|
|
18
|
+
|
|
19
|
+
### Yantra AI Employee
|
|
20
|
+
|
|
21
|
+
- Works proactively without waiting for prompts
|
|
22
|
+
- Monitors your tools 24/7 and understands your business context
|
|
23
|
+
- Updates CRMs, creates tickets, drafts messages, and logs notes
|
|
24
|
+
- Maintains a persistent memory of every interaction and decision
|
|
25
|
+
- Operates within your existing workflow seamlessly
|
|
26
|
+
|
|
27
|
+
## Core Capabilities
|
|
28
|
+
|
|
29
|
+
### 1. Observing
|
|
30
|
+
|
|
31
|
+
Your AI employee watches everything happening across your connected tools:
|
|
32
|
+
|
|
33
|
+
- Slack conversations and channel activity
|
|
34
|
+
- GitHub commits, pull requests, and deployments
|
|
35
|
+
- Error monitoring alerts and exception trends
|
|
36
|
+
- CRM deal movements and customer interactions
|
|
37
|
+
- Email threads and calendar events
|
|
38
|
+
|
|
39
|
+
### 2. Understanding
|
|
40
|
+
|
|
41
|
+
Raw events are processed into meaningful insights:
|
|
42
|
+
|
|
43
|
+
- Correlating a customer complaint in Slack with a Sentry error spike
|
|
44
|
+
- Linking a stale deal in HubSpot with a missed follow-up email
|
|
45
|
+
- Connecting a deployment failure with related code changes
|
|
46
|
+
- Identifying patterns across seemingly unrelated events
|
|
47
|
+
|
|
48
|
+
### 3. Acting
|
|
49
|
+
|
|
50
|
+
Based on observations and understanding, your AI employee takes action:
|
|
51
|
+
|
|
52
|
+
- Drafts response messages with full context
|
|
53
|
+
- Updates CRM fields and deal stages automatically
|
|
54
|
+
- Creates project tickets with detailed descriptions
|
|
55
|
+
- Sends alerts and escalations to the right people
|
|
56
|
+
- Prepares meeting briefs and daily summaries
|
|
57
|
+
|
|
58
|
+
### 4. Learning
|
|
59
|
+
|
|
60
|
+
Over time, your AI employee gets better:
|
|
61
|
+
|
|
62
|
+
- Adapts to your team's communication style and preferences
|
|
63
|
+
- Refines alert thresholds based on your responses
|
|
64
|
+
- Builds deeper relationships between data points in your organization
|
|
65
|
+
- Improves action suggestions through feedback loops
|
|
66
|
+
|
|
67
|
+
## Types of AI Employees
|
|
68
|
+
|
|
69
|
+
Yantra supports specialized AI employees configured for different functions:
|
|
70
|
+
|
|
71
|
+
| Type | Primary Function | Key Integrations |
|
|
72
|
+
| ------------------ | ---------------------------------------------------- | ------------------------------------ |
|
|
73
|
+
| **Engineering AI** | Bug tracking, deployment monitoring, context sharing | GitHub, Sentry, Linear, Slack |
|
|
74
|
+
| **Sales AI** | CRM automation, lead management, call preparation | HubSpot, Salesforce, Gmail, Calendly |
|
|
75
|
+
| **Marketing AI** | Content management, social monitoring, engagement | LinkedIn, X/Twitter, Notion, HubSpot |
|
|
76
|
+
| **Support AI** | Ticket routing, customer context, issue resolution | Slack, Zendesk, Sentry, CRM |
|
|
77
|
+
|
|
78
|
+
## Trust and Control
|
|
79
|
+
|
|
80
|
+
Yantra is designed with a **gradual trust model**:
|
|
81
|
+
|
|
82
|
+
1. **Supervised Mode**: Your AI employee drafts all actions but waits for your approval before executing
|
|
83
|
+
2. **Semi-Autonomous Mode**: Routine actions execute automatically; novel or high-impact actions require approval
|
|
84
|
+
3. **Autonomous Mode**: Your AI employee operates independently, escalating only exceptions
|
|
85
|
+
|
|
86
|
+
You can adjust the autonomy level at any time, for any action type.
|
|
87
|
+
|
|
88
|
+
## Powered by OpenClaw
|
|
89
|
+
|
|
90
|
+
Every Yantra AI employee runs on the [OpenClaw](https://github.com/openclaw) open-source agent framework. This provides:
|
|
91
|
+
|
|
92
|
+
- **Transparency**: The agent logic is open source and auditable
|
|
93
|
+
- **Community support**: Backed by a global community of developers and enterprise users
|
|
94
|
+
- **Extensibility**: Custom workflows and integrations can be built on the OpenClaw framework
|
|
95
|
+
- **Security**: Battle-tested by thousands of deployments worldwide
|
|
96
|
+
|
|
97
|
+
Learn more about the OpenClaw foundation in the [OpenClaw Overview](/help-center/openclaw/openclaw-overview).
|