@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,411 +0,0 @@
1
- ---
2
- title: Exulu IMP
3
- description: Exulu IMP is a comprehensive AI management platform built on TypeScript that provides everything you need to create sophisticated multi-agent systems with RAG, GraphQL API, streaming APIs, and a full admin UI.
4
- mode: 'wide'
5
- ---
6
-
7
- ## Choose Your Edition
8
-
9
- <div style={{
10
- display: 'grid',
11
- gridTemplateColumns: 'repeat(auto-fit, minmax(350px, 1fr))',
12
- gap: '2rem',
13
- margin: '3rem 0'
14
- }}>
15
- <div style={{
16
- padding: '2rem',
17
- borderRadius: '1rem',
18
- border: '2px solid #16A34A',
19
- background: 'linear-gradient(135deg, rgba(22, 163, 74, 0.05) 0%, rgba(7, 201, 131, 0.05) 100%)'
20
- }}>
21
- <h3 style={{ fontSize: '1.75rem', fontWeight: '800', marginBottom: '1rem', color: '#16A34A', marginTop: '0' }}>
22
- Community Edition
23
- </h3>
24
- <p style={{ fontSize: '1rem', color: '#64748b', marginBottom: '1.5rem', minHeight: '60px' }}>
25
- Source-available platform with everything you need to build powerful AI applications. Perfect for startups, side projects, and teams getting started.
26
- </p>
27
- <h4 style={{ fontSize: '0.875rem', fontWeight: '700', marginBottom: '0.75rem', textTransform: 'uppercase', color: '#64748b' }}>
28
- Core Features
29
- </h4>
30
- <ul style={{ color: '#64748b', marginBottom: '2rem', lineHeight: '1.8' }}>
31
- <li>✅ Create agents</li>
32
- <li>✅ Tool Call</li>
33
- <li>✅ GraphQL API</li>
34
- <li>✅ Basic Chunking</li>
35
- <li>✅ RAG</li>
36
- <li>✅ Streaming APIs</li>
37
- <li>✅ Audit Logs</li>
38
- <li>✅ Admin UI</li>
39
- <li>✅ Chat UI</li>
40
- </ul>
41
- <a href="/community-edition" className="cta-primary" style={{ width: '100%', display: 'block', textAlign: 'center' }}>
42
- View Community Edition →
43
- </a>
44
- </div>
45
-
46
- <div style={{
47
- padding: '2rem',
48
- borderRadius: '1rem',
49
- border: '2px solid #8B5CF6',
50
- background: 'linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, rgba(124, 58, 237, 0.05) 100%)'
51
- }}>
52
- <h3 style={{ fontSize: '1.75rem', fontWeight: '800', marginBottom: '1rem', color: '#8B5CF6', marginTop: '0' }}>
53
- Enterprise Edition
54
- </h3>
55
- <p style={{ fontSize: '1rem', color: '#64748b', marginBottom: '1.5rem', minHeight: '60px' }}>
56
- Advanced capabilities for production-grade applications at scale. Built for teams that need enterprise features and support.
57
- </p>
58
- <h4 style={{ fontSize: '0.875rem', fontWeight: '700', marginBottom: '0.75rem', textTransform: 'uppercase', color: '#64748b' }}>
59
- Everything in Community, plus:
60
- </h4>
61
- <ul style={{ color: '#64748b', marginBottom: '2rem', lineHeight: '1.8' }}>
62
- <li>🔐 Role-Based Access Control</li>
63
- <li>⚙️ Queue Management</li>
64
- <li>✅ Evaluations</li>
65
- <li>🔄 Template Conversations</li>
66
- <li>🎯 Agentic Retrieval</li>
67
- <li>📄 Advanced Document Processing</li>
68
- <li>💬 User Feedback</li>
69
- <li>🤖 Multi-Agent Tooling</li>
70
- <li>🎨 Custom Branding</li>
71
- </ul>
72
- <a href="/enterprise-edition" className="cta-primary" style={{ width: '100%', display: 'block', textAlign: 'center', background: '#8B5CF6' }}>
73
- View Enterprise Edition →
74
- </a>
75
- </div>
76
- </div>
77
-
78
- ---
79
-
80
- ## Why Choose Exulu IMP?
81
-
82
- <div style={{
83
- display: 'grid',
84
- gridTemplateColumns: 'repeat(auto-fit, minmax(300px, 1fr))',
85
- gap: '2rem',
86
- margin: '3rem 0'
87
- }}>
88
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
89
- <div className="feature-icon">🏗️</div>
90
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Complete PaaS, Not Just a Framework</h3>
91
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
92
- Unlike frameworks that require extensive custom development, Exulu provides a full-featured platform with user management, admin UI, and production-ready APIs out of the box. Define components once in code, then configure and orchestrate via API, or the out of the box fully featured UI.
93
- </p>
94
- </div>
95
-
96
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
97
- <div className="feature-icon">💪</div>
98
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Source Available</h3>
99
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
100
- Full transparency with source-available code. Inspect, understand, and customize the platform to meet your exact needs. Enterprise Edition available for advanced features like RBAC, queue management, and evaluation frameworks.
101
- </p>
102
- </div>
103
-
104
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
105
- <div className="feature-icon">🎯</div>
106
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Intelligent Auto-Tooling</h3>
107
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
108
- Knowledge bases are automatically configured with optimal chunking, hybrid search, and retrieval parameters based on best practices. Override settings when needed, but start with production-ready defaults that work out of the box.
109
- </p>
110
- </div>
111
-
112
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
113
- <div className="feature-icon">🔌</div>
114
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Multi-Provider AI Support</h3>
115
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
116
- Use any LLM provider: OpenAI, Anthropic, Google, Mistral, Cohere, and more. Switch providers per agent or use multiple providers in the same application for maximum flexibility.
117
- </p>
118
- </div>
119
-
120
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
121
- <div className="feature-icon">💾</div>
122
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Battle-Tested Infrastructure</h3>
123
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
124
- Built on PostgreSQL for data persistence and vector search, plus Redis for queue management, rate limiting and caching. Production-ready infrastructure that scales from prototype to production without architectural changes.
125
- </p>
126
- </div>
127
-
128
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
129
- <div className="feature-icon">🚀</div>
130
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Battle-Tested Streaming APIs</h3>
131
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
132
- Production-ready streaming APIs with standardized source outputs and integrated hallucination detection. Developed alongside a fully functional frontend used in production every day, ensuring practical usability beyond just providing primitives.
133
- </p>
134
- </div>
135
-
136
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
137
- <div className="feature-icon">🌍</div>
138
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>European Data Sovereignty</h3>
139
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
140
- Built in Europe with European data protection standards in mind (incl. GDPR endpoints). Self-hostable PaaS architecture designed for organizations prioritizing digital sovereignty and GDPR compliance, without dependency on US-based cloud vendors.
141
- </p>
142
- </div>
143
-
144
- <div className="feature-card" style={{ padding: '2rem', borderRadius: '1rem' }}>
145
- <div className="feature-icon">⚡</div>
146
- <h3 style={{ fontSize: '1.25rem', fontWeight: '700', marginBottom: '0.75rem' }}>Comprehensive GraphQL API</h3>
147
- <p style={{ color: '#64748b', lineHeight: '1.7' }}>
148
- Headless architecture with one of the most extensive GraphQL APIs available for AI management systems. Control every aspect of the platform. Ereate agents, manage tools, handle knowledge sources, trigger updates and embeddings, all via a unified, type-safe API.
149
- </p>
150
- </div>
151
- </div>
152
-
153
- ---
154
-
155
-
156
- ## A Complete Opinionated AI Development Stack for Production-Ready PaaS Applications
157
-
158
- <CardGroup cols={3}>
159
- <Card
160
- title="Backend Framework"
161
- icon="server"
162
- href="/backend/introduction"
163
- >
164
- Node.js/TypeScript with GraphQL API, database management, and AI orchestration
165
- </Card>
166
- <Card
167
- title="Frontend Interface"
168
- icon="screen-share"
169
- href="/frontend/introduction"
170
- >
171
- React-based web UI for managing agents, contexts, workflows, and evaluations
172
- </Card>
173
- <Card
174
- title="GraphQL API"
175
- icon="code"
176
- href="/api-reference/introduction"
177
- >
178
- Dynamically generated API that adapts to your implementation
179
- </Card>
180
- </CardGroup>
181
-
182
- ---
183
-
184
- <div style={{ textAlign: 'center', padding: '0rem 0' }}>
185
- <h2 style={{ fontSize: '2.5rem', fontWeight: '800', marginBottom: '1rem', width: '100%', textAlign: 'center', margin: '0 auto 2rem' }}>
186
- Everything You Need to Build AI Apps
187
- </h2>
188
- <p style={{ fontSize: '1.125rem', color: '#64748b', maxWidth: '48rem', margin: '0 auto 3rem' }}>
189
- From RAG applications to complex multi-agent systems, Exulu IMP provides all the building blocks
190
- </p>
191
- </div>
192
-
193
- <AccordionGroup>
194
- <Accordion title="🤖 Multi-Agent Systems">
195
- Create sophisticated AI agents powered by leading LLM providers. Build single agents or complex multi-agent workflows with built-in orchestration. Each agent can have different capabilities, tools, and providers.
196
-
197
- ```typescript
198
- import { ExuluProvider } from "@exulu/backend";
199
- import { createAnthropic } from "@ai-sdk/anthropic";
200
-
201
- const researchAgent = new ExuluProvider({
202
- id: "research_assistant",
203
- name: "Research Assistant",
204
- provider: "anthropic",
205
- description: "AI agent specialized in research tasks",
206
- type: "agent",
207
- capabilities: {
208
- text: true,
209
- images: [".png", ".jpg", ".jpeg", ".webp"],
210
- files: [".pdf", ".docx"],
211
- audio: [],
212
- video: []
213
- },
214
- maxContextLength: 200000,
215
- config: {
216
- name: "Research Assistant",
217
- instructions: "You are a helpful research assistant...",
218
- model: {
219
- create: ({ apiKey }) => {
220
- const anthropic = createAnthropic({ apiKey });
221
- return anthropic.languageModel("claude-sonnet-4-5");
222
- }
223
- }
224
- }
225
- });
226
- ```
227
- </Accordion>
228
-
229
- <Accordion title="🔍 Semantic Search & RAG">
230
- Production-ready semantic search with vector embeddings, hybrid search (vector + full-text), multi-language support and flexible chunking strategies. Perfect for building RAG applications.
231
-
232
- ```typescript
233
- const context = new ExuluContext({
234
- id: "documentation",
235
- embedder: openAIEmbedder,
236
- fields: [
237
- { name: "title", type: "string" },
238
- { name: "content", type: "string" }
239
- ]
240
- });
241
- ```
242
- </Accordion>
243
-
244
- <Accordion title="📊 Dynamic GraphQL API">
245
- Your schema is automatically generated from your context definitions. Define your data structures once and get a complete CRUD API with filtering, pagination, and vector search - no manual schema writing.
246
- </Accordion>
247
-
248
- <Accordion title="🔧 Custom Tools">
249
- Create custom tools that your agents can use to interact with external APIs, databases, or any service. Tools are automatically exposed to agents and can be intelligently called during conversations based on user needs.
250
- </Accordion>
251
-
252
- <Accordion title="🎨 Full Admin UI">
253
- Complete React-based admin interface for managing your AI platform. Create agents, configure contexts, monitor sessions, view analytics, and more—all without touching code.
254
- </Accordion>
255
-
256
- <Accordion title="💾 PostgreSQL + Redis">
257
- Built on battle-tested infrastructure with PostgreSQL for data persistence and vector search using pgvector, plus Redis for caching and real-time features. Production-ready from day one.
258
- </Accordion>
259
-
260
- <Accordion title="🔌 Multi-Provider Support">
261
- Use any LLM provider: OpenAI, Anthropic, Google, Mistral, Cohere, and more. Switch providers per agent or use multiple providers in the same application.
262
- </Accordion>
263
-
264
- <Accordion title="📈 Observability & Monitoring">
265
- OpenTelemetry integration for comprehensive observability. Track agent performance, monitor API usage, and analyze system behavior with distributed tracing and metrics.
266
- </Accordion>
267
- </AccordionGroup>
268
-
269
- ---
270
-
271
- <div style={{
272
- background: 'linear-gradient(135deg, rgba(22, 163, 74, 0.1) 0%, rgba(7, 201, 131, 0.1) 100%)',
273
- borderRadius: '1rem',
274
- padding: '1rem 2rem',
275
- margin: '1rem 0',
276
- }}>
277
- <h2 style={{ fontSize: '2rem', fontWeight: '800', marginBottom: '1rem' }}>
278
- Get Started in under 5 minutes
279
- </h2>
280
- <p style={{ fontSize: '1.125rem', color: '#64748b', marginBottom: '2rem' }}>
281
- Install Exulu IMP and start building your first AI application
282
- </p>
283
-
284
- <div style={{
285
- display: 'flex',
286
- gap: '2rem',
287
- justifyContent: 'center',
288
- alignItems: 'flex-start',
289
- flexWrap: 'wrap',
290
- marginBottom: '2rem'
291
- }}>
292
- <div style={{ flex: '1', minWidth: '250px', maxWidth: '400px' }}>
293
- <h3 style={{ fontSize: '1.125rem', fontWeight: '600', marginBottom: '1rem', textAlign: 'center' }}>
294
- Install via NPM
295
- </h3>
296
- <div style={{
297
- background: '#0f172a',
298
- borderRadius: '0.75rem',
299
- padding: '1.5rem',
300
- textAlign: 'left',
301
- fontFamily: 'monospace'
302
- }}>
303
- <code style={{ color: '#e2e8f0' }}>npm install @exulu/backend</code>
304
- </div>
305
- </div>
306
-
307
- <div style={{ flex: '1', minWidth: '250px', maxWidth: '400px' }}>
308
- <h3 style={{ fontSize: '1.125rem', fontWeight: '600', marginBottom: '1rem', textAlign: 'center' }}>
309
- Clone Example Repository
310
- </h3>
311
- <div style={{
312
- background: '#0f172a',
313
- borderRadius: '0.75rem',
314
- padding: '1.5rem',
315
- textAlign: 'left',
316
- fontFamily: 'monospace'
317
- }}>
318
- <code style={{ color: '#e2e8f0' }}>git clone https://github.com/Qventu/exulu-example</code>
319
- </div>
320
- </div>
321
- </div>
322
-
323
- <a href="/backend/introduction" className="cta-primary" style={{ marginBottom: "2rem"}}>
324
- View Quickstart Guide →
325
- </a>
326
- </div>
327
-
328
- ---
329
-
330
- ## Join the Community
331
-
332
- <CardGroup cols={2}>
333
- <Card
334
- title="GitHub Discussions"
335
- icon="github"
336
- href="https://github.com/Qventu/exulu-backend/discussions"
337
- >
338
- Ask questions, share ideas, and connect with other developers
339
- </Card>
340
- <Card
341
- title="Report Issues"
342
- icon="bug"
343
- href="https://github.com/Qventu/exulu-backend/issues"
344
- >
345
- Found a bug or have a feature request? Let us know
346
- </Card>
347
- <Card
348
- title="Follow on LinkedIn"
349
- icon="linkedin"
350
- href="https://www.linkedin.com/company/exulu"
351
- >
352
- Stay updated with the latest news and announcements
353
- </Card>
354
- <Card
355
- title="View on npm"
356
- icon="box"
357
- href="https://www.npmjs.com/package/@exulu/backend"
358
- >
359
- Check out the package on npm registry
360
- </Card>
361
- </CardGroup>
362
-
363
- ---
364
-
365
- <div style={{
366
- padding: '4rem 2rem',
367
- background: 'linear-gradient(135deg, #16A34A 0%, #15803D 100%)',
368
- borderRadius: '1rem',
369
- margin: '3rem 0',
370
- color: 'white'
371
- }}>
372
- <h2 style={{ fontSize: '2.5rem', fontWeight: '800', marginBottom: '1rem', color: 'white' }}>
373
- Ready to Build Something Amazing?
374
- </h2>
375
- <p style={{ fontSize: '1.25rem', marginBottom: '2rem', opacity: 0.9 }}>
376
- Join developers building the next generation of AI applications
377
- </p>
378
- <div style={{ display: 'flex', gap: '1rem', flexWrap: 'wrap' }}>
379
- <a
380
- href="/quickstart"
381
- style={{
382
- background: 'white',
383
- color: '#16A34A',
384
- padding: '1rem 2rem',
385
- borderRadius: '0.5rem',
386
- fontWeight: '600',
387
- textDecoration: 'none',
388
- display: 'inline-block',
389
- transition: 'all 0.3s ease'
390
- }}
391
- >
392
- Get Started Free →
393
- </a>
394
- <a
395
- href="https://github.com/Qventu/exulu-backend"
396
- style={{
397
- background: 'transparent',
398
- color: 'white',
399
- padding: '1rem 2rem',
400
- borderRadius: '0.5rem',
401
- fontWeight: '600',
402
- textDecoration: 'none',
403
- display: 'inline-block',
404
- border: '2px solid white',
405
- transition: 'all 0.3s ease'
406
- }}
407
- >
408
- View on GitHub
409
- </a>
410
- </div>
411
- </div>
@@ -1,9 +0,0 @@
1
- <svg width="125" height="32" viewBox="0 0 125 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M35.4231 17.0876C35.5959 18.7748 35.8951 19.6392 36.7126 20.7216C38.0022 22.4945 39.8926 23.4471 42.0435 23.4471C44.4936 23.4471 46.8147 22.1051 47.9753 20.0286L50.8561 21.111C49.2236 24.4413 45.827 26.4763 42.0435 26.4763C36.1556 26.4763 31.9414 22.1493 31.9414 16.0935C31.9414 10.0377 36.1117 5.58081 41.9146 5.58081C47.7174 5.58081 51.9728 9.9494 51.9728 15.7898C51.9728 16.0493 51.9728 16.6126 51.929 17.0876H35.4231ZM48.4911 14.6658C48.3622 13.1084 48.0604 12.244 47.3744 11.2473C46.1287 9.56005 44.1067 8.52176 41.9146 8.52176C39.7224 8.52176 37.7443 9.56004 36.5837 11.2914C35.9828 12.244 35.7249 13.0643 35.467 14.6658H48.4911Z" fill="#F2F0FF"/>
3
- <path d="M57.6467 25.9987H53.6492L60.1381 17.2018C60.6255 16.5425 60.6229 15.6392 60.1381 14.9825L53.5228 6.05322H57.6493L63.0833 13.6068C64.1485 15.0863 64.1433 17.0902 63.0679 18.5646L57.6493 25.9987H57.6467Z" fill="#F2F0FF"/>
4
- <path d="M71.2022 25.9987L65.7836 18.5646C64.7082 17.0902 64.703 15.0863 65.7682 13.6068L71.2022 6.05322H75.3287L68.7134 14.9825C68.226 15.6418 68.226 16.5425 68.7134 17.2018L75.2023 25.9987H71.2048H71.2022Z" fill="#F2F0FF"/>
5
- <path d="M100.136 25.9987V0H103.404V25.9987H100.136Z" fill="#F2F0FF"/>
6
- <path d="M21.21 10.8034L14.0893 3.6366C13.1299 2.67359 12.5909 1.36535 12.5909 0H9.00085C9.00085 2.32317 9.91899 4.55029 11.5515 6.19338L15.0384 9.70279C15.286 9.95198 15.0126 10.3647 14.6876 10.2297L2.60999 5.19663C2.06065 6.26087 1.59127 7.37184 1.20699 8.52433L13.313 13.5704C13.638 13.7054 13.5425 14.1934 13.1892 14.1934H0.0670551C0.0232114 14.7904 0 15.3926 0 16C0 16.6074 0.0232114 17.2096 0.0670551 17.8066H13.1892C13.54 17.8066 13.638 18.2946 13.313 18.4296L1.20699 23.4757C1.59127 24.6282 2.06065 25.7391 2.60999 26.8034L14.6876 21.7703C15.0126 21.6353 15.286 22.048 15.0384 22.2972L11.5515 25.8066C9.91899 27.4497 9.00343 29.6768 9.00343 32H12.5935C12.5935 30.6347 13.1325 29.3264 14.0919 28.3608L21.2126 21.194C22.6362 19.7612 23.3481 17.8793 23.3481 16C23.3481 14.1181 22.6362 12.2362 21.2126 10.806L21.21 10.8034Z" fill="#B192FF"/>
7
- <path d="M91.5844 6.05579V18.8189C91.5844 20.3764 91.3265 21.2407 90.6817 22.0194C89.908 22.9721 88.0588 23.5327 86.6842 23.5327C85.3096 23.5327 83.4604 22.9695 82.6867 22.0194C82.0419 21.2407 81.784 20.3764 81.784 18.8189V6.05579H78.4751V18.8189C78.4751 21.5444 78.9909 23.0577 80.4532 24.3997C81.9155 25.7417 84.4946 26.4763 86.6868 26.4763C88.879 26.4763 91.458 25.7417 92.9203 24.3997C94.3826 23.0577 94.8984 21.5444 94.8984 18.8189V6.05579H91.5895H91.5844Z" fill="#F2F0FF"/>
8
- <path d="M121.744 6.05579V18.8189C121.744 20.3764 121.486 21.2407 120.841 22.0194C120.067 22.9721 118.218 23.5327 116.843 23.5327C115.469 23.5327 113.62 22.9695 112.846 22.0194C112.201 21.2407 111.943 20.3764 111.943 18.8189V6.05579H108.634V18.8189C108.634 21.5444 109.15 23.0577 110.613 24.3997C112.075 25.7417 114.654 26.4763 116.846 26.4763C119.038 26.4763 121.617 25.7417 123.08 24.3997C124.542 23.0577 125.058 21.5444 125.058 18.8189V6.05579H121.749H121.744Z" fill="#F2F0FF"/>
9
- </svg>
@@ -1,9 +0,0 @@
1
- <svg width="280" height="72" viewBox="0 0 280 72" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M79.3478 38.4232C79.7349 42.2171 80.405 44.1607 82.2363 46.5946C85.1248 50.5811 89.3594 52.7232 94.1775 52.7232C99.6657 52.7232 104.865 49.7056 107.465 45.0362L113.918 47.4701C110.261 54.9587 102.652 59.5347 94.1775 59.5347C80.9885 59.5347 71.5488 49.8048 71.5488 36.1877C71.5488 22.5706 80.8903 12.5489 93.8886 12.5489C106.887 12.5489 116.419 22.3722 116.419 35.5048C116.419 36.0885 116.419 37.3551 116.321 38.4232H79.3478ZM108.62 32.9775C108.331 29.4755 107.655 27.5318 106.119 25.2905C103.328 21.4966 98.7991 19.1619 93.8886 19.1619C88.9781 19.1619 84.5471 21.4966 81.9475 25.3897C80.6014 27.5318 80.0237 29.3762 79.446 32.9775H108.62Z" fill="#002028"/>
3
- <path d="M129.129 58.4609H120.174L134.709 38.6802C135.801 37.1976 135.795 35.1664 134.709 33.6897L119.891 13.6114H129.134L141.307 30.5963C143.693 33.9232 143.681 38.4292 141.272 41.7444L129.134 58.4609H129.129Z" fill="#002028"/>
4
- <path d="M159.493 58.4609L147.355 41.7444C144.946 38.4292 144.935 33.9232 147.321 30.5963L159.493 13.6114H168.736L153.918 33.6897C152.826 35.1723 152.826 37.1976 153.918 38.6802L168.453 58.4609H159.499H159.493Z" fill="#002028"/>
5
- <path d="M224.306 58.4608V0H231.625V58.4608H224.306Z" fill="#002028"/>
6
- <path d="M47.5105 24.2925L31.56 8.17727C29.411 6.01184 28.2036 3.07012 28.2036 0H20.1619C20.1619 5.22388 22.2185 10.2318 25.8754 13.9265L33.686 21.8177C34.2406 22.3781 33.6282 23.3061 32.9003 23.0026L5.84638 11.6852C4.61587 14.0782 3.56444 16.5763 2.70366 19.1678L29.8211 30.5145C30.5491 30.818 30.3353 31.9153 29.5438 31.9153H0.150203C0.0519935 33.2577 0 34.6119 0 35.9777C0 37.3435 0.0519935 38.6976 0.150203 40.04H29.5438C30.3295 40.04 30.5491 41.1373 29.8211 41.4408L2.70366 52.7875C3.56444 55.379 4.61587 57.8771 5.84638 60.2702L32.9003 48.9527C33.6282 48.6492 34.2406 49.5773 33.686 50.1376L25.8754 58.0289C22.2185 61.7235 20.1677 66.7314 20.1677 71.9553H28.2094C28.2094 68.8852 29.4168 65.9435 31.5658 63.7722L47.5163 47.657C50.7052 44.4351 52.2997 40.2035 52.2997 35.9777C52.2997 31.746 50.7052 27.5144 47.5163 24.2983L47.5105 24.2925Z" fill="#B192FF"/>
7
- <path d="M205.149 13.6171V42.3163C205.149 45.8184 204.571 47.762 203.127 49.513C201.394 51.6551 197.252 52.9158 194.173 52.9158C191.093 52.9158 186.951 51.6493 185.218 49.513C183.774 47.762 183.196 45.8184 183.196 42.3163V13.6171H175.784V42.3163C175.784 48.4449 176.94 51.8477 180.215 54.8653C183.491 57.8829 189.268 59.5347 194.178 59.5347C199.089 59.5347 204.866 57.8829 208.141 54.8653C211.417 51.8477 212.572 48.4449 212.572 42.3163V13.6171H205.161H205.149Z" fill="#002028"/>
8
- <path d="M272.706 13.6171V42.3163C272.706 45.8184 272.128 47.762 270.684 49.513C268.951 51.6551 264.809 52.9158 261.729 52.9158C258.65 52.9158 254.508 51.6493 252.775 49.513C251.331 47.762 250.753 45.8184 250.753 42.3163V13.6171H243.341V42.3163C243.341 48.4449 244.496 51.8477 247.772 54.8653C251.048 57.8829 256.825 59.5347 261.735 59.5347C266.646 59.5347 272.423 57.8829 275.698 54.8653C278.974 51.8477 280.129 48.4449 280.129 42.3163V13.6171H272.717H272.706Z" fill="#002028"/>
9
- </svg>