@exulu/backend 1.48.1 → 1.48.2
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/.mcp.json +7 -0
- package/CHANGELOG.md +4 -2
- package/README.md +2 -2
- package/dist/index.cjs +2 -0
- package/dist/index.d.cts +347 -347
- package/dist/index.d.ts +347 -347
- package/dist/index.js +1 -0
- package/package.json +4 -3
package/.mcp.json
CHANGED
|
@@ -13,6 +13,13 @@
|
|
|
13
13
|
"headers": {
|
|
14
14
|
"Authorization": "Bearer ${EXULU_TOKEN}"
|
|
15
15
|
}
|
|
16
|
+
},
|
|
17
|
+
"exulu-mcp-server-coding-agent": {
|
|
18
|
+
"type": "http",
|
|
19
|
+
"url": "https://backend.exulu.com/mcp/d721c4cb-5db0-4dc1-9500-cc16aeff5403",
|
|
20
|
+
"headers": {
|
|
21
|
+
"Authorization": "Bearer ${EXULU_TOKEN}"
|
|
22
|
+
}
|
|
16
23
|
}
|
|
17
24
|
}
|
|
18
25
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
## [1.48.
|
|
1
|
+
## [1.48.2](https://github.com/Qventu/exulu-backend/compare/v1.48.1...v1.48.2) (2026-03-15)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* add missing dependency for p-limit and export new ExuluProvider type to npm package ([4cebdac](https://github.com/Qventu/exulu-backend/commit/4cebdacecf8d89f9bd14751dc0abe9f364c45bb7))
|
|
7
|
+
* styling of header in main readme.md so we don't see html artifacts on npm preview ([279c257](https://github.com/Qventu/exulu-backend/commit/279c257109da469098db0e73490de9798febbf5e))
|
|
8
|
+
* switch github workflow to publish npm publicly ([4fd3319](https://github.com/Qventu/exulu-backend/commit/4fd3319a30657d850b95ce3d1dc24abd20991de7))
|
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
**Exulu IMP** (Intelligence Management Platform) is an open-source TypeScript framework for building production-ready AI agent applications. It provides the backend infrastructure for managing agents, semantic search contexts, background job processing, and tool integrations.
|
|
2
|
+
|
|
1
3
|
<a href="https://exulu.com/"><img width="100%" src="https://mintlify.s3.us-west-1.amazonaws.com/exulu/images/create_agents.png" alt="Exulu IMP - Create, deploy and manage AI agents" /></a>
|
|
2
4
|
|
|
3
5
|
<br />
|
|
@@ -26,8 +28,6 @@
|
|
|
26
28
|
> [!IMPORTANT]
|
|
27
29
|
> ⭐ Star this repo to follow development and updates
|
|
28
30
|
|
|
29
|
-
**Exulu IMP** (Intelligence Management Platform) is an open-source TypeScript framework for building production-ready AI agent applications. It provides the backend infrastructure for managing agents, semantic search contexts, background job processing, and tool integrations.
|
|
30
|
-
|
|
31
31
|
<h3>✨ Why Exulu IMP?</h3>
|
|
32
32
|
|
|
33
33
|
<ul>
|
package/dist/index.cjs
CHANGED
|
@@ -43,6 +43,7 @@ __export(index_exports, {
|
|
|
43
43
|
ExuluEval: () => ExuluEval,
|
|
44
44
|
ExuluJobs: () => ExuluJobs,
|
|
45
45
|
ExuluOtel: () => ExuluOtel,
|
|
46
|
+
ExuluProvider: () => ExuluProvider,
|
|
46
47
|
ExuluQueues: () => queues,
|
|
47
48
|
ExuluReranker: () => ExuluReranker,
|
|
48
49
|
ExuluTool: () => ExuluTool,
|
|
@@ -16254,6 +16255,7 @@ var ExuluChunkers = {
|
|
|
16254
16255
|
ExuluEval,
|
|
16255
16256
|
ExuluJobs,
|
|
16256
16257
|
ExuluOtel,
|
|
16258
|
+
ExuluProvider,
|
|
16257
16259
|
ExuluQueues,
|
|
16258
16260
|
ExuluReranker,
|
|
16259
16261
|
ExuluTool,
|