@exulu/backend 1.48.2 → 1.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (164) hide show
  1. package/dist/index.cjs +351 -42
  2. package/dist/index.d.cts +96 -1
  3. package/dist/index.d.ts +96 -1
  4. package/dist/index.js +340 -38
  5. package/ee/{markdown.ts → chunking/markdown.ts} +2 -2
  6. package/ee/python/README.md +295 -0
  7. package/ee/python/documents/processing/README.md +155 -0
  8. package/ee/{documents → python/documents}/processing/doc_processor.ts +25 -17
  9. package/ee/{documents/processing/pdf_to_markdown.py → python/documents/processing/document_to_markdown.py} +3 -10
  10. package/ee/python/setup.sh +180 -0
  11. package/package.json +14 -3
  12. package/scripts/postinstall.cjs +149 -0
  13. package/.agents/skills/mintlify/SKILL.md +0 -347
  14. package/.editorconfig +0 -15
  15. package/.eslintrc.json +0 -52
  16. package/.github/workflows/release-backend.yml +0 -38
  17. package/.husky/commit-msg +0 -1
  18. package/.jscpd.json +0 -18
  19. package/.mcp.json +0 -25
  20. package/.nvmrc +0 -1
  21. package/.prettierignore +0 -5
  22. package/.prettierrc.json +0 -12
  23. package/CHANGELOG.md +0 -8
  24. package/SECURITY.md +0 -5
  25. package/commitlint.config.js +0 -4
  26. package/devops/documentation/patch-older-releases.md +0 -42
  27. package/ee/documents/processing/build_pdf_processor.sh +0 -35
  28. package/ee/documents/processing/chunk_markdown.py +0 -263
  29. package/ee/documents/processing/pdf_processor.spec +0 -115
  30. package/eslint.config.js +0 -88
  31. package/jest.config.ts +0 -25
  32. package/mintlify-docs/.mintignore +0 -7
  33. package/mintlify-docs/AGENTS.md +0 -33
  34. package/mintlify-docs/CLAUDE.MD +0 -50
  35. package/mintlify-docs/CONTRIBUTING.md +0 -32
  36. package/mintlify-docs/LICENSE +0 -21
  37. package/mintlify-docs/README.md +0 -55
  38. package/mintlify-docs/ai-tools/claude-code.mdx +0 -43
  39. package/mintlify-docs/ai-tools/cursor.mdx +0 -39
  40. package/mintlify-docs/ai-tools/windsurf.mdx +0 -39
  41. package/mintlify-docs/api-reference/core-types/agent-types.mdx +0 -110
  42. package/mintlify-docs/api-reference/core-types/analytics-types.mdx +0 -95
  43. package/mintlify-docs/api-reference/core-types/configuration-types.mdx +0 -83
  44. package/mintlify-docs/api-reference/core-types/evaluation-types.mdx +0 -106
  45. package/mintlify-docs/api-reference/core-types/job-types.mdx +0 -135
  46. package/mintlify-docs/api-reference/core-types/overview.mdx +0 -73
  47. package/mintlify-docs/api-reference/core-types/prompt-types.mdx +0 -102
  48. package/mintlify-docs/api-reference/core-types/rbac-types.mdx +0 -163
  49. package/mintlify-docs/api-reference/core-types/session-types.mdx +0 -77
  50. package/mintlify-docs/api-reference/core-types/user-management.mdx +0 -112
  51. package/mintlify-docs/api-reference/core-types/workflow-types.mdx +0 -88
  52. package/mintlify-docs/api-reference/core-types.mdx +0 -585
  53. package/mintlify-docs/api-reference/dynamic-types.mdx +0 -851
  54. package/mintlify-docs/api-reference/endpoint/create.mdx +0 -4
  55. package/mintlify-docs/api-reference/endpoint/delete.mdx +0 -4
  56. package/mintlify-docs/api-reference/endpoint/get.mdx +0 -4
  57. package/mintlify-docs/api-reference/endpoint/webhook.mdx +0 -4
  58. package/mintlify-docs/api-reference/introduction.mdx +0 -661
  59. package/mintlify-docs/api-reference/mutations.mdx +0 -1012
  60. package/mintlify-docs/api-reference/openapi.json +0 -217
  61. package/mintlify-docs/api-reference/queries.mdx +0 -1154
  62. package/mintlify-docs/backend/introduction.mdx +0 -218
  63. package/mintlify-docs/changelog.mdx +0 -387
  64. package/mintlify-docs/community-edition.mdx +0 -304
  65. package/mintlify-docs/core/exulu-agent/api-reference.mdx +0 -894
  66. package/mintlify-docs/core/exulu-agent/configuration.mdx +0 -690
  67. package/mintlify-docs/core/exulu-agent/introduction.mdx +0 -552
  68. package/mintlify-docs/core/exulu-app/api-reference.mdx +0 -481
  69. package/mintlify-docs/core/exulu-app/configuration.mdx +0 -319
  70. package/mintlify-docs/core/exulu-app/introduction.mdx +0 -117
  71. package/mintlify-docs/core/exulu-authentication.mdx +0 -810
  72. package/mintlify-docs/core/exulu-chunkers/api-reference.mdx +0 -1011
  73. package/mintlify-docs/core/exulu-chunkers/configuration.mdx +0 -596
  74. package/mintlify-docs/core/exulu-chunkers/introduction.mdx +0 -403
  75. package/mintlify-docs/core/exulu-context/api-reference.mdx +0 -911
  76. package/mintlify-docs/core/exulu-context/configuration.mdx +0 -648
  77. package/mintlify-docs/core/exulu-context/introduction.mdx +0 -394
  78. package/mintlify-docs/core/exulu-database.mdx +0 -811
  79. package/mintlify-docs/core/exulu-default-agents.mdx +0 -545
  80. package/mintlify-docs/core/exulu-eval/api-reference.mdx +0 -772
  81. package/mintlify-docs/core/exulu-eval/configuration.mdx +0 -680
  82. package/mintlify-docs/core/exulu-eval/introduction.mdx +0 -459
  83. package/mintlify-docs/core/exulu-logging.mdx +0 -464
  84. package/mintlify-docs/core/exulu-otel.mdx +0 -670
  85. package/mintlify-docs/core/exulu-queues/api-reference.mdx +0 -648
  86. package/mintlify-docs/core/exulu-queues/configuration.mdx +0 -650
  87. package/mintlify-docs/core/exulu-queues/introduction.mdx +0 -474
  88. package/mintlify-docs/core/exulu-reranker/api-reference.mdx +0 -630
  89. package/mintlify-docs/core/exulu-reranker/configuration.mdx +0 -663
  90. package/mintlify-docs/core/exulu-reranker/introduction.mdx +0 -516
  91. package/mintlify-docs/core/exulu-tool/api-reference.mdx +0 -723
  92. package/mintlify-docs/core/exulu-tool/configuration.mdx +0 -805
  93. package/mintlify-docs/core/exulu-tool/introduction.mdx +0 -539
  94. package/mintlify-docs/core/exulu-variables/api-reference.mdx +0 -699
  95. package/mintlify-docs/core/exulu-variables/configuration.mdx +0 -736
  96. package/mintlify-docs/core/exulu-variables/introduction.mdx +0 -511
  97. package/mintlify-docs/development.mdx +0 -94
  98. package/mintlify-docs/docs.json +0 -248
  99. package/mintlify-docs/enterprise-edition.mdx +0 -538
  100. package/mintlify-docs/essentials/code.mdx +0 -35
  101. package/mintlify-docs/essentials/images.mdx +0 -59
  102. package/mintlify-docs/essentials/markdown.mdx +0 -88
  103. package/mintlify-docs/essentials/navigation.mdx +0 -87
  104. package/mintlify-docs/essentials/reusable-snippets.mdx +0 -110
  105. package/mintlify-docs/essentials/settings.mdx +0 -318
  106. package/mintlify-docs/favicon.svg +0 -3
  107. package/mintlify-docs/frontend/introduction.mdx +0 -39
  108. package/mintlify-docs/getting-started.mdx +0 -267
  109. package/mintlify-docs/guides/custom-agent.mdx +0 -608
  110. package/mintlify-docs/guides/first-agent.mdx +0 -315
  111. package/mintlify-docs/images/admin_ui.png +0 -0
  112. package/mintlify-docs/images/contexts.png +0 -0
  113. package/mintlify-docs/images/create_agents.png +0 -0
  114. package/mintlify-docs/images/evals.png +0 -0
  115. package/mintlify-docs/images/graphql.png +0 -0
  116. package/mintlify-docs/images/graphql_api.png +0 -0
  117. package/mintlify-docs/images/hero-dark.png +0 -0
  118. package/mintlify-docs/images/hero-light.png +0 -0
  119. package/mintlify-docs/images/hero.png +0 -0
  120. package/mintlify-docs/images/knowledge_sources.png +0 -0
  121. package/mintlify-docs/images/mcp.png +0 -0
  122. package/mintlify-docs/images/scaling.png +0 -0
  123. package/mintlify-docs/index.mdx +0 -411
  124. package/mintlify-docs/logo/dark.svg +0 -9
  125. package/mintlify-docs/logo/light.svg +0 -9
  126. package/mintlify-docs/partners.mdx +0 -558
  127. package/mintlify-docs/products.mdx +0 -77
  128. package/mintlify-docs/snippets/snippet-intro.mdx +0 -4
  129. package/mintlify-docs/styles.css +0 -207
  130. package/ngrok.bash +0 -1
  131. package/ngrok.md +0 -6
  132. package/ngrok.yml +0 -10
  133. package/release.config.cjs +0 -15
  134. package/skills-lock.json +0 -10
  135. package/types/context-processor.ts +0 -45
  136. package/types/enums/eval-types.ts +0 -5
  137. package/types/enums/field-types.ts +0 -1
  138. package/types/enums/jobs.ts +0 -11
  139. package/types/enums/statistics.ts +0 -13
  140. package/types/exulu-table-definition.ts +0 -79
  141. package/types/file-types.ts +0 -18
  142. package/types/models/agent-session.ts +0 -27
  143. package/types/models/agent.ts +0 -68
  144. package/types/models/context.ts +0 -53
  145. package/types/models/embedding.ts +0 -17
  146. package/types/models/eval-run.ts +0 -40
  147. package/types/models/exulu-agent-tool-config.ts +0 -11
  148. package/types/models/item.ts +0 -21
  149. package/types/models/job.ts +0 -8
  150. package/types/models/project.ts +0 -16
  151. package/types/models/rate-limiter-rules.ts +0 -7
  152. package/types/models/test-case.ts +0 -25
  153. package/types/models/tool.ts +0 -9
  154. package/types/models/user-role.ts +0 -12
  155. package/types/models/user.ts +0 -20
  156. package/types/models/variable.ts +0 -8
  157. package/types/models/vector-methods.ts +0 -7
  158. package/types/provider-config.ts +0 -21
  159. package/types/queue-config.ts +0 -16
  160. package/types/rbac-rights-modes.ts +0 -1
  161. package/types/statistics.ts +0 -20
  162. package/types/workflow.ts +0 -31
  163. /package/ee/{documents → python/documents}/THIRD_PARTY_LICENSES/docling.txt +0 -0
  164. /package/ee/{documents/processing → python}/requirements.txt +0 -0
@@ -1,558 +0,0 @@
1
- ---
2
- mode: 'wide'
3
- title: Implementation Partners
4
- description: Our certified implementation partners have deep expertise in Exulu and AI application development. They can help you design, build, and deploy production-ready AI systems faster.
5
- ---
6
-
7
- ## Why Work with a Partner?
8
-
9
- <div style={{
10
- display: 'grid',
11
- gridTemplateColumns: 'repeat(auto-fit, minmax(200px, 1fr))',
12
- gap: '2rem',
13
- margin: '3rem 0'
14
- }}>
15
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
16
- <div className="feature-icon">⚡</div>
17
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Faster Time to Market</h3>
18
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
19
- Leverage partner expertise to accelerate your development timeline and get to production faster.
20
- </p>
21
- </div>
22
-
23
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
24
- <div className="feature-icon">🎯</div>
25
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Best Practices</h3>
26
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
27
- Benefit from proven patterns and architectures developed through multiple successful implementations.
28
- </p>
29
- </div>
30
-
31
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
32
- <div className="feature-icon">🛠️</div>
33
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Custom Solutions</h3>
34
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
35
- Get tailored implementations designed for your specific use case, industry, and requirements.
36
- </p>
37
- </div>
38
-
39
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
40
- <div className="feature-icon">🎓</div>
41
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Team Training</h3>
42
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
43
- Partners can train your team on Exulu best practices, ensuring long-term success and maintainability.
44
- </p>
45
- </div>
46
- </div>
47
-
48
- ---
49
-
50
- ## Our Partners
51
-
52
- <div id="our-certified-partners" style={{ margin: '3rem 0' }}>
53
- <div style={{
54
- display: 'grid',
55
- gridTemplateColumns: 'repeat(auto-fit, minmax(280px, 1fr))',
56
- gap: '2rem',
57
- margin: '2rem 0'
58
- }}>
59
- <a
60
- href="https://open.de/"
61
- style={{
62
- padding: '3rem 2rem',
63
- borderRadius: '1rem',
64
- border: '2px solid #e2e8f0',
65
- textDecoration: 'none',
66
- display: 'flex',
67
- flexDirection: 'column',
68
- alignItems: 'center',
69
- justifyContent: 'center',
70
- transition: 'all 0.3s ease',
71
- cursor: 'pointer',
72
- background: 'white',
73
- minHeight: '200px'
74
- }}
75
- onMouseOver={(e) => {
76
- e.currentTarget.style.borderColor = '#8B5CF6';
77
- e.currentTarget.style.boxShadow = '0 10px 30px rgba(139, 92, 246, 0.2)';
78
- e.currentTarget.style.transform = 'translateY(-5px)';
79
- }}
80
- onMouseOut={(e) => {
81
- e.currentTarget.style.borderColor = '#e2e8f0';
82
- e.currentTarget.style.boxShadow = 'none';
83
- e.currentTarget.style.transform = 'translateY(0)';
84
- }}
85
- >
86
- <h3 style={{
87
- fontSize: '1.5rem',
88
- fontWeight: '700',
89
- marginBottom: '0.75rem',
90
- color: '#1e293b'
91
- }}>
92
- OPEN Digital Experience GmbH
93
- </h3>
94
- <p style={{
95
- fontSize: '0.875rem',
96
- color: '#64748b',
97
- textAlign: 'center',
98
- lineHeight: '1.6'
99
- }}>
100
- OPEN Digitalgruppe is a German technology-driven digital agency specializing in digital transformation, e-commerce, CRM, and data-driven marketing solutions.
101
- </p>
102
- <div style={{
103
- marginTop: '1rem',
104
- padding: '0.5rem 1rem',
105
- background: '#8B5CF6',
106
- color: 'white',
107
- borderRadius: '0.5rem',
108
- fontSize: '0.875rem',
109
- fontWeight: '600'
110
- }}>
111
- Contact Partner →
112
- </div>
113
- </a>
114
-
115
- <a
116
- href="https://www.datalogue.ch/"
117
- style={{
118
- padding: '3rem 2rem',
119
- borderRadius: '1rem',
120
- border: '2px solid #e2e8f0',
121
- textDecoration: 'none',
122
- display: 'flex',
123
- flexDirection: 'column',
124
- alignItems: 'center',
125
- justifyContent: 'center',
126
- transition: 'all 0.3s ease',
127
- cursor: 'pointer',
128
- background: 'white',
129
- minHeight: '200px'
130
- }}
131
- onMouseOver={(e) => {
132
- e.currentTarget.style.borderColor = '#8B5CF6';
133
- e.currentTarget.style.boxShadow = '0 10px 30px rgba(139, 92, 246, 0.2)';
134
- e.currentTarget.style.transform = 'translateY(-5px)';
135
- }}
136
- onMouseOut={(e) => {
137
- e.currentTarget.style.borderColor = '#e2e8f0';
138
- e.currentTarget.style.boxShadow = 'none';
139
- e.currentTarget.style.transform = 'translateY(0)';
140
- }}
141
- >
142
- <h3 style={{
143
- fontSize: '1.5rem',
144
- fontWeight: '700',
145
- marginBottom: '0.75rem',
146
- color: '#1e293b'
147
- }}>
148
- Datalogue
149
- </h3>
150
- <p style={{
151
- fontSize: '0.875rem',
152
- color: '#64748b',
153
- textAlign: 'center',
154
- lineHeight: '1.6'
155
- }}>
156
- DATALOGUE is a Swiss data‑driven consulting and analytics firm that helps businesses translate customer data into actionable insights and higher sales through bespoke marketing and sales optimization.
157
- </p>
158
- <div style={{
159
- marginTop: '1rem',
160
- padding: '0.5rem 1rem',
161
- background: '#8B5CF6',
162
- color: 'white',
163
- borderRadius: '0.5rem',
164
- fontSize: '0.875rem',
165
- fontWeight: '600'
166
- }}>
167
- Contact Partner →
168
- </div>
169
- </a>
170
-
171
- <a
172
- href="https://selisegroup.com/"
173
- style={{
174
- padding: '3rem 2rem',
175
- borderRadius: '1rem',
176
- border: '2px solid #e2e8f0',
177
- textDecoration: 'none',
178
- display: 'flex',
179
- flexDirection: 'column',
180
- alignItems: 'center',
181
- justifyContent: 'center',
182
- transition: 'all 0.3s ease',
183
- cursor: 'pointer',
184
- background: 'white',
185
- minHeight: '200px'
186
- }}
187
- onMouseOver={(e) => {
188
- e.currentTarget.style.borderColor = '#8B5CF6';
189
- e.currentTarget.style.boxShadow = '0 10px 30px rgba(139, 92, 246, 0.2)';
190
- e.currentTarget.style.transform = 'translateY(-5px)';
191
- }}
192
- onMouseOut={(e) => {
193
- e.currentTarget.style.borderColor = '#e2e8f0';
194
- e.currentTarget.style.boxShadow = 'none';
195
- e.currentTarget.style.transform = 'translateY(0)';
196
- }}
197
- >
198
- <h3 style={{
199
- fontSize: '1.5rem',
200
- fontWeight: '700',
201
- marginBottom: '0.75rem',
202
- color: '#1e293b'
203
- }}>
204
- SELISE Group
205
- </h3>
206
- <p style={{
207
- fontSize: '0.875rem',
208
- color: '#64748b',
209
- textAlign: 'center',
210
- lineHeight: '1.6'
211
- }}>
212
- SELISE Group is a global IT delivery and digital transformation company headquartered in Zurich that designs, builds, and operates advanced enterprise software solutions
213
- </p>
214
- <div style={{
215
- marginTop: '1rem',
216
- padding: '0.5rem 1rem',
217
- background: '#8B5CF6',
218
- color: 'white',
219
- borderRadius: '0.5rem',
220
- fontSize: '0.875rem',
221
- fontWeight: '600'
222
- }}>
223
- Contact Partner →
224
- </div>
225
- </a>
226
-
227
- <a
228
- href="https://space44.com/"
229
- style={{
230
- padding: '3rem 2rem',
231
- borderRadius: '1rem',
232
- border: '2px solid #e2e8f0',
233
- textDecoration: 'none',
234
- display: 'flex',
235
- flexDirection: 'column',
236
- alignItems: 'center',
237
- justifyContent: 'center',
238
- transition: 'all 0.3s ease',
239
- cursor: 'pointer',
240
- background: 'white',
241
- minHeight: '200px'
242
- }}
243
- onMouseOver={(e) => {
244
- e.currentTarget.style.borderColor = '#8B5CF6';
245
- e.currentTarget.style.boxShadow = '0 10px 30px rgba(139, 92, 246, 0.2)';
246
- e.currentTarget.style.transform = 'translateY(-5px)';
247
- }}
248
- onMouseOut={(e) => {
249
- e.currentTarget.style.borderColor = '#e2e8f0';
250
- e.currentTarget.style.boxShadow = 'none';
251
- e.currentTarget.style.transform = 'translateY(0)';
252
- }}
253
- >
254
- <h3 style={{
255
- fontSize: '1.5rem',
256
- fontWeight: '700',
257
- marginBottom: '0.75rem',
258
- color: '#1e293b'
259
- }}>
260
- Space44
261
- </h3>
262
- <p style={{
263
- fontSize: '0.875rem',
264
- color: '#64748b',
265
- textAlign: 'center',
266
- lineHeight: '1.6'
267
- }}>
268
- Space44 is a IT consulting and tech staffing company that builds tailored nearshore and remote software development teams to help fast‑growing firms scale engineering capacity quickly and efficiently.
269
- </p>
270
- <div style={{
271
- marginTop: '1rem',
272
- padding: '0.5rem 1rem',
273
- background: '#8B5CF6',
274
- color: 'white',
275
- borderRadius: '0.5rem',
276
- fontSize: '0.875rem',
277
- fontWeight: '600'
278
- }}>
279
- Contact Partner →
280
- </div>
281
- </a>
282
-
283
- {/* Add more partners here - template for future partners */}
284
- <div style={{
285
- padding: '3rem 2rem',
286
- borderRadius: '1rem',
287
- border: '2px dashed #e2e8f0',
288
- display: 'flex',
289
- flexDirection: 'column',
290
- alignItems: 'center',
291
- justifyContent: 'center',
292
- minHeight: '200px',
293
- background: '#f8fafc'
294
- }}>
295
- <div style={{
296
- fontSize: '3rem',
297
- marginBottom: '1rem',
298
- opacity: 0.3
299
- }}>
300
- 🤝
301
- </div>
302
- <h3 style={{
303
- fontSize: '1.25rem',
304
- fontWeight: '600',
305
- marginBottom: '0.75rem',
306
- color: '#64748b'
307
- }}>
308
- Your Company Here
309
- </h3>
310
- <p style={{
311
- fontSize: '0.875rem',
312
- color: '#94a3b8',
313
- textAlign: 'center',
314
- lineHeight: '1.6',
315
- marginBottom: '1rem'
316
- }}>
317
- Interested in becoming an official Exulu implementation partner?
318
- </p>
319
- <a
320
- href="https://exulu.com/contact/"
321
- style={{
322
- padding: '0.5rem 1rem',
323
- background: 'transparent',
324
- color: '#8B5CF6',
325
- border: '2px solid #8B5CF6',
326
- borderRadius: '0.5rem',
327
- fontSize: '0.875rem',
328
- fontWeight: '600',
329
- textDecoration: 'none',
330
- transition: 'all 0.3s ease'
331
- }}
332
- >
333
- Learn More
334
- </a>
335
- </div>
336
- </div>
337
- </div>
338
-
339
- ---
340
-
341
- ## What Our Partners Do
342
-
343
- <AccordionGroup>
344
- <Accordion title="🏗️ Implementation & Development" defaultOpen>
345
- ### End-to-End Implementation Services
346
-
347
- Our partners provide comprehensive implementation services including:
348
-
349
- - **Architecture Design**: Design scalable, production-ready architectures tailored to your needs
350
- - **Custom Development**: Build custom agents, tools, and integrations specific to your use case
351
- - **Migration Services**: Migrate existing AI systems to Exulu
352
- - **Integration**: Connect Exulu with your existing tech stack and workflows
353
- - **Performance Optimization**: Optimize for speed, cost, and quality
354
-
355
- Partners work with you from initial design through production deployment.
356
- </Accordion>
357
-
358
- <Accordion title="🎓 Training & Enablement">
359
- ### Team Training Programs
360
-
361
- Get your team up to speed with expert training:
362
-
363
- - **Developer Training**: Hands-on workshops for your engineering team
364
- - **Best Practices**: Learn proven patterns and anti-patterns
365
- - **Architecture Workshops**: Design sessions for your specific use case
366
- - **Code Reviews**: Expert review of your Exulu implementation
367
- - **Documentation**: Custom documentation for your team
368
-
369
- Partners ensure your team can maintain and extend your Exulu implementation long-term.
370
- </Accordion>
371
-
372
- <Accordion title="🚀 Production Deployment">
373
- ### Production-Ready Deployment
374
-
375
- Deploy with confidence:
376
-
377
- - **Infrastructure Setup**: Configure production infrastructure (Kubernetes, Docker, cloud platforms)
378
- - **CI/CD Pipelines**: Set up automated testing and deployment
379
- - **Monitoring & Observability**: Configure logging, tracing, and alerts
380
- - **Security Hardening**: Implement security best practices
381
- - **Performance Testing**: Load testing and optimization
382
-
383
- Partners ensure your deployment is production-ready and scalable.
384
- </Accordion>
385
-
386
- <Accordion title="🔧 Ongoing Support">
387
- ### Maintenance & Support
388
-
389
- Long-term support options:
390
-
391
- - **Bug Fixes & Troubleshooting**: Quick response to issues
392
- - **Feature Development**: Ongoing feature additions
393
- - **Version Upgrades**: Help upgrading to new Exulu versions
394
- - **Performance Monitoring**: Proactive monitoring and optimization
395
- - **24/7 Support**: Optional around-the-clock support
396
-
397
- Partners provide ongoing support to keep your application running smoothly.
398
- </Accordion>
399
- </AccordionGroup>
400
-
401
- ## Frequently Asked Questions
402
-
403
- <AccordionGroup>
404
- <Accordion title="Do I need Enterprise Edition to work with a partner?">
405
- Not necessarily. Partners can help you get started with Community Edition, and can assist with upgrading to Enterprise Edition when you need advanced features like RBAC, queue management, or evaluation frameworks.
406
- </Accordion>
407
-
408
- <Accordion title="How much do partner services typically cost?">
409
- Costs vary widely based on project scope, complexity, and partner rates. Typical ranges:
410
- - **Small projects**: EUR 10,000 - EUR50,000
411
- - **Medium implementations**: EUR 50,000 - EUR 150,000
412
- - **Large enterprise deployments**: EUR 150,000+
413
- - **Ongoing support**: EUR 5,000 - EUR 20,000/month
414
-
415
- Contact partners directly for accurate quotes based on your specific needs.
416
- </Accordion>
417
-
418
- <Accordion title="Can I still work with Exulu directly?">
419
- Yes! Partners are an additional option for implementation help. You can always:
420
- - Build with Exulu yourself using our documentation
421
- - Get community support via GitHub Discussions
422
- - Contact us directly at office@qventu.com for questions
423
-
424
- Partners are recommended for teams that need expert help, faster time-to-market, or specialized expertise.
425
- </Accordion>
426
-
427
- <Accordion title="What's the typical project timeline?">
428
- Timelines depend on project complexity:
429
- - **Simple implementation**: 2-4 weeks
430
- - **Standard project**: 1-3 months
431
- - **Complex enterprise deployment**: 3-6 months
432
- - **Ongoing development**: Continuous
433
-
434
- Partners will provide detailed timelines during the proposal phase.
435
- </Accordion>
436
-
437
- <Accordion title="How are partners certified?">
438
- Exulu implementation partners are certified based on:
439
- - Proven track record with successful Exulu implementations
440
- - Deep technical expertise in AI and Exulu architecture
441
- - Demonstrated best practices and code quality
442
- - Customer references and satisfaction
443
- - Ongoing training and knowledge updates
444
-
445
- We carefully vet all partners to ensure quality service.
446
- </Accordion>
447
-
448
- <Accordion title="Can partners help with non-Exulu parts of my stack?">
449
- Yes! Many partners offer full-stack development services including:
450
- - Frontend development (React, Next.js, etc.)
451
- - DevOps and infrastructure (AWS, GCP, Azure, Kubernetes)
452
- - Integration with existing systems
453
- - Mobile app development
454
- - Custom UI/UX design
455
-
456
- Discuss your full requirements with the partner during discovery.
457
- </Accordion>
458
- </AccordionGroup>
459
-
460
- ---
461
-
462
- <div style={{
463
- padding: '4rem 2rem',
464
- background: 'linear-gradient(135deg, #8B5CF6 0%, #7C3AED 100%)',
465
- borderRadius: '1rem',
466
- margin: '3rem 0',
467
- color: 'white'
468
- }}>
469
- <h2 style={{ fontSize: '2.5rem', fontWeight: '800', marginBottom: '1rem', color: 'white' }}>
470
- Ready to Get Started?
471
- </h2>
472
- <p style={{ fontSize: '1.25rem', marginBottom: '2rem', opacity: 0.9 }}>
473
- Connect with an implementation partner to accelerate your Exulu project
474
- </p>
475
- <div style={{ display: 'flex', gap: '1rem', flexWrap: 'wrap' }}>
476
- <a
477
- href="#our-certified-partners"
478
- style={{
479
- background: 'white',
480
- color: '#8B5CF6',
481
- padding: '1rem 2rem',
482
- borderRadius: '0.5rem',
483
- fontWeight: '600',
484
- textDecoration: 'none',
485
- display: 'inline-block',
486
- transition: 'all 0.3s ease'
487
- }}
488
- >
489
- View Partners
490
- </a>
491
- <a
492
- href="/enterprise-edition"
493
- style={{
494
- background: 'transparent',
495
- color: 'white',
496
- padding: '1rem 2rem',
497
- borderRadius: '0.5rem',
498
- fontWeight: '600',
499
- textDecoration: 'none',
500
- display: 'inline-block',
501
- border: '2px solid white',
502
- transition: 'all 0.3s ease'
503
- }}
504
- >
505
- Learn About Enterprise
506
- </a>
507
- </div>
508
- </div>
509
-
510
- ---
511
-
512
- ## Become a Partner
513
-
514
- <div style={{
515
- background: '#f8fafc',
516
- borderRadius: '1rem',
517
- padding: '2rem',
518
- margin: '2rem 0',
519
- border: '2px solid #e2e8f0'
520
- }}>
521
- <h3 style={{ fontSize: '1.5rem', fontWeight: '700', marginBottom: '1rem' }}>
522
- Join Our Partner Network
523
- </h3>
524
- <p style={{ color: '#64748b', marginBottom: '1.5rem', lineHeight: '1.7' }}>
525
- Are you an agency or consultancy? We're looking for qualified partners to join our growing network.
526
- </p>
527
-
528
- <div style={{
529
- display: 'grid',
530
- gridTemplateColumns: 'repeat(auto-fit, minmax(200px, 1fr))',
531
- gap: '1rem',
532
- marginBottom: '1.5rem'
533
- }}>
534
- <div>
535
- <div style={{ fontSize: '1.5rem', marginBottom: '0.5rem' }}>✅</div>
536
- <p style={{ fontSize: '0.875rem', color: '#64748b' }}>Lead referrals from Exulu</p>
537
- </div>
538
- <div>
539
- <div style={{ fontSize: '1.5rem', marginBottom: '0.5rem' }}>📚</div>
540
- <p style={{ fontSize: '0.875rem', color: '#64748b' }}>Training and certification</p>
541
- </div>
542
- <div>
543
- <div style={{ fontSize: '1.5rem', marginBottom: '0.5rem' }}>🤝</div>
544
- <p style={{ fontSize: '0.875rem', color: '#64748b' }}>Technical support</p>
545
- </div>
546
- <div>
547
- <div style={{ fontSize: '1.5rem', marginBottom: '0.5rem' }}>📣</div>
548
- <p style={{ fontSize: '0.875rem', color: '#64748b' }}>Marketing co-promotion</p>
549
- </div>
550
- </div>
551
-
552
- <a
553
- href="mailto:info@exulu.com?subject=Partnership%20Program%20Inquiry&body=Hi%2C%0A%0AI'm%20interested%20in%20becoming%20an%20official%20Exulu%20implementation%20partner.%0A%0ACompany%20details%3A%0A-%20Company%20name%3A%20%0A-%20Website%3A%20%0A-%20Team%20size%3A%20%0A-%20Experience%20with%20Exulu%3A%20%0A-%20Target%20markets%3A%20%0A-%20Previous%20implementations%3A%20%0A%0APlease%20send%20me%20information%20about%20the%20partnership%20program.%0A%0AThank%20you!"
554
- className="cta-primary"
555
- >
556
- Apply to Become a Partner →
557
- </a>
558
- </div>
@@ -1,77 +0,0 @@
1
- ---
2
- title: 'Products'
3
- description: 'Exulu products and solutions'
4
- mode: 'custom'
5
- ---
6
-
7
- <div style={{ textAlign: 'center', padding: '4rem 0 3rem' }}>
8
- <h1 style={{
9
- fontSize: '3.5rem',
10
- fontWeight: '800',
11
- lineHeight: '1.2',
12
- marginBottom: '1.5rem'
13
- }}>
14
- <span className="gradient-text">Exulu Products</span>
15
- </h1>
16
-
17
- <p style={{
18
- fontSize: '1.25rem',
19
- color: '#64748b',
20
- maxWidth: '42rem',
21
- margin: '0 auto 2rem',
22
- lineHeight: '1.8'
23
- }}>
24
- Enterprise-ready AI solutions built on Exulu IMP
25
- </p>
26
- </div>
27
-
28
- ---
29
-
30
- <div style={{
31
- display: 'grid',
32
- gridTemplateColumns: 'repeat(auto-fit, minmax(350px, 1fr))',
33
- gap: '2rem',
34
- margin: '3rem 0'
35
- }}>
36
- <div className="feature-card" style={{ padding: '3rem 2rem', borderRadius: '1rem', textAlign: 'center' }}>
37
- <div className="feature-icon" style={{ margin: '0 auto 1.5rem' }}>🚀</div>
38
- <h2 style={{ fontSize: '1.75rem', fontWeight: '700', marginBottom: '1rem' }}>Exulu IMP</h2>
39
- <p style={{ color: '#64748b', lineHeight: '1.7', marginBottom: '2rem' }}>
40
- The Intelligent Middleware Platform for building production-ready AI applications with multi-agent systems, semantic search, and workflows.
41
- </p>
42
- <a href="/" className="cta-secondary" style={{ display: 'inline-block' }}>
43
- Learn More →
44
- </a>
45
- </div>
46
-
47
- <div className="feature-card" style={{ padding: '3rem 2rem', borderRadius: '1rem', textAlign: 'center' }}>
48
- <div className="feature-icon" style={{ margin: '0 auto 1.5rem' }}>🎯</div>
49
- <h2 style={{ fontSize: '1.75rem', fontWeight: '700', marginBottom: '1rem' }}>Coming Soon</h2>
50
- <p style={{ color: '#64748b', lineHeight: '1.7', marginBottom: '2rem' }}>
51
- More products and solutions are on the way. Stay tuned for updates.
52
- </p>
53
- <a href="https://www.linkedin.com/company/exulu" className="cta-secondary" style={{ display: 'inline-block' }}>
54
- Follow Updates →
55
- </a>
56
- </div>
57
- </div>
58
-
59
- ---
60
-
61
- <div style={{
62
- textAlign: 'center',
63
- padding: '4rem 2rem',
64
- background: 'linear-gradient(135deg, rgba(22, 163, 74, 0.1) 0%, rgba(7, 201, 131, 0.1) 100%)',
65
- borderRadius: '1rem',
66
- margin: '3rem 0'
67
- }}>
68
- <h2 style={{ fontSize: '2rem', fontWeight: '800', marginBottom: '1rem' }}>
69
- Need a Custom Solution?
70
- </h2>
71
- <p style={{ fontSize: '1.125rem', color: '#64748b', marginBottom: '2rem', maxWidth: '42rem', margin: '0 auto 2rem' }}>
72
- We can help you build tailored AI solutions for your specific needs
73
- </p>
74
- <a href="https://www.linkedin.com/company/exulu" className="cta-primary">
75
- Contact Us →
76
- </a>
77
- </div>
@@ -1,4 +0,0 @@
1
- One of the core principles of software development is DRY (Don't Repeat
2
- Yourself). This is a principle that applies to documentation as
3
- well. If you find yourself repeating the same content in multiple places, you
4
- should consider creating a custom snippet to keep your content in sync.