@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,119 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'Getting Started with AI Employees'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Getting Started with AI Employees
|
|
6
|
+
|
|
7
|
+
Setting up your first Yantra AI employee takes approximately 5 minutes. This guide walks you through the complete setup process from tool connection to your first proactive insight.
|
|
8
|
+
|
|
9
|
+
## Prerequisites
|
|
10
|
+
|
|
11
|
+
- A Yantra account (free trial available)
|
|
12
|
+
- Admin or owner access to the tools you want to connect
|
|
13
|
+
- A communication channel where you'd like to receive updates (Slack, WhatsApp, Telegram, or email)
|
|
14
|
+
|
|
15
|
+
## Step 1: Connect Your Tools (2 minutes)
|
|
16
|
+
|
|
17
|
+
### One-Click OAuth Setup
|
|
18
|
+
|
|
19
|
+
From your Yantra dashboard, navigate to **Integrations** and connect your tools:
|
|
20
|
+
|
|
21
|
+
1. Click the tool you want to connect (e.g., Slack, GitHub, HubSpot)
|
|
22
|
+
2. Authorize access through the OAuth flow — same as adding any other app
|
|
23
|
+
3. Select the specific resources to monitor (channels, repos, projects)
|
|
24
|
+
4. Repeat for each tool your team uses
|
|
25
|
+
|
|
26
|
+
### Supported Tools
|
|
27
|
+
|
|
28
|
+
- **Communication**: Slack, Microsoft Teams, Gmail
|
|
29
|
+
- **Development**: GitHub, GitLab, Bitbucket
|
|
30
|
+
- **Error Tracking**: Sentry, Datadog, PagerDuty
|
|
31
|
+
- **Project Management**: Linear, Jira, Asana
|
|
32
|
+
- **CRM**: HubSpot, Salesforce
|
|
33
|
+
- **Documentation**: Notion, Confluence
|
|
34
|
+
- **Social**: LinkedIn, X/Twitter
|
|
35
|
+
- **Calendar**: Google Calendar, Calendly
|
|
36
|
+
- **Video**: Zoom (for call transcription)
|
|
37
|
+
|
|
38
|
+
No coding or command-line setup is required. Your AI employee receives the same level of access as a regular team member.
|
|
39
|
+
|
|
40
|
+
## Step 2: Configure Preferences (3 minutes)
|
|
41
|
+
|
|
42
|
+
### Define What to Watch
|
|
43
|
+
|
|
44
|
+
Tell your AI employee what matters most:
|
|
45
|
+
|
|
46
|
+
- **Error monitoring**: Set severity thresholds (e.g., alert on 10+ occurrences per hour)
|
|
47
|
+
- **Customer tracking**: Define high-priority accounts or customer tiers
|
|
48
|
+
- **Deal tracking**: Specify pipeline stages that need attention
|
|
49
|
+
- **Channel monitoring**: Select which Slack channels to watch actively
|
|
50
|
+
|
|
51
|
+
### Set Notification Preferences
|
|
52
|
+
|
|
53
|
+
- **Primary channel**: Where you want to receive most communications
|
|
54
|
+
- **Urgent channel**: Where critical alerts get delivered (e.g., SMS, WhatsApp)
|
|
55
|
+
- **Quiet hours**: Time windows where non-critical notifications are batched
|
|
56
|
+
- **Daily briefing time**: When you'd like your morning summary
|
|
57
|
+
|
|
58
|
+
### Choose Your AI Employee Type
|
|
59
|
+
|
|
60
|
+
Select the focus area for your AI employee:
|
|
61
|
+
|
|
62
|
+
- **Engineering**: Optimized for development workflows, error correlation, and deployment tracking
|
|
63
|
+
- **Sales**: Optimized for CRM management, call preparation, and lead follow-up
|
|
64
|
+
- **Marketing**: Optimized for content management, social media, and brand monitoring
|
|
65
|
+
- **General**: Balanced across all areas for smaller teams
|
|
66
|
+
|
|
67
|
+
## Step 3: Start Supervised (Ongoing)
|
|
68
|
+
|
|
69
|
+
Your AI employee begins in **supervised mode** by default:
|
|
70
|
+
|
|
71
|
+
1. **Observation begins immediately**: Your AI employee starts processing events from connected tools
|
|
72
|
+
2. **First briefing**: Within hours, you'll receive your first contextualized summary
|
|
73
|
+
3. **Action drafts**: When the AI employee identifies something actionable, it drafts the response and asks for approval
|
|
74
|
+
4. **Review and approve**: Check the draft, edit if needed, and approve to execute
|
|
75
|
+
|
|
76
|
+
### Example First Interactions
|
|
77
|
+
|
|
78
|
+
- A morning briefing summarizing overnight activity across your tools
|
|
79
|
+
- A contextual alert linking a customer complaint to a recent error spike
|
|
80
|
+
- A drafted CRM update based on an email exchange it detected
|
|
81
|
+
|
|
82
|
+
## Step 4: Expand Autonomy (When Ready)
|
|
83
|
+
|
|
84
|
+
As you build trust with your AI employee:
|
|
85
|
+
|
|
86
|
+
1. **Review the action log**: See all past actions, their outcomes, and your approval history
|
|
87
|
+
2. **Identify routine actions**: Find action types you consistently approve without modification
|
|
88
|
+
3. **Enable auto-execution**: For those routine actions, switch from "approval required" to "execute automatically"
|
|
89
|
+
4. **Monitor and adjust**: Continue reviewing the daily summary to ensure quality
|
|
90
|
+
|
|
91
|
+
### Autonomy Levels
|
|
92
|
+
|
|
93
|
+
| Level | Description | Best For |
|
|
94
|
+
| ------------------- | ------------------------------------- | ------------------------------ |
|
|
95
|
+
| **Supervised** | All actions require approval | Initial setup, first 1-2 weeks |
|
|
96
|
+
| **Semi-Autonomous** | Routine actions auto-execute | Established trust, weeks 2-4 |
|
|
97
|
+
| **Autonomous** | Independent operation with escalation | Mature setup, month 2+ |
|
|
98
|
+
|
|
99
|
+
## Troubleshooting Setup
|
|
100
|
+
|
|
101
|
+
### Tool Connection Issues
|
|
102
|
+
|
|
103
|
+
- Ensure you have admin access to the tool you're connecting
|
|
104
|
+
- Check that your organization allows third-party OAuth integrations
|
|
105
|
+
- Verify your firewall isn't blocking Yantra's API endpoints
|
|
106
|
+
|
|
107
|
+
### No Events Appearing
|
|
108
|
+
|
|
109
|
+
- Confirm the correct channels, repos, or projects were selected during setup
|
|
110
|
+
- Check that the connected tool has recent activity
|
|
111
|
+
- Allow up to 5 minutes for initial event ingestion
|
|
112
|
+
|
|
113
|
+
### Notification Not Received
|
|
114
|
+
|
|
115
|
+
- Verify your notification channel preference is correctly set
|
|
116
|
+
- Check Slack permissions if using Slack as your primary channel
|
|
117
|
+
- Ensure notifications aren't being filtered by your device settings
|
|
118
|
+
|
|
119
|
+
For additional help, contact support or visit the [Troubleshooting Guide](/help-center/troubleshooting/common-issues).
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'How AI Employees Work'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# How AI Employees Work
|
|
6
|
+
|
|
7
|
+
This guide explains the technical and operational mechanics behind Yantra AI employees — how they observe, reason, and act within your organization's toolchain.
|
|
8
|
+
|
|
9
|
+
## Architecture Overview
|
|
10
|
+
|
|
11
|
+
Each Yantra AI employee runs in a **dedicated, isolated environment** provisioned specifically for your organization. This ensures:
|
|
12
|
+
|
|
13
|
+
- Your data is completely separated from other customers
|
|
14
|
+
- Processing resources are dedicated to your workload
|
|
15
|
+
- Custom configurations don't interfere with other environments
|
|
16
|
+
|
|
17
|
+
### Event Pipeline
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
Your Tools → Yantra Gateway → Event Processor → Context Engine → Action Engine → Your Tools
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
1. **Yantra Gateway**: Secure API routing layer that receives events from all connected tools via OAuth 2.0 and API keys
|
|
24
|
+
2. **Event Processor**: Normalizes and enriches raw events from different tool formats into a unified event stream
|
|
25
|
+
3. **Context Engine**: Correlates events with historical data, customer profiles, and organizational knowledge
|
|
26
|
+
4. **Action Engine**: Determines appropriate responses, drafts actions, and either executes or queues for approval
|
|
27
|
+
|
|
28
|
+
## The Observation Layer
|
|
29
|
+
|
|
30
|
+
### Event Collection
|
|
31
|
+
|
|
32
|
+
Your AI employee receives real-time events through:
|
|
33
|
+
|
|
34
|
+
- **Webhooks**: Instant notifications from tools like GitHub, Slack, and Sentry
|
|
35
|
+
- **Polling**: Periodic checks for tools that don't support webhooks
|
|
36
|
+
- **API subscriptions**: Real-time feeds from CRMs and project management tools
|
|
37
|
+
|
|
38
|
+
### Event Types Processed
|
|
39
|
+
|
|
40
|
+
- Messages and conversations
|
|
41
|
+
- Code changes and deployments
|
|
42
|
+
- Error logs and performance metrics
|
|
43
|
+
- Customer interactions and deal updates
|
|
44
|
+
- Calendar events and meeting recordings
|
|
45
|
+
- Document changes and wiki updates
|
|
46
|
+
|
|
47
|
+
## The Reasoning Layer
|
|
48
|
+
|
|
49
|
+
### Context Graph
|
|
50
|
+
|
|
51
|
+
Yantra maintains a **context graph** — a dynamic knowledge structure that maps relationships between:
|
|
52
|
+
|
|
53
|
+
- **People**: Team members, customers, contacts
|
|
54
|
+
- **Projects**: Repositories, deals, campaigns, tickets
|
|
55
|
+
- **Events**: Incidents, deployments, meetings, decisions
|
|
56
|
+
- **Artifacts**: Documents, code, configurations, policies
|
|
57
|
+
|
|
58
|
+
When a new event arrives, the reasoning layer traverses this graph to understand:
|
|
59
|
+
|
|
60
|
+
- Who is involved?
|
|
61
|
+
- What systems or projects are related?
|
|
62
|
+
- Has this happened before? How was it resolved?
|
|
63
|
+
- Who should know about this?
|
|
64
|
+
|
|
65
|
+
### Pattern Recognition
|
|
66
|
+
|
|
67
|
+
Over time, the AI employee identifies patterns:
|
|
68
|
+
|
|
69
|
+
- Recurring errors after specific types of deployments
|
|
70
|
+
- Customer issues that correlate with feature releases
|
|
71
|
+
- Sales cycles that follow predictable timelines
|
|
72
|
+
- Marketing content that generates the most engagement
|
|
73
|
+
|
|
74
|
+
## The Action Layer
|
|
75
|
+
|
|
76
|
+
### Action Types
|
|
77
|
+
|
|
78
|
+
| Action | Description | Example |
|
|
79
|
+
| ------------ | ----------------------------- | ------------------------------------------ |
|
|
80
|
+
| **Inform** | Share a contextual update | Morning briefing with overnight summary |
|
|
81
|
+
| **Alert** | Notify someone about an issue | Critical Sentry error escalation |
|
|
82
|
+
| **Update** | Modify a record in a tool | Update HubSpot deal stage after a call |
|
|
83
|
+
| **Create** | Generate a new item | Create a Linear ticket for a reported bug |
|
|
84
|
+
| **Draft** | Prepare content for review | Draft a follow-up email after a sales call |
|
|
85
|
+
| **Escalate** | Route to a human for decision | Novel issue requiring human judgment |
|
|
86
|
+
|
|
87
|
+
### Execution Modes
|
|
88
|
+
|
|
89
|
+
**Supervised Mode**
|
|
90
|
+
|
|
91
|
+
- All actions are drafted and presented for approval
|
|
92
|
+
- You can edit, approve, or reject each action
|
|
93
|
+
- Ideal for initial setup and building trust
|
|
94
|
+
|
|
95
|
+
**Semi-Autonomous Mode**
|
|
96
|
+
|
|
97
|
+
- Predefined routine actions execute automatically
|
|
98
|
+
- Novel or high-impact actions require approval
|
|
99
|
+
- Good for teams that want automation with oversight
|
|
100
|
+
|
|
101
|
+
**Autonomous Mode**
|
|
102
|
+
|
|
103
|
+
- All actions execute independently
|
|
104
|
+
- Exceptions and anomalies are escalated
|
|
105
|
+
- Best for mature setups with well-tuned configurations
|
|
106
|
+
|
|
107
|
+
## Communication Channels
|
|
108
|
+
|
|
109
|
+
Your AI employee communicates through the channels your team already uses:
|
|
110
|
+
|
|
111
|
+
- **Slack**: Primary channel for most teams; supports threads, mentions, and rich messages
|
|
112
|
+
- **WhatsApp**: Mobile-friendly for on-the-go updates and alerts
|
|
113
|
+
- **Telegram**: Lightweight messaging for quick interactions
|
|
114
|
+
- **Email**: Formal communications and detailed reports
|
|
115
|
+
|
|
116
|
+
## Data Flow and Privacy
|
|
117
|
+
|
|
118
|
+
- All data is encrypted in transit (TLS 1.2+) and at rest (AES-256)
|
|
119
|
+
- Your AI employee only accesses tools and scopes you've explicitly authorized
|
|
120
|
+
- Data from third-party APIs is never used to train AI models
|
|
121
|
+
- Complete audit trail of every observation, decision, and action
|
|
122
|
+
|
|
123
|
+
For detailed security information, see [Security Overview](/help-center/security-compliance/security-overview).
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: 'AI Employee Supervised Mode'
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Supervised and Autonomous Modes
|
|
6
|
+
|
|
7
|
+
Yantra AI employees support a spectrum of operational modes, from fully supervised to fully autonomous. This guide explains each mode, when to use it, and how to transition between them.
|
|
8
|
+
|
|
9
|
+
## The Trust Spectrum
|
|
10
|
+
|
|
11
|
+
Yantra's design philosophy centers on **progressive trust**. You start with full oversight and gradually delegate more responsibility as your AI employee proves its reliability.
|
|
12
|
+
|
|
13
|
+
```
|
|
14
|
+
Supervised → Semi-Autonomous → Autonomous
|
|
15
|
+
(You approve everything) (Routine auto-executes) (AI works independently)
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
## Supervised Mode
|
|
19
|
+
|
|
20
|
+
### How It Works
|
|
21
|
+
|
|
22
|
+
In supervised mode, your AI employee:
|
|
23
|
+
|
|
24
|
+
- **Observes** all events across connected tools freely
|
|
25
|
+
- **Analyzes** and correlates data without restriction
|
|
26
|
+
- **Drafts** all proposed actions (messages, CRM updates, ticket creation, etc.)
|
|
27
|
+
- **Waits** for your explicit approval before executing any action
|
|
28
|
+
|
|
29
|
+
### When to Use
|
|
30
|
+
|
|
31
|
+
- During initial setup (first 1-2 weeks)
|
|
32
|
+
- When connecting new tools or expanding scope
|
|
33
|
+
- For high-stakes actions regardless of overall trust level
|
|
34
|
+
- When training the AI employee on new processes
|
|
35
|
+
|
|
36
|
+
### Approval Workflow
|
|
37
|
+
|
|
38
|
+
1. AI employee identifies an actionable situation
|
|
39
|
+
2. A draft action appears in your notification channel
|
|
40
|
+
3. You review the draft with full context
|
|
41
|
+
4. Options: **Approve**, **Edit and Approve**, **Reject**, or **Reject with Feedback**
|
|
42
|
+
5. The AI employee learns from every decision
|
|
43
|
+
|
|
44
|
+
### Example
|
|
45
|
+
|
|
46
|
+
```
|
|
47
|
+
[Yantra AI Employee - Draft Action]
|
|
48
|
+
|
|
49
|
+
Situation: Marcus closed deal with TechStart via email 2 hours ago.
|
|
50
|
+
Proposed Action: Update HubSpot deal stage from "Negotiation" to "Closed Won"
|
|
51
|
+
Additional: Log email exchange as activity, set revenue to $48,000/yr
|
|
52
|
+
|
|
53
|
+
[Approve] [Edit] [Reject]
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
## Semi-Autonomous Mode
|
|
57
|
+
|
|
58
|
+
### How It Works
|
|
59
|
+
|
|
60
|
+
In semi-autonomous mode, you define **action categories** and their trust levels:
|
|
61
|
+
|
|
62
|
+
| Category | Trust Level | Behavior |
|
|
63
|
+
| ----------------------- | ----------------- | ---------------------------------- |
|
|
64
|
+
| CRM field updates | Auto-execute | Updates happen automatically |
|
|
65
|
+
| Ticket creation | Auto-execute | Tickets created without approval |
|
|
66
|
+
| Email drafts | Requires approval | Drafts presented for review |
|
|
67
|
+
| Customer communications | Requires approval | Always human-approved |
|
|
68
|
+
| Alert escalation | Auto-execute | Alerts sent immediately |
|
|
69
|
+
| Financial actions | Requires approval | Budget/pricing changes need review |
|
|
70
|
+
|
|
71
|
+
### When to Use
|
|
72
|
+
|
|
73
|
+
- After 1-2 weeks of supervised operation
|
|
74
|
+
- When you've identified actions you consistently approve unchanged
|
|
75
|
+
- For teams that want operational speed with selective oversight
|
|
76
|
+
|
|
77
|
+
### Configuring Semi-Autonomous Rules
|
|
78
|
+
|
|
79
|
+
1. Navigate to **AI Employee Settings → Autonomy Rules**
|
|
80
|
+
2. Review the action log for your most common action types
|
|
81
|
+
3. Set trust levels for each action category
|
|
82
|
+
4. Define exceptions (e.g., "auto-update CRM except for Enterprise deals")
|
|
83
|
+
|
|
84
|
+
## Autonomous Mode
|
|
85
|
+
|
|
86
|
+
### How It Works
|
|
87
|
+
|
|
88
|
+
In autonomous mode, your AI employee operates independently:
|
|
89
|
+
|
|
90
|
+
- Executes all routine actions without approval
|
|
91
|
+
- Handles standard workflows end-to-end
|
|
92
|
+
- Escalates only **anomalies** and **genuinely novel situations** for human review
|
|
93
|
+
- Provides a daily summary of all actions taken
|
|
94
|
+
|
|
95
|
+
### When to Use
|
|
96
|
+
|
|
97
|
+
- After 4+ weeks of reliable semi-autonomous operation
|
|
98
|
+
- For well-defined, repetitive workflows
|
|
99
|
+
- When the AI employee has sufficient training data and feedback
|
|
100
|
+
|
|
101
|
+
### Safeguards
|
|
102
|
+
|
|
103
|
+
Even in autonomous mode, important safeguards remain:
|
|
104
|
+
|
|
105
|
+
- **Action limits**: Maximum number of actions per hour before requiring human confirmation
|
|
106
|
+
- **Scope boundaries**: AI employee only acts within explicitly granted permissions
|
|
107
|
+
- **Anomaly detection**: Unusual patterns trigger automatic escalation
|
|
108
|
+
- **Kill switch**: Instantly revert to supervised mode at any time
|
|
109
|
+
- **Audit trail**: Every autonomous action is logged with full context
|
|
110
|
+
|
|
111
|
+
## Transitioning Between Modes
|
|
112
|
+
|
|
113
|
+
### Moving to More Autonomy
|
|
114
|
+
|
|
115
|
+
1. Review your **approval statistics** — look for action types with 95%+ unmodified approval rates
|
|
116
|
+
2. Promote those action types to auto-execute
|
|
117
|
+
3. Monitor the **action quality dashboard** for the first week
|
|
118
|
+
4. Repeat for additional action types as confidence grows
|
|
119
|
+
|
|
120
|
+
### Reverting to Less Autonomy
|
|
121
|
+
|
|
122
|
+
- Click **Pause Autonomy** in the AI employee dashboard to immediately switch to supervised mode
|
|
123
|
+
- Individual action categories can be demoted independently
|
|
124
|
+
- No data or configuration is lost during transitions
|
|
125
|
+
|
|
126
|
+
## Best Practices
|
|
127
|
+
|
|
128
|
+
1. **Start narrow**: Begin with a small set of connected tools and expand gradually
|
|
129
|
+
2. **Provide feedback**: When rejecting or editing actions, include reasons — this helps the AI improve
|
|
130
|
+
3. **Review weekly**: Check the action summary to ensure quality matches expectations
|
|
131
|
+
4. **Trust but verify**: Even in autonomous mode, regularly review the audit trail
|
|
132
|
+
5. **Set clear boundaries**: Define which actions should never be automated (e.g., customer-facing communications for sensitive accounts)
|
|
133
|
+
|
|
134
|
+
## Monitoring AI Employee Performance
|
|
135
|
+
|
|
136
|
+
Track these metrics to guide your trust decisions:
|
|
137
|
+
|
|
138
|
+
- **Action accuracy**: Percentage of actions approved without modification
|
|
139
|
+
- **False positive rate**: Alerts that were dismissed as irrelevant
|
|
140
|
+
- **Time saved**: Estimated hours saved per week through automation
|
|
141
|
+
- **Escalation quality**: Whether escalated items genuinely required human judgment
|