@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,202 @@
|
|
|
1
|
+
# OpenClaw Architecture
|
|
2
|
+
|
|
3
|
+
A deeper look at the OpenClaw open-source framework that powers every Yantra AI employee — understanding the architecture helps you get the most out of your AI employees.
|
|
4
|
+
|
|
5
|
+
## Core Components
|
|
6
|
+
|
|
7
|
+
### 1. Event Bus
|
|
8
|
+
|
|
9
|
+
The event bus is the central nervous system of an OpenClaw agent:
|
|
10
|
+
|
|
11
|
+
- Receives events from all connected tool integrations
|
|
12
|
+
- Normalizes diverse event formats into a unified schema
|
|
13
|
+
- Routes events to appropriate processing pipelines
|
|
14
|
+
- Maintains event ordering and deduplication
|
|
15
|
+
- Provides replay capability for debugging and recovery
|
|
16
|
+
|
|
17
|
+
### 2. Context Store
|
|
18
|
+
|
|
19
|
+
The persistent memory layer that enables agents to maintain organizational context:
|
|
20
|
+
|
|
21
|
+
**Document Store**:
|
|
22
|
+
|
|
23
|
+
- Indexed content from Notion, Confluence, and other documentation tools
|
|
24
|
+
- Searchable by topic, keyword, and semantic similarity
|
|
25
|
+
- Automatically updated as source documents change
|
|
26
|
+
|
|
27
|
+
**Event Store**:
|
|
28
|
+
|
|
29
|
+
- Complete history of all processed events
|
|
30
|
+
- Queryable by timestamp, source, entity, and content
|
|
31
|
+
- Enables historical analysis and pattern detection
|
|
32
|
+
|
|
33
|
+
**Knowledge Graph**:
|
|
34
|
+
|
|
35
|
+
- Relationships between entities (people, projects, customers, issues)
|
|
36
|
+
- Automatically constructed and updated from processed events
|
|
37
|
+
- Traversable for multi-hop context queries (e.g., "Who fixed the auth issue that affected Acme Corp last month?")
|
|
38
|
+
|
|
39
|
+
**Working Memory**:
|
|
40
|
+
|
|
41
|
+
- Short-term context for active conversations and workflows
|
|
42
|
+
- Maintained across interaction sessions
|
|
43
|
+
- Cleared according to retention policies
|
|
44
|
+
|
|
45
|
+
### 3. Reasoning Engine
|
|
46
|
+
|
|
47
|
+
The decision-making component that determines how to respond to events:
|
|
48
|
+
|
|
49
|
+
**Rule-Based Reasoning**:
|
|
50
|
+
|
|
51
|
+
- Configurable rules for alert thresholds, escalation paths, and auto-actions
|
|
52
|
+
- Priority classification based on customer tiers and severity definitions
|
|
53
|
+
- Business logic for CRM updates, ticket creation, and similar workflows
|
|
54
|
+
|
|
55
|
+
**AI-Powered Reasoning**:
|
|
56
|
+
|
|
57
|
+
- Natural language understanding for interpreting messages and events
|
|
58
|
+
- Context synthesis for combining data from multiple sources
|
|
59
|
+
- Action planning for multi-step workflows
|
|
60
|
+
- Response generation for messages and content drafts
|
|
61
|
+
|
|
62
|
+
**Hybrid Approach**:
|
|
63
|
+
|
|
64
|
+
- Rules handle deterministic decisions (severity thresholds, routing logic)
|
|
65
|
+
- AI handles nuanced decisions (content drafting, context summarization, pattern recognition)
|
|
66
|
+
- Human oversight for high-stakes actions via the approval workflow
|
|
67
|
+
|
|
68
|
+
### 4. Action Executor
|
|
69
|
+
|
|
70
|
+
The component responsible for carrying out decisions:
|
|
71
|
+
|
|
72
|
+
- **Action Queue**: Prioritized queue for pending actions
|
|
73
|
+
- **Tool Adapters**: Standardized interfaces for each integration
|
|
74
|
+
- **Retry Logic**: Automatic retry with backoff for transient failures
|
|
75
|
+
- **Rollback Support**: Ability to undo actions when needed
|
|
76
|
+
- **Rate Limiting**: Respects API rate limits for all connected tools
|
|
77
|
+
|
|
78
|
+
### 5. Approval Gateway
|
|
79
|
+
|
|
80
|
+
The human-in-the-loop component for supervised operations:
|
|
81
|
+
|
|
82
|
+
- Presents proposed actions with full context
|
|
83
|
+
- Delivers approval requests through configured channels
|
|
84
|
+
- Processes approve/edit/reject decisions
|
|
85
|
+
- Learning system that adapts based on human feedback
|
|
86
|
+
|
|
87
|
+
## Data Flow
|
|
88
|
+
|
|
89
|
+
### Event Processing Pipeline
|
|
90
|
+
|
|
91
|
+
```
|
|
92
|
+
Tool Event
|
|
93
|
+
↓
|
|
94
|
+
Event Bus (normalize, deduplicate, route)
|
|
95
|
+
↓
|
|
96
|
+
Context Enrichment (query knowledge graph, find correlations)
|
|
97
|
+
↓
|
|
98
|
+
Reasoning Engine (classify, decide, plan)
|
|
99
|
+
↓
|
|
100
|
+
Action Generation (determine appropriate response)
|
|
101
|
+
↓
|
|
102
|
+
Approval Gateway (if supervised) or Action Executor (if autonomous)
|
|
103
|
+
↓
|
|
104
|
+
Tool Action (execute via API)
|
|
105
|
+
↓
|
|
106
|
+
Audit Log (record everything)
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
### Context Query Pipeline
|
|
110
|
+
|
|
111
|
+
```
|
|
112
|
+
User Question
|
|
113
|
+
↓
|
|
114
|
+
Natural Language Understanding (parse intent)
|
|
115
|
+
↓
|
|
116
|
+
Context Store Query (search knowledge graph, event store, documents)
|
|
117
|
+
↓
|
|
118
|
+
Result Synthesis (compile, summarize, structure)
|
|
119
|
+
↓
|
|
120
|
+
Response Generation (format answer with citations)
|
|
121
|
+
↓
|
|
122
|
+
Delivery (via configured channel)
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
## Model Integration
|
|
126
|
+
|
|
127
|
+
### Supported AI Model Providers
|
|
128
|
+
|
|
129
|
+
OpenClaw supports multiple AI model providers:
|
|
130
|
+
|
|
131
|
+
- **OpenAI**: GPT-4, GPT-4 Turbo for complex reasoning
|
|
132
|
+
- **Anthropic**: Claude for nuanced analysis and long-context tasks
|
|
133
|
+
- **Custom Models**: Support for self-hosted models via standard APIs
|
|
134
|
+
|
|
135
|
+
### Model Selection Logic
|
|
136
|
+
|
|
137
|
+
The reasoning engine selects the appropriate model based on:
|
|
138
|
+
|
|
139
|
+
- Task complexity (simple classification vs. multi-step reasoning)
|
|
140
|
+
- Context length requirements
|
|
141
|
+
- Latency requirements
|
|
142
|
+
- Cost optimization
|
|
143
|
+
|
|
144
|
+
### Model Fallback
|
|
145
|
+
|
|
146
|
+
If a model provider is unavailable, OpenClaw automatically falls back to:
|
|
147
|
+
|
|
148
|
+
1. Same provider, smaller model
|
|
149
|
+
2. Alternative provider with similar capabilities
|
|
150
|
+
3. Rule-based processing for critical actions
|
|
151
|
+
|
|
152
|
+
## Plugin System
|
|
153
|
+
|
|
154
|
+
### Integration Plugins
|
|
155
|
+
|
|
156
|
+
Each tool integration is implemented as an OpenClaw plugin:
|
|
157
|
+
|
|
158
|
+
- Standardized interface for event consumption and action execution
|
|
159
|
+
- Independent versioning and updates
|
|
160
|
+
- Isolation from other plugins for stability
|
|
161
|
+
- Community-contributed plugins for less common tools
|
|
162
|
+
|
|
163
|
+
### Custom Plugins
|
|
164
|
+
|
|
165
|
+
Organizations can develop custom plugins for:
|
|
166
|
+
|
|
167
|
+
- Proprietary internal tools
|
|
168
|
+
- Industry-specific systems
|
|
169
|
+
- Custom workflow automation
|
|
170
|
+
- Specialized data sources
|
|
171
|
+
|
|
172
|
+
## Scalability
|
|
173
|
+
|
|
174
|
+
### Event Processing
|
|
175
|
+
|
|
176
|
+
- Horizontal scaling of event processors
|
|
177
|
+
- Automatic load balancing across processing nodes
|
|
178
|
+
- Queue-based architecture for traffic spikes
|
|
179
|
+
- Back-pressure handling for sustained high volume
|
|
180
|
+
|
|
181
|
+
### Storage
|
|
182
|
+
|
|
183
|
+
- Automatic storage scaling based on data volume
|
|
184
|
+
- Tiered storage for hot, warm, and cold data
|
|
185
|
+
- Configurable retention policies per data type
|
|
186
|
+
- Efficient indexing for fast context retrieval
|
|
187
|
+
|
|
188
|
+
## Open Source Benefits
|
|
189
|
+
|
|
190
|
+
### Transparency
|
|
191
|
+
|
|
192
|
+
- All agent logic is auditable in the OpenClaw source code
|
|
193
|
+
- No black-box decision making
|
|
194
|
+
- Community review of security-sensitive components
|
|
195
|
+
- Published architecture documentation
|
|
196
|
+
|
|
197
|
+
### Reliability
|
|
198
|
+
|
|
199
|
+
- Battle-tested through diverse production deployments
|
|
200
|
+
- Continuous improvement from the global contributor community
|
|
201
|
+
- Rapid bug fixes and security patches
|
|
202
|
+
- Extensive test coverage and quality standards
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
# Contributing to OpenClaw
|
|
2
|
+
|
|
3
|
+
Yantra is proudly built on OpenClaw, and we actively support and contribute to the open-source community. This guide explains how Yantra portal users can engage with the OpenClaw project.
|
|
4
|
+
|
|
5
|
+
## Yantra's Commitment to Open Source
|
|
6
|
+
|
|
7
|
+
### Why We Build on Open Source
|
|
8
|
+
|
|
9
|
+
- **Transparency**: Our customers can audit the AI agent logic that handles their data
|
|
10
|
+
- **Community innovation**: Improvements from the broader community benefit all Yantra users
|
|
11
|
+
- **Trust**: Open source builds trust through verifiability
|
|
12
|
+
- **Sustainability**: A healthy open-source ecosystem ensures long-term platform viability
|
|
13
|
+
|
|
14
|
+
### How Yantra Contributes
|
|
15
|
+
|
|
16
|
+
- Core framework improvements discovered through enterprise usage
|
|
17
|
+
- Security patches and hardening measures
|
|
18
|
+
- New integration connectors (contributed back after internal development)
|
|
19
|
+
- Documentation, guides, and best practices
|
|
20
|
+
- Bug fixes identified through our monitoring and testing infrastructure
|
|
21
|
+
|
|
22
|
+
## Engaging with OpenClaw from the Yantra Portal
|
|
23
|
+
|
|
24
|
+
### Reporting Issues
|
|
25
|
+
|
|
26
|
+
If you encounter behavior in your Yantra AI employee that may stem from the OpenClaw framework:
|
|
27
|
+
|
|
28
|
+
1. **Report through Yantra Support first** — Our team will investigate and determine if it's a Yantra-specific or OpenClaw-level issue
|
|
29
|
+
2. If it's an OpenClaw issue, we'll file it upstream and track the fix
|
|
30
|
+
3. You'll receive updates as the fix progresses through our release cycle
|
|
31
|
+
|
|
32
|
+
### Feature Requests
|
|
33
|
+
|
|
34
|
+
Feature ideas that would benefit the OpenClaw ecosystem:
|
|
35
|
+
|
|
36
|
+
1. Share your idea through Yantra Support or your account manager
|
|
37
|
+
2. We evaluate the request for both Yantra-specific and community-wide value
|
|
38
|
+
3. Qualifying features are proposed to the OpenClaw community
|
|
39
|
+
4. Accepted features are developed with community input
|
|
40
|
+
|
|
41
|
+
### Viewing OpenClaw Source
|
|
42
|
+
|
|
43
|
+
For organizations that want to audit the AI agent logic:
|
|
44
|
+
|
|
45
|
+
1. Access the [OpenClaw GitHub repository](https://github.com/openclaw)
|
|
46
|
+
2. Review the agent framework, reasoning engine, and tool integration code
|
|
47
|
+
3. Compare with Yantra's behavior to verify expected operation
|
|
48
|
+
4. Raise questions through Yantra Support or the OpenClaw community
|
|
49
|
+
|
|
50
|
+
## For Developers in Your Organization
|
|
51
|
+
|
|
52
|
+
### Custom Integration Development
|
|
53
|
+
|
|
54
|
+
If your organization has developers who want to build custom OpenClaw plugins:
|
|
55
|
+
|
|
56
|
+
1. Review the [OpenClaw Plugin Development Guide](https://docs.openclaw.dev/plugins)
|
|
57
|
+
2. Develop and test the plugin against the OpenClaw framework
|
|
58
|
+
3. Contact Yantra Support to deploy custom plugins in your managed environment
|
|
59
|
+
4. Optionally contribute the plugin to the OpenClaw community
|
|
60
|
+
|
|
61
|
+
### API Extensibility
|
|
62
|
+
|
|
63
|
+
Yantra exposes OpenClaw's capabilities through managed APIs:
|
|
64
|
+
|
|
65
|
+
- Agent configuration and management
|
|
66
|
+
- Event stream access
|
|
67
|
+
- Custom workflow definitions
|
|
68
|
+
- Context store queries
|
|
69
|
+
|
|
70
|
+
See the [API Overview](/help-center/scope-api/api-overview) for details.
|
|
71
|
+
|
|
72
|
+
## Community Resources
|
|
73
|
+
|
|
74
|
+
### OpenClaw Channels
|
|
75
|
+
|
|
76
|
+
- **GitHub**: Source code, issues, and pull requests
|
|
77
|
+
- **Community Forum**: Discussions, questions, and showcase
|
|
78
|
+
- **Discord**: Real-time chat with community members and maintainers
|
|
79
|
+
- **Blog**: Release announcements, deep dives, and roadmap updates
|
|
80
|
+
|
|
81
|
+
### Yantra-Specific Resources
|
|
82
|
+
|
|
83
|
+
- **Documentation**: This help center
|
|
84
|
+
- **Support**: Direct support for Yantra-specific questions
|
|
85
|
+
- **Feature Updates**: Yantra blog and changelog for platform updates
|
|
86
|
+
- **Community**: Yantra user community for sharing best practices
|
|
87
|
+
|
|
88
|
+
## OpenClaw License
|
|
89
|
+
|
|
90
|
+
OpenClaw is released under a permissive open-source license that allows:
|
|
91
|
+
|
|
92
|
+
- Commercial use (as Yantra does)
|
|
93
|
+
- Modification and distribution
|
|
94
|
+
- Private use and development
|
|
95
|
+
- Patent grant for contributors
|
|
96
|
+
|
|
97
|
+
The license ensures that the OpenClaw community remains sustainable while allowing organizations to build commercial products on top of the framework.
|
|
98
|
+
|
|
99
|
+
## Why This Matters for You
|
|
100
|
+
|
|
101
|
+
As a Yantra user, OpenClaw provides you with:
|
|
102
|
+
|
|
103
|
+
1. **Confidence**: The core technology is transparent and auditable
|
|
104
|
+
2. **Longevity**: Open source ensures the technology isn't locked to any single vendor
|
|
105
|
+
3. **Innovation pace**: Community contributions accelerate feature development
|
|
106
|
+
4. **Security**: Open source components receive scrutiny from the global security community
|
|
107
|
+
5. **Flexibility**: Custom extensions are possible through the plugin architecture
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
# OpenClaw Overview
|
|
2
|
+
|
|
3
|
+
Yantra is built on **OpenClaw**, an open-source AI agent framework that provides the foundation for all Yantra AI employees. This guide explains what OpenClaw is, how it powers Yantra, and how the Yantra portal supports the OpenClaw ecosystem.
|
|
4
|
+
|
|
5
|
+
## What is OpenClaw?
|
|
6
|
+
|
|
7
|
+
OpenClaw is an open-source platform for building, deploying, and managing AI agents. It provides:
|
|
8
|
+
|
|
9
|
+
- **Agent Framework**: A structured approach to building AI agents that can observe, reason, and act
|
|
10
|
+
- **Tool Integration Layer**: Standardized connectors for popular tools and APIs
|
|
11
|
+
- **Execution Runtime**: Sandboxed environments for safe agent execution
|
|
12
|
+
- **Memory System**: Persistent context storage for agents to maintain state across interactions
|
|
13
|
+
- **Orchestration**: Multi-agent coordination for complex workflows
|
|
14
|
+
|
|
15
|
+
### Community and Adoption
|
|
16
|
+
|
|
17
|
+
- Open source on GitHub with an active worldwide contributor community
|
|
18
|
+
- Trusted by organizations ranging from startups to enterprises
|
|
19
|
+
- Continuous improvement from community contributions and security audits
|
|
20
|
+
- Production-tested across thousands of deployments
|
|
21
|
+
|
|
22
|
+
## How Yantra Uses OpenClaw
|
|
23
|
+
|
|
24
|
+
### The Relationship
|
|
25
|
+
|
|
26
|
+
Yantra is to OpenClaw what a managed cloud database is to an open-source database engine:
|
|
27
|
+
|
|
28
|
+
- **OpenClaw** provides the core AI agent technology — open source, auditable, and extensible
|
|
29
|
+
- **Yantra** provides enterprise-grade managed infrastructure, tooling, and support on top of OpenClaw
|
|
30
|
+
|
|
31
|
+
### What Yantra Adds
|
|
32
|
+
|
|
33
|
+
On top of the OpenClaw foundation, Yantra provides:
|
|
34
|
+
|
|
35
|
+
| Capability | OpenClaw (Self-Hosted) | Yantra (Managed) |
|
|
36
|
+
| -------------------- | -------------------------- | --------------------------- |
|
|
37
|
+
| Core agent framework | ✅ | ✅ |
|
|
38
|
+
| Tool integrations | Community-maintained | Production-grade, one-click |
|
|
39
|
+
| Deployment | Self-managed (Docker, K8s) | Zero-config, fully managed |
|
|
40
|
+
| VM isolation | You provision | Automatic per-customer |
|
|
41
|
+
| Security hardening | You implement | Enterprise-grade included |
|
|
42
|
+
| Monitoring | You build | Built-in dashboards |
|
|
43
|
+
| Support | Community forums | Dedicated support team |
|
|
44
|
+
| Compliance | You manage | SOC 2, GDPR included |
|
|
45
|
+
| Updates | Manual | Automatic, zero-downtime |
|
|
46
|
+
|
|
47
|
+
### Technical Integration
|
|
48
|
+
|
|
49
|
+
Yantra's architecture layers on OpenClaw:
|
|
50
|
+
|
|
51
|
+
```
|
|
52
|
+
Yantra Dashboard (Configuration, Monitoring, Audit)
|
|
53
|
+
↕
|
|
54
|
+
Yantra Infrastructure Layer (VM Isolation, Gateway, Scaling)
|
|
55
|
+
↕
|
|
56
|
+
OpenClaw Agent Runtime (Agent Logic, Memory, Tools)
|
|
57
|
+
↕
|
|
58
|
+
Your Tools (Slack, GitHub, HubSpot, Sentry, etc.)
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## OpenClaw Agent Architecture
|
|
62
|
+
|
|
63
|
+
### Agent Components
|
|
64
|
+
|
|
65
|
+
**Perception Layer**
|
|
66
|
+
|
|
67
|
+
- Receives events from connected tools via webhooks and APIs
|
|
68
|
+
- Normalizes events into a standardized format
|
|
69
|
+
- Enriches events with historical context
|
|
70
|
+
|
|
71
|
+
**Reasoning Layer**
|
|
72
|
+
|
|
73
|
+
- Analyzes events using AI models (GPT-4, Claude, etc.)
|
|
74
|
+
- Traverses the context graph to understand relationships
|
|
75
|
+
- Determines appropriate responses based on rules and learning
|
|
76
|
+
|
|
77
|
+
**Action Layer**
|
|
78
|
+
|
|
79
|
+
- Executes approved actions through tool APIs
|
|
80
|
+
- Manages action queues and retry logic
|
|
81
|
+
- Logs all actions for audit purposes
|
|
82
|
+
|
|
83
|
+
**Memory Layer**
|
|
84
|
+
|
|
85
|
+
- Persistent storage for organizational context
|
|
86
|
+
- Knowledge graph of relationships between people, projects, and events
|
|
87
|
+
- Conversation history and decision records
|
|
88
|
+
- Pattern recognition data
|
|
89
|
+
|
|
90
|
+
### Extensibility
|
|
91
|
+
|
|
92
|
+
OpenClaw's plugin architecture allows:
|
|
93
|
+
|
|
94
|
+
- Custom tool integrations for proprietary systems
|
|
95
|
+
- Custom action types for organization-specific workflows
|
|
96
|
+
- Custom reasoning rules for domain-specific logic
|
|
97
|
+
- Third-party model integration for specialized AI capabilities
|
|
98
|
+
|
|
99
|
+
## Yantra's OpenClaw Contributions
|
|
100
|
+
|
|
101
|
+
Yantra actively contributes back to the OpenClaw community:
|
|
102
|
+
|
|
103
|
+
### Code Contributions
|
|
104
|
+
|
|
105
|
+
- Performance improvements and optimizations
|
|
106
|
+
- Security patches and hardening measures
|
|
107
|
+
- New integration connectors developed for Yantra customers
|
|
108
|
+
- Testing infrastructure and quality improvements
|
|
109
|
+
|
|
110
|
+
### Community Support
|
|
111
|
+
|
|
112
|
+
- Active participation in community forums and discussions
|
|
113
|
+
- Documentation contributions and guides
|
|
114
|
+
- Sponsorship of OpenClaw development initiatives
|
|
115
|
+
- Enterprise feedback channeled into open-source improvements
|
|
116
|
+
|
|
117
|
+
## Using OpenClaw Through Yantra
|
|
118
|
+
|
|
119
|
+
### For Non-Technical Teams
|
|
120
|
+
|
|
121
|
+
Yantra abstracts away all OpenClaw complexity:
|
|
122
|
+
|
|
123
|
+
- No code, no terminal, no configuration files
|
|
124
|
+
- Setup through a visual dashboard
|
|
125
|
+
- Managed updates and maintenance
|
|
126
|
+
- Support team available for any issues
|
|
127
|
+
|
|
128
|
+
### For Technical Teams
|
|
129
|
+
|
|
130
|
+
Yantra provides the managed infrastructure while preserving OpenClaw's power:
|
|
131
|
+
|
|
132
|
+
- Custom workflow configuration through the dashboard
|
|
133
|
+
- API access for programmatic management
|
|
134
|
+
- Audit logs showing agent decision-making
|
|
135
|
+
- Ability to inspect and understand agent behavior
|
|
136
|
+
|
|
137
|
+
## Getting Started
|
|
138
|
+
|
|
139
|
+
To leverage OpenClaw through Yantra:
|
|
140
|
+
|
|
141
|
+
1. Sign up for a Yantra account
|
|
142
|
+
2. Connect your tools through the Integrations dashboard
|
|
143
|
+
3. Configure your AI employee — powered by OpenClaw under the hood
|
|
144
|
+
4. Your OpenClaw-based agent begins processing events immediately
|
|
145
|
+
|
|
146
|
+
No OpenClaw knowledge is required to use Yantra. The platform handles all OpenClaw setup, configuration, and management automatically.
|
|
147
|
+
|
|
148
|
+
## Resources
|
|
149
|
+
|
|
150
|
+
- [OpenClaw GitHub Repository](https://github.com/openclaw) — Source code and documentation
|
|
151
|
+
- [OpenClaw Community](https://community.openclaw.dev) — Forums and discussions
|
|
152
|
+
- [Yantra API Documentation](/help-center/scope-api/api-overview) — Programmatic access to your Yantra-managed OpenClaw agents
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# Always Watching — 24/7 Tool Monitoring
|
|
2
|
+
|
|
3
|
+
Yantra AI employees continuously monitor all connected tools and services, ensuring nothing important slips through the cracks — even outside business hours.
|
|
4
|
+
|
|
5
|
+
## How Continuous Monitoring Works
|
|
6
|
+
|
|
7
|
+
When you connect your tools to Yantra, your AI employee begins ingesting events from every connected service simultaneously. It processes messages, commits, error logs, CRM updates, emails, and more — correlating data points across your entire stack in real time.
|
|
8
|
+
|
|
9
|
+
### What Gets Monitored
|
|
10
|
+
|
|
11
|
+
| Tool Category | Examples | What's Tracked |
|
|
12
|
+
| ---------------------- | -------------------------- | ---------------------------------------------------- |
|
|
13
|
+
| **Communication** | Slack, Teams, Email | Channel messages, direct messages, threads, mentions |
|
|
14
|
+
| **Development** | GitHub, GitLab, Bitbucket | Pull requests, commits, deployments, code reviews |
|
|
15
|
+
| **Error Tracking** | Sentry, Datadog, PagerDuty | Error spikes, new exceptions, regression alerts |
|
|
16
|
+
| **Project Management** | Linear, Jira, Asana | Ticket updates, sprint changes, assignment shifts |
|
|
17
|
+
| **CRM** | HubSpot, Salesforce | Deal stage changes, new contacts, activity logs |
|
|
18
|
+
| **Documentation** | Notion, Confluence | Page updates, new documents, comment threads |
|
|
19
|
+
|
|
20
|
+
## The Difference From Traditional Monitoring
|
|
21
|
+
|
|
22
|
+
### Traditional Approach
|
|
23
|
+
|
|
24
|
+
- You check each tool manually every morning
|
|
25
|
+
- Important updates get buried in notification noise
|
|
26
|
+
- Cross-tool correlations require mental effort and context switching
|
|
27
|
+
|
|
28
|
+
### With Yantra
|
|
29
|
+
|
|
30
|
+
- Your AI employee synthesizes updates across all tools into a **morning briefing**
|
|
31
|
+
- Related events from different tools are **automatically correlated** (e.g., a Sentry error linked to a recent GitHub deploy)
|
|
32
|
+
- You receive **prioritized summaries** instead of raw notifications
|
|
33
|
+
|
|
34
|
+
## Morning Briefings
|
|
35
|
+
|
|
36
|
+
Each day, your Yantra AI employee prepares a contextualized summary of everything that happened overnight or since your last check-in:
|
|
37
|
+
|
|
38
|
+
- **Critical items** that need immediate attention
|
|
39
|
+
- **Updates** on ongoing issues or projects you're tracking
|
|
40
|
+
- **New activity** from customers, teammates, or automated systems
|
|
41
|
+
- **Trends** such as increasing error rates or shifting deal pipelines
|
|
42
|
+
|
|
43
|
+
## Real-Time Correlation Engine
|
|
44
|
+
|
|
45
|
+
Yantra doesn't just watch — it **connects the dots**. When a customer reports an issue in Slack, your AI employee simultaneously:
|
|
46
|
+
|
|
47
|
+
1. Checks error monitoring tools for matching exceptions
|
|
48
|
+
2. Searches project management for existing tickets
|
|
49
|
+
3. Reviews recent deployments for related code changes
|
|
50
|
+
4. Looks up the customer's history and previous interactions
|
|
51
|
+
|
|
52
|
+
This happens in seconds, surfacing a complete context package instead of requiring you to manually triage across systems.
|
|
53
|
+
|
|
54
|
+
## Configuring What to Watch
|
|
55
|
+
|
|
56
|
+
You have full control over monitoring scope:
|
|
57
|
+
|
|
58
|
+
- **Channel selection**: Choose which Slack channels, GitHub repos, or Sentry projects to monitor
|
|
59
|
+
- **Priority thresholds**: Set error count thresholds for escalation
|
|
60
|
+
- **Quiet hours**: Define when alerts should be held for batched delivery
|
|
61
|
+
- **Watch lists**: Track specific customers, keywords, or team members
|
|
62
|
+
|
|
63
|
+
For setup instructions, see [Integrations Overview](/help-center/integrations/integrations-overview).
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
# Instant Context — Full Picture in Seconds
|
|
2
|
+
|
|
3
|
+
One of Yantra's most powerful capabilities is delivering comprehensive context about any topic, customer, or issue in seconds — eliminating the hours teams typically spend gathering information across scattered tools.
|
|
4
|
+
|
|
5
|
+
## The Context Problem
|
|
6
|
+
|
|
7
|
+
In most organizations, relevant information about a customer, bug, or project lives across multiple systems:
|
|
8
|
+
|
|
9
|
+
- **Slack**: Conversation history, support threads, internal discussions
|
|
10
|
+
- **CRM**: Deal stages, contact details, meeting notes
|
|
11
|
+
- **GitHub**: Related pull requests, recent deployments, code changes
|
|
12
|
+
- **Error Trackers**: Exception logs, frequency data, affected users
|
|
13
|
+
- **Email**: Customer correspondence, vendor communications
|
|
14
|
+
- **Documents**: Specs, runbooks, post-mortems
|
|
15
|
+
|
|
16
|
+
To get the full picture, team members spend 30+ minutes switching between tabs and searching through each tool individually. Yantra eliminates this entirely.
|
|
17
|
+
|
|
18
|
+
## How Instant Context Works
|
|
19
|
+
|
|
20
|
+
### Ask a Question, Get Everything
|
|
21
|
+
|
|
22
|
+
When you ask your Yantra AI employee about a customer, issue, or topic, it performs a comprehensive cross-tool search and synthesizes results into a structured briefing:
|
|
23
|
+
|
|
24
|
+
**Example Query**: _"What's the situation with Acme Corp?"_
|
|
25
|
+
|
|
26
|
+
**Yantra Response**:
|
|
27
|
+
|
|
28
|
+
- Last interaction was 3 days ago — Sarah resolved a billing discrepancy
|
|
29
|
+
- Open support ticket (#4521) regarding API rate limits, assigned to Marcus
|
|
30
|
+
- Deal stage: Enterprise renewal, scheduled for next quarter
|
|
31
|
+
- 2 Sentry errors in the past week from their tenant, both low severity
|
|
32
|
+
- Last deployment affecting their environment was Tuesday, no issues reported
|
|
33
|
+
|
|
34
|
+
### Automatic Context Surfacing
|
|
35
|
+
|
|
36
|
+
Beyond answering questions, Yantra proactively surfaces context when it detects you need it:
|
|
37
|
+
|
|
38
|
+
- **Before meetings**: Sends a brief with all recent activity related to the attendees
|
|
39
|
+
- **When issues arise**: Automatically pulls history of similar problems and past resolutions
|
|
40
|
+
- **During onboarding**: Provides new team members with comprehensive background on any topic
|
|
41
|
+
|
|
42
|
+
## Context Memory
|
|
43
|
+
|
|
44
|
+
Unlike traditional search tools that only find documents, Yantra maintains a **living memory** of your organization:
|
|
45
|
+
|
|
46
|
+
- Every conversation, decision, and action is indexed
|
|
47
|
+
- Relationships between people, projects, and issues are tracked
|
|
48
|
+
- Context accumulates over time, making the AI employee more useful with each passing day
|
|
49
|
+
|
|
50
|
+
## Use Cases
|
|
51
|
+
|
|
52
|
+
| Scenario | Without Yantra | With Yantra |
|
|
53
|
+
| ------------------------------- | -------------------------------------- | ----------------------------- |
|
|
54
|
+
| Customer bug report | 2+ hours gathering context | 30 seconds, full summary |
|
|
55
|
+
| Preparing for a sales call | 20 minutes searching CRM and email | Automatic pre-call brief |
|
|
56
|
+
| New hire asking about a project | 30-minute explanation from a colleague | Instant comprehensive context |
|
|
57
|
+
| Post-deployment verification | Manual checking of multiple dashboards | Proactive status report |
|
|
58
|
+
|
|
59
|
+
## Privacy and Access Controls
|
|
60
|
+
|
|
61
|
+
Instant context respects your organization's access controls:
|
|
62
|
+
|
|
63
|
+
- AI employees only access tools and channels they've been granted permission to
|
|
64
|
+
- Sensitive information can be excluded from context surfacing
|
|
65
|
+
- All context queries are logged in the audit trail
|
|
66
|
+
|
|
67
|
+
For more on security, see [Security Overview](/help-center/security-compliance/security-overview).
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
# Instant Onboarding — New Hires Productive on Day One
|
|
2
|
+
|
|
3
|
+
Yantra transforms team onboarding by giving new hires immediate access to your organization's complete institutional memory, eliminating the weeks-long ramp-up period.
|
|
4
|
+
|
|
5
|
+
## The Onboarding Challenge
|
|
6
|
+
|
|
7
|
+
When a new team member joins, they face a steep learning curve:
|
|
8
|
+
|
|
9
|
+
- **Customer history**: Who are the key accounts? What issues have they had?
|
|
10
|
+
- **Codebase context**: Why was this architecture chosen? What are the known gotchas?
|
|
11
|
+
- **Process knowledge**: How does the team handle deployments, incident response, or deal negotiations?
|
|
12
|
+
- **Tribal knowledge**: Undocumented decisions, workarounds, and conventions
|
|
13
|
+
|
|
14
|
+
Traditionally, this context lives in the heads of senior team members, requiring weeks of shadowing, asking questions, and gradually piecing things together.
|
|
15
|
+
|
|
16
|
+
## How Yantra Enables Instant Onboarding
|
|
17
|
+
|
|
18
|
+
### Complete Organizational Memory
|
|
19
|
+
|
|
20
|
+
Your Yantra AI employee has been continuously indexing and correlating information from all connected tools since it was set up. This means it has:
|
|
21
|
+
|
|
22
|
+
- Full history of customer interactions across Slack, email, and CRM
|
|
23
|
+
- Complete record of technical decisions, deployments, and incidents
|
|
24
|
+
- All project management activity, including ticket discussions and sprint retrospectives
|
|
25
|
+
- Documentation links and relevant context for every topic
|
|
26
|
+
|
|
27
|
+
### Ask Anything, Get Everything
|
|
28
|
+
|
|
29
|
+
New hires can simply ask the AI employee any question:
|
|
30
|
+
|
|
31
|
+
- _"What's the history with Enterprise Customer X?"_ → Full timeline of interactions, issues, and resolutions
|
|
32
|
+
- _"Why do we use this database for that service?"_ → Links to the original discussion, decision rationale, and related tickets
|
|
33
|
+
- _"How does our deploy process work?"_ → Step-by-step guide with links to runbooks and recent deployment logs
|
|
34
|
+
- _"Who should I talk to about the billing module?"_ → Identifies the most active contributors and relevant experts
|
|
35
|
+
|
|
36
|
+
### Contextual Introductions
|
|
37
|
+
|
|
38
|
+
When a new team member starts engaging with specific projects or customers, the AI employee proactively shares relevant background:
|
|
39
|
+
|
|
40
|
+
- Upcoming meetings get enriched with participant history and agenda context
|
|
41
|
+
- Assigned tickets include full background on the customer and issue history
|
|
42
|
+
- Code reviews include context about the module's ownership and recent changes
|
|
43
|
+
|
|
44
|
+
## Benefits by Role
|
|
45
|
+
|
|
46
|
+
### New Engineers
|
|
47
|
+
|
|
48
|
+
- Understand the codebase, architecture decisions, and technical debt without lengthy code archaeology
|
|
49
|
+
- Get context on customer-specific configurations and known issues
|
|
50
|
+
- Access past incident reports and resolution patterns
|
|
51
|
+
|
|
52
|
+
### New Sales Representatives
|
|
53
|
+
|
|
54
|
+
- Instantly learn the history of every account in the pipeline
|
|
55
|
+
- Understand common objections and successful approaches from past deals
|
|
56
|
+
- Get briefed before every call without asking colleagues
|
|
57
|
+
|
|
58
|
+
### New Marketing Team Members
|
|
59
|
+
|
|
60
|
+
- Access brand voice guidelines and past campaign performance
|
|
61
|
+
- Understand product positioning and competitive landscape
|
|
62
|
+
- Review historical content strategies and engagement metrics
|
|
63
|
+
|
|
64
|
+
## Onboarding Playbooks
|
|
65
|
+
|
|
66
|
+
Yantra supports configurable onboarding playbooks that automatically guide new hires through:
|
|
67
|
+
|
|
68
|
+
1. **Week 1**: Introduction to key tools, customers, and processes
|
|
69
|
+
2. **Week 2**: Deep dives into assigned projects and accounts
|
|
70
|
+
3. **Week 3**: Independent operation with AI-assisted context
|
|
71
|
+
4. **Ongoing**: Continuous learning as the AI employee surfaces relevant context for new situations
|
|
72
|
+
|
|
73
|
+
## Measuring Onboarding Success
|
|
74
|
+
|
|
75
|
+
Track onboarding effectiveness through Yantra's analytics:
|
|
76
|
+
|
|
77
|
+
- **Time to first contribution**: How quickly new hires start producing
|
|
78
|
+
- **Context queries**: How often new hires need to ask for information
|
|
79
|
+
- **Self-service rate**: Percentage of questions answered by the AI employee vs. requiring human input
|
|
80
|
+
- **Ramp-up metrics**: Comparative data across onboarding cohorts
|