@minded-ai/mindedjs 2.0.13-beta.9 → 2.0.14-beta-1
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/dist/agent.d.ts.map +1 -1
- package/dist/agent.js +16 -6
- package/dist/agent.js.map +1 -1
- package/dist/browserTask/README.md +419 -0
- package/dist/browserTask/browserAgent.py +632 -0
- package/dist/browserTask/captcha_isolated.png +0 -0
- package/dist/browserTask/executeBrowserTask.d.ts +2 -2
- package/dist/browserTask/executeBrowserTask.d.ts.map +1 -1
- package/dist/browserTask/executeBrowserTask.js +7 -28
- package/dist/browserTask/executeBrowserTask.js.map +1 -1
- package/dist/browserTask/executeBrowserTask.ts +79 -0
- package/dist/browserTask/requirements.txt +8 -0
- package/dist/browserTask/setup.sh +144 -0
- package/dist/cli/index.js +7 -35
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/lambdaHandlerTemplate.d.ts.map +1 -1
- package/dist/cli/lambdaHandlerTemplate.js +2 -1
- package/dist/cli/lambdaHandlerTemplate.js.map +1 -1
- package/dist/cli/lambdaHandlerTemplate.ts +3 -2
- package/dist/internalTools/retell.js +17 -7
- package/dist/internalTools/retell.js.map +1 -1
- package/dist/internalTools/sendPlaceholderMessage.js +17 -7
- package/dist/internalTools/sendPlaceholderMessage.js.map +1 -1
- package/dist/nodes/addBrowserTaskNode.js +2 -2
- package/dist/nodes/addBrowserTaskNode.js.map +1 -1
- package/dist/nodes/addBrowserTaskRunNode.d.ts.map +1 -1
- package/dist/nodes/addBrowserTaskRunNode.js +4 -1
- package/dist/nodes/addBrowserTaskRunNode.js.map +1 -1
- package/dist/toolsLibrary/classifier.d.ts.map +1 -1
- package/dist/toolsLibrary/classifier.js +103 -33
- package/dist/toolsLibrary/classifier.js.map +1 -1
- package/dist/types/LLM.types.js.map +1 -1
- package/dist/utils/extractStateMemoryResponse.d.ts +4 -0
- package/dist/utils/extractStateMemoryResponse.d.ts.map +1 -1
- package/dist/utils/extractStateMemoryResponse.js +89 -87
- package/dist/utils/extractStateMemoryResponse.js.map +1 -1
- package/package.json +1 -1
- package/src/agent.ts +15 -6
- package/src/browserTask/executeBrowserTask.ts +22 -47
- package/src/cli/index.ts +7 -34
- package/src/cli/lambdaHandlerTemplate.ts +3 -2
- package/src/nodes/addBrowserTaskNode.ts +2 -2
- package/src/nodes/addBrowserTaskRunNode.ts +5 -1
- package/src/toolsLibrary/classifier.ts +115 -37
- package/src/types/LLM.types.ts +2 -2
- package/dist/cli/localOperatorSetup.d.ts +0 -6
- package/dist/cli/localOperatorSetup.d.ts.map +0 -1
- package/dist/cli/localOperatorSetup.js +0 -300
- package/dist/cli/localOperatorSetup.js.map +0 -1
- package/dist/guidelines/guidelinesManager.d.ts +0 -37
- package/dist/guidelines/guidelinesManager.d.ts.map +0 -1
- package/dist/guidelines/guidelinesManager.js +0 -172
- package/dist/guidelines/guidelinesManager.js.map +0 -1
- package/dist/internalTools/documentExtraction.d.ts +0 -69
- package/dist/internalTools/documentExtraction.d.ts.map +0 -1
- package/dist/internalTools/documentExtraction.js +0 -65
- package/dist/internalTools/documentExtraction.js.map +0 -1
- package/dist/internalTools/managedDocumentParser/managedDocumentParser.d.ts +0 -10
- package/dist/internalTools/managedDocumentParser/managedDocumentParser.d.ts.map +0 -1
- package/dist/internalTools/managedDocumentParser/managedDocumentParser.js +0 -80
- package/dist/internalTools/managedDocumentParser/managedDocumentParser.js.map +0 -1
- package/dist/pii-gateway/gateway.d.ts +0 -17
- package/dist/pii-gateway/gateway.d.ts.map +0 -1
- package/dist/pii-gateway/gateway.js +0 -77
- package/dist/pii-gateway/gateway.js.map +0 -1
- package/dist/pii-gateway/index.d.ts +0 -4
- package/dist/pii-gateway/index.d.ts.map +0 -1
- package/dist/pii-gateway/index.js +0 -14
- package/dist/pii-gateway/index.js.map +0 -1
- package/dist/pii-gateway/proxy.d.ts +0 -80
- package/dist/pii-gateway/proxy.d.ts.map +0 -1
- package/dist/pii-gateway/proxy.js +0 -106
- package/dist/pii-gateway/proxy.js.map +0 -1
- package/dist/pii-gateway/types.d.ts +0 -27
- package/dist/pii-gateway/types.d.ts.map +0 -1
- package/dist/pii-gateway/types.js +0 -3
- package/dist/pii-gateway/types.js.map +0 -1
- package/dist/platform/mindedChatOpenAI.d.ts +0 -5
- package/dist/platform/mindedChatOpenAI.d.ts.map +0 -1
- package/dist/platform/mindedChatOpenAI.js +0 -23
- package/dist/platform/mindedChatOpenAI.js.map +0 -1
- package/dist/platform/mindedUtils.d.ts +0 -1
- package/dist/platform/mindedUtils.d.ts.map +0 -1
- package/dist/platform/mindedUtils.js +0 -2
- package/dist/platform/mindedUtils.js.map +0 -1
- package/dist/platform/parallelAzureChatOpenAI.d.ts +0 -39
- package/dist/platform/parallelAzureChatOpenAI.d.ts.map +0 -1
- package/dist/platform/parallelAzureChatOpenAI.js +0 -114
- package/dist/platform/parallelAzureChatOpenAI.js.map +0 -1
- package/dist/platform/parallelChatOpenAI.d.ts +0 -38
- package/dist/platform/parallelChatOpenAI.d.ts.map +0 -1
- package/dist/platform/parallelChatOpenAI.js +0 -111
- package/dist/platform/parallelChatOpenAI.js.map +0 -1
- package/dist/platform/parallelMindedChatOpenAI.d.ts +0 -39
- package/dist/platform/parallelMindedChatOpenAI.d.ts.map +0 -1
- package/dist/platform/parallelMindedChatOpenAI.js +0 -111
- package/dist/platform/parallelMindedChatOpenAI.js.map +0 -1
- package/dist/platform/piiGateway/proxy.d.ts +0 -20
- package/dist/platform/piiGateway/proxy.d.ts.map +0 -1
- package/dist/platform/piiGateway/proxy.js +0 -24
- package/dist/platform/piiGateway/proxy.js.map +0 -1
- package/dist/toolsLibrary/browser/extraction.d.ts +0 -83
- package/dist/toolsLibrary/browser/extraction.d.ts.map +0 -1
- package/dist/toolsLibrary/browser/extraction.js +0 -328
- package/dist/toolsLibrary/browser/extraction.js.map +0 -1
- package/dist/types/Agent.d.ts +0 -2
- package/dist/types/Agent.d.ts.map +0 -1
- package/dist/types/Agent.js +0 -18
- package/dist/types/Agent.js.map +0 -1
- package/dist/types/Flows.d.ts +0 -2
- package/dist/types/Flows.d.ts.map +0 -1
- package/dist/types/Flows.js +0 -18
- package/dist/types/Flows.js.map +0 -1
- package/dist/types/LLM.d.ts +0 -2
- package/dist/types/LLM.d.ts.map +0 -1
- package/dist/types/LLM.js +0 -18
- package/dist/types/LLM.js.map +0 -1
- package/dist/types/LangGraph.d.ts +0 -2
- package/dist/types/LangGraph.d.ts.map +0 -1
- package/dist/types/LangGraph.js +0 -18
- package/dist/types/LangGraph.js.map +0 -1
- package/dist/types/Platform.d.ts +0 -2
- package/dist/types/Platform.d.ts.map +0 -1
- package/dist/types/Platform.js +0 -18
- package/dist/types/Platform.js.map +0 -1
- package/dist/types/Tools.d.ts +0 -2
- package/dist/types/Tools.d.ts.map +0 -1
- package/dist/types/Tools.js +0 -18
- package/dist/types/Tools.js.map +0 -1
- package/dist/types/Triggers.d.ts +0 -2
- package/dist/types/Triggers.d.ts.map +0 -1
- package/dist/types/Triggers.js +0 -18
- package/dist/types/Triggers.js.map +0 -1
- package/dist/types/Triggers.types.d.ts +0 -25
- package/dist/types/Triggers.types.d.ts.map +0 -1
- package/dist/types/Triggers.types.js +0 -3
- package/dist/types/Triggers.types.js.map +0 -1
- package/dist/types/Voice.d.ts +0 -2
- package/dist/types/Voice.d.ts.map +0 -1
- package/dist/types/Voice.js +0 -18
- package/dist/types/Voice.js.map +0 -1
- package/dist/types/index.d.ts +0 -9
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js +0 -25
- package/dist/types/index.js.map +0 -1
- package/dist/utils/LogicalConditionDebugger.d.ts +0 -57
- package/dist/utils/LogicalConditionDebugger.d.ts.map +0 -1
- package/dist/utils/LogicalConditionDebugger.js +0 -143
- package/dist/utils/LogicalConditionDebugger.js.map +0 -1
- package/dist/utils/documentProcessor.d.ts +0 -87
- package/dist/utils/documentProcessor.d.ts.map +0 -1
- package/dist/utils/documentProcessor.js +0 -726
- package/dist/utils/documentProcessor.js.map +0 -1
- package/dist/utils/extractToolGuidelineParams.d.ts +0 -4
- package/dist/utils/extractToolGuidelineParams.d.ts.map +0 -1
- package/dist/utils/extractToolGuidelineParams.js +0 -20
- package/dist/utils/extractToolGuidelineParams.js.map +0 -1
- package/dist/utils/extractToolMemoryResponse.d.ts +0 -4
- package/dist/utils/extractToolMemoryResponse.d.ts.map +0 -1
- package/dist/utils/extractToolMemoryResponse.js +0 -16
- package/dist/utils/extractToolMemoryResponse.js.map +0 -1
- package/dist/utils/parseAttachments.d.ts +0 -14
- package/dist/utils/parseAttachments.d.ts.map +0 -1
- package/dist/utils/parseAttachments.js +0 -54
- package/dist/utils/parseAttachments.js.map +0 -1
- package/src/cli/localOperatorSetup.ts +0 -308
- package/src/toolsLibrary/browser/extraction.ts +0 -393
package/dist/types/Agent.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./Agent.types"), exports);
|
|
18
|
-
//# sourceMappingURL=Agent.js.map
|
package/dist/types/Agent.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Agent.js","sourceRoot":"","sources":["../../src/types/Agent.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|
package/dist/types/Flows.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Flows.d.ts","sourceRoot":"","sources":["../../src/types/Flows.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
package/dist/types/Flows.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./Flows.types"), exports);
|
|
18
|
-
//# sourceMappingURL=Flows.js.map
|
package/dist/types/Flows.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Flows.js","sourceRoot":"","sources":["../../src/types/Flows.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|
package/dist/types/LLM.d.ts
DELETED
package/dist/types/LLM.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LLM.d.ts","sourceRoot":"","sources":["../../src/types/LLM.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC"}
|
package/dist/types/LLM.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./LLM.types"), exports);
|
|
18
|
-
//# sourceMappingURL=LLM.js.map
|
package/dist/types/LLM.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LLM.js","sourceRoot":"","sources":["../../src/types/LLM.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LangGraph.d.ts","sourceRoot":"","sources":["../../src/types/LangGraph.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC"}
|
package/dist/types/LangGraph.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./LangGraph.types"), exports);
|
|
18
|
-
//# sourceMappingURL=LangGraph.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LangGraph.js","sourceRoot":"","sources":["../../src/types/LangGraph.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC"}
|
package/dist/types/Platform.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Platform.d.ts","sourceRoot":"","sources":["../../src/types/Platform.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
package/dist/types/Platform.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./Platform.types"), exports);
|
|
18
|
-
//# sourceMappingURL=Platform.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Platform.js","sourceRoot":"","sources":["../../src/types/Platform.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC"}
|
package/dist/types/Tools.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Tools.d.ts","sourceRoot":"","sources":["../../src/types/Tools.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
package/dist/types/Tools.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./Tools.types"), exports);
|
|
18
|
-
//# sourceMappingURL=Tools.js.map
|
package/dist/types/Tools.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Tools.js","sourceRoot":"","sources":["../../src/types/Tools.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|
package/dist/types/Triggers.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Triggers.d.ts","sourceRoot":"","sources":["../../src/types/Triggers.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC"}
|
package/dist/types/Triggers.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./Triggers.types"), exports);
|
|
18
|
-
//# sourceMappingURL=Triggers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Triggers.js","sourceRoot":"","sources":["../../src/types/Triggers.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { KnownTriggerNames } from './Flows.types';
|
|
2
|
-
export interface TriggerEvent {
|
|
3
|
-
/** The payload/data associated with the trigger */
|
|
4
|
-
triggerBody: any;
|
|
5
|
-
/** The name/type of the trigger being invoked */
|
|
6
|
-
triggerName: string;
|
|
7
|
-
/** Optional name of the application triggering the agent in case of an app trigger */
|
|
8
|
-
appName?: string;
|
|
9
|
-
}
|
|
10
|
-
export interface MindedPlatformTriggerEvent extends TriggerEvent {
|
|
11
|
-
/** The payload/data associated with the trigger */
|
|
12
|
-
triggerBody: {
|
|
13
|
-
content: string;
|
|
14
|
-
sessionId: string;
|
|
15
|
-
attachments: MidnedPlatformAttachment[];
|
|
16
|
-
};
|
|
17
|
-
/** The name/type of the trigger being invoked */
|
|
18
|
-
triggerName: KnownTriggerNames.DASHBOARD_MESSAGE;
|
|
19
|
-
}
|
|
20
|
-
export interface MidnedPlatformAttachment {
|
|
21
|
-
type: string;
|
|
22
|
-
data: any;
|
|
23
|
-
name: string;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=Triggers.types.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Triggers.types.d.ts","sourceRoot":"","sources":["../../src/types/Triggers.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAElD,MAAM,WAAW,YAAY;IAC3B,mDAAmD;IACnD,WAAW,EAAE,GAAG,CAAC;IACjB,iDAAiD;IACjD,WAAW,EAAE,MAAM,CAAC;IACpB,sFAAsF;IACtF,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,0BAA2B,SAAQ,YAAY;IAC9D,mDAAmD;IACnD,WAAW,EAAE;QACX,OAAO,EAAE,MAAM,CAAC;QAChB,SAAS,EAAE,MAAM,CAAC;QAClB,WAAW,EAAE,wBAAwB,EAAE,CAAC;KACzC,CAAC;IACF,iDAAiD;IACjD,WAAW,EAAE,iBAAiB,CAAC,iBAAiB,CAAC;CAClD;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,GAAG,CAAC;IACV,IAAI,EAAE,MAAM,CAAC;CACd"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Triggers.types.js","sourceRoot":"","sources":["../../src/types/Triggers.types.ts"],"names":[],"mappings":""}
|
package/dist/types/Voice.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Voice.d.ts","sourceRoot":"","sources":["../../src/types/Voice.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC"}
|
package/dist/types/Voice.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./Voice.types"), exports);
|
|
18
|
-
//# sourceMappingURL=Voice.js.map
|
package/dist/types/Voice.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Voice.js","sourceRoot":"","sources":["../../src/types/Voice.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,gDAA8B"}
|
package/dist/types/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC"}
|
package/dist/types/index.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./Agent"), exports);
|
|
18
|
-
__exportStar(require("./Tools"), exports);
|
|
19
|
-
__exportStar(require("./Flows"), exports);
|
|
20
|
-
__exportStar(require("./Triggers"), exports);
|
|
21
|
-
__exportStar(require("./LLM"), exports);
|
|
22
|
-
__exportStar(require("./Voice"), exports);
|
|
23
|
-
__exportStar(require("./Platform"), exports);
|
|
24
|
-
__exportStar(require("./LangGraph"), exports);
|
|
25
|
-
//# sourceMappingURL=index.js.map
|
package/dist/types/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,0CAAwB;AACxB,0CAAwB;AACxB,6CAA2B;AAC3B,wCAAsB;AACtB,0CAAwB;AACxB,6CAA2B;AAC3B,8CAA4B"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { LogicalConditionEdge } from '../types/Flows.types';
|
|
2
|
-
import { stateAnnotation } from '../types/LangGraph.types';
|
|
3
|
-
export interface ConditionDebugInfo {
|
|
4
|
-
edge: LogicalConditionEdge;
|
|
5
|
-
state: typeof stateAnnotation.State;
|
|
6
|
-
condition: string;
|
|
7
|
-
result?: boolean;
|
|
8
|
-
error?: Error;
|
|
9
|
-
executionTimeMs?: number;
|
|
10
|
-
}
|
|
11
|
-
export type ConditionDebugHook = (info: ConditionDebugInfo) => void | Promise<void>;
|
|
12
|
-
export declare class LogicalConditionDebugger {
|
|
13
|
-
private static instance;
|
|
14
|
-
private debugHooks;
|
|
15
|
-
private isDebugMode;
|
|
16
|
-
private constructor();
|
|
17
|
-
static getInstance(): LogicalConditionDebugger;
|
|
18
|
-
/**
|
|
19
|
-
* Register a debug hook that will be called before condition evaluation
|
|
20
|
-
* This allows users to set breakpoints in their code
|
|
21
|
-
*/
|
|
22
|
-
registerDebugHook(hook: ConditionDebugHook): void;
|
|
23
|
-
/**
|
|
24
|
-
* Clear all registered debug hooks
|
|
25
|
-
*/
|
|
26
|
-
clearDebugHooks(): void;
|
|
27
|
-
/**
|
|
28
|
-
* Log condition evaluation start
|
|
29
|
-
*/
|
|
30
|
-
logConditionStart(edge: LogicalConditionEdge, state: typeof stateAnnotation.State): void;
|
|
31
|
-
/**
|
|
32
|
-
* Log condition evaluation result
|
|
33
|
-
*/
|
|
34
|
-
logConditionResult(edge: LogicalConditionEdge, result: boolean, executionTimeMs: number, state: typeof stateAnnotation.State): void;
|
|
35
|
-
/**
|
|
36
|
-
* Log condition evaluation error
|
|
37
|
-
*/
|
|
38
|
-
logConditionError(edge: LogicalConditionEdge, error: Error, state: typeof stateAnnotation.State): void;
|
|
39
|
-
/**
|
|
40
|
-
* Call all registered debug hooks
|
|
41
|
-
*/
|
|
42
|
-
callDebugHooks(info: ConditionDebugInfo): Promise<void>;
|
|
43
|
-
/**
|
|
44
|
-
* Log a summary of all conditions evaluated
|
|
45
|
-
*/
|
|
46
|
-
logConditionSummary(evaluatedConditions: Array<{
|
|
47
|
-
edge: LogicalConditionEdge;
|
|
48
|
-
result: boolean;
|
|
49
|
-
timeMs: number;
|
|
50
|
-
}>): void;
|
|
51
|
-
/**
|
|
52
|
-
* Check if debug mode is enabled
|
|
53
|
-
*/
|
|
54
|
-
isDebugEnabled(): boolean;
|
|
55
|
-
}
|
|
56
|
-
export declare const conditionDebugger: LogicalConditionDebugger;
|
|
57
|
-
//# sourceMappingURL=LogicalConditionDebugger.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LogicalConditionDebugger.d.ts","sourceRoot":"","sources":["../../src/utils/LogicalConditionDebugger.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE3D,MAAM,WAAW,kBAAkB;IACjC,IAAI,EAAE,oBAAoB,CAAC;IAC3B,KAAK,EAAE,OAAO,eAAe,CAAC,KAAK,CAAC;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,MAAM,kBAAkB,GAAG,CAAC,IAAI,EAAE,kBAAkB,KAAK,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;AAEpF,qBAAa,wBAAwB;IACnC,OAAO,CAAC,MAAM,CAAC,QAAQ,CAA2B;IAClD,OAAO,CAAC,UAAU,CAA4B;IAC9C,OAAO,CAAC,WAAW,CAAU;IAE7B,OAAO;IAIP,MAAM,CAAC,WAAW,IAAI,wBAAwB;IAO9C;;;OAGG;IACH,iBAAiB,CAAC,IAAI,EAAE,kBAAkB,GAAG,IAAI;IAQjD;;OAEG;IACH,eAAe,IAAI,IAAI;IAIvB;;OAEG;IACH,iBAAiB,CAAC,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,OAAO,eAAe,CAAC,KAAK,GAAG,IAAI;IAkBxF;;OAEG;IACH,kBAAkB,CAAC,IAAI,EAAE,oBAAoB,EAAE,MAAM,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,eAAe,CAAC,KAAK,GAAG,IAAI;IAiBnI;;OAEG;IACH,iBAAiB,CAAC,IAAI,EAAE,oBAAoB,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,eAAe,CAAC,KAAK,GAAG,IAAI;IAoBtG;;OAEG;IACG,cAAc,CAAC,IAAI,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAe7D;;OAEG;IACH,mBAAmB,CAAC,mBAAmB,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,oBAAoB,CAAC;QAAC,MAAM,EAAE,OAAO,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC,GAAG,IAAI;IAiBtH;;OAEG;IACH,cAAc,IAAI,OAAO;CAG1B;AAGD,eAAO,MAAM,iBAAiB,0BAAyC,CAAC"}
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.conditionDebugger = exports.LogicalConditionDebugger = void 0;
|
|
4
|
-
const logger_1 = require("./logger");
|
|
5
|
-
class LogicalConditionDebugger {
|
|
6
|
-
constructor() {
|
|
7
|
-
this.debugHooks = [];
|
|
8
|
-
this.isDebugMode = process.env.LOG_LEVEL === 'debug';
|
|
9
|
-
}
|
|
10
|
-
static getInstance() {
|
|
11
|
-
if (!LogicalConditionDebugger.instance) {
|
|
12
|
-
LogicalConditionDebugger.instance = new LogicalConditionDebugger();
|
|
13
|
-
}
|
|
14
|
-
return LogicalConditionDebugger.instance;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Register a debug hook that will be called before condition evaluation
|
|
18
|
-
* This allows users to set breakpoints in their code
|
|
19
|
-
*/
|
|
20
|
-
registerDebugHook(hook) {
|
|
21
|
-
this.debugHooks.push(hook);
|
|
22
|
-
logger_1.logger.debug({
|
|
23
|
-
msg: '[LogicalConditionDebugger] Debug hook registered',
|
|
24
|
-
totalHooks: this.debugHooks.length,
|
|
25
|
-
});
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* Clear all registered debug hooks
|
|
29
|
-
*/
|
|
30
|
-
clearDebugHooks() {
|
|
31
|
-
this.debugHooks = [];
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Log condition evaluation start
|
|
35
|
-
*/
|
|
36
|
-
logConditionStart(edge, state) {
|
|
37
|
-
var _a;
|
|
38
|
-
if (!this.isDebugMode)
|
|
39
|
-
return;
|
|
40
|
-
logger_1.logger.debug({
|
|
41
|
-
msg: '[LogicalCondition] Evaluating condition',
|
|
42
|
-
edge: {
|
|
43
|
-
source: edge.source,
|
|
44
|
-
target: edge.target,
|
|
45
|
-
condition: edge.condition,
|
|
46
|
-
},
|
|
47
|
-
state: {
|
|
48
|
-
memoryKeys: Object.keys(state.memory || {}),
|
|
49
|
-
messageCount: ((_a = state.messages) === null || _a === void 0 ? void 0 : _a.length) || 0,
|
|
50
|
-
hasGoto: !!state.goto,
|
|
51
|
-
},
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
/**
|
|
55
|
-
* Log condition evaluation result
|
|
56
|
-
*/
|
|
57
|
-
logConditionResult(edge, result, executionTimeMs, state) {
|
|
58
|
-
if (!this.isDebugMode)
|
|
59
|
-
return;
|
|
60
|
-
logger_1.logger.debug({
|
|
61
|
-
msg: '[LogicalCondition] Condition evaluated',
|
|
62
|
-
edge: {
|
|
63
|
-
source: edge.source,
|
|
64
|
-
target: edge.target,
|
|
65
|
-
condition: edge.condition,
|
|
66
|
-
},
|
|
67
|
-
result,
|
|
68
|
-
executionTimeMs,
|
|
69
|
-
willTransition: result,
|
|
70
|
-
nextNode: result ? edge.target : null,
|
|
71
|
-
});
|
|
72
|
-
}
|
|
73
|
-
/**
|
|
74
|
-
* Log condition evaluation error
|
|
75
|
-
*/
|
|
76
|
-
logConditionError(edge, error, state) {
|
|
77
|
-
var _a;
|
|
78
|
-
// Always log errors, not just in debug mode
|
|
79
|
-
logger_1.logger.error({
|
|
80
|
-
msg: '[LogicalCondition] Error evaluating condition',
|
|
81
|
-
edge: {
|
|
82
|
-
source: edge.source,
|
|
83
|
-
target: edge.target,
|
|
84
|
-
condition: edge.condition,
|
|
85
|
-
},
|
|
86
|
-
error: error.message,
|
|
87
|
-
stack: this.isDebugMode ? error.stack : undefined,
|
|
88
|
-
state: this.isDebugMode
|
|
89
|
-
? {
|
|
90
|
-
memorySnapshot: JSON.stringify(state.memory).substring(0, 200) + '...',
|
|
91
|
-
messageCount: ((_a = state.messages) === null || _a === void 0 ? void 0 : _a.length) || 0,
|
|
92
|
-
}
|
|
93
|
-
: undefined,
|
|
94
|
-
});
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* Call all registered debug hooks
|
|
98
|
-
*/
|
|
99
|
-
async callDebugHooks(info) {
|
|
100
|
-
if (!this.isDebugMode || this.debugHooks.length === 0)
|
|
101
|
-
return;
|
|
102
|
-
for (const hook of this.debugHooks) {
|
|
103
|
-
try {
|
|
104
|
-
await hook(info);
|
|
105
|
-
}
|
|
106
|
-
catch (error) {
|
|
107
|
-
logger_1.logger.warn({
|
|
108
|
-
msg: '[LogicalConditionDebugger] Debug hook threw error',
|
|
109
|
-
error: error instanceof Error ? error.message : String(error),
|
|
110
|
-
});
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
/**
|
|
115
|
-
* Log a summary of all conditions evaluated
|
|
116
|
-
*/
|
|
117
|
-
logConditionSummary(evaluatedConditions) {
|
|
118
|
-
if (!this.isDebugMode || evaluatedConditions.length === 0)
|
|
119
|
-
return;
|
|
120
|
-
logger_1.logger.debug({
|
|
121
|
-
msg: '[LogicalCondition] Evaluation summary',
|
|
122
|
-
totalConditions: evaluatedConditions.length,
|
|
123
|
-
conditions: evaluatedConditions.map(({ edge, result, timeMs }) => ({
|
|
124
|
-
condition: edge.condition,
|
|
125
|
-
source: edge.source,
|
|
126
|
-
target: edge.target,
|
|
127
|
-
result,
|
|
128
|
-
timeMs,
|
|
129
|
-
})),
|
|
130
|
-
totalTimeMs: evaluatedConditions.reduce((sum, c) => sum + c.timeMs, 0),
|
|
131
|
-
});
|
|
132
|
-
}
|
|
133
|
-
/**
|
|
134
|
-
* Check if debug mode is enabled
|
|
135
|
-
*/
|
|
136
|
-
isDebugEnabled() {
|
|
137
|
-
return this.isDebugMode;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
exports.LogicalConditionDebugger = LogicalConditionDebugger;
|
|
141
|
-
// Export singleton instance
|
|
142
|
-
exports.conditionDebugger = LogicalConditionDebugger.getInstance();
|
|
143
|
-
//# sourceMappingURL=LogicalConditionDebugger.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LogicalConditionDebugger.js","sourceRoot":"","sources":["../../src/utils/LogicalConditionDebugger.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
import { ZodSchema, ZodTypeAny } from 'zod';
|
|
2
|
-
import { BaseLanguageModel } from '@langchain/core/language_models/base';
|
|
3
|
-
export interface DocumentProcessorConfig {
|
|
4
|
-
llamaCloudApiKey?: string;
|
|
5
|
-
useBase64?: boolean;
|
|
6
|
-
maxImageWidth?: number;
|
|
7
|
-
imageQuality?: number;
|
|
8
|
-
}
|
|
9
|
-
export interface DocumentExtractionOptions {
|
|
10
|
-
documentPath?: string;
|
|
11
|
-
documentContent?: Buffer | string;
|
|
12
|
-
documentUrl?: string;
|
|
13
|
-
schema?: ZodSchema<any> | ZodTypeAny;
|
|
14
|
-
llmConfig?: {
|
|
15
|
-
model?: string;
|
|
16
|
-
temperature?: number;
|
|
17
|
-
};
|
|
18
|
-
systemPrompt?: string;
|
|
19
|
-
}
|
|
20
|
-
export interface DocumentProcessingResult<T = any> {
|
|
21
|
-
data: T;
|
|
22
|
-
metadata: {
|
|
23
|
-
fileSize?: number;
|
|
24
|
-
fileType: string;
|
|
25
|
-
processingTime: number;
|
|
26
|
-
contentLength: number;
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
/**
|
|
30
|
-
* Generic document processor that can extract structured data from various document types
|
|
31
|
-
* including images, PDFs, Word documents, spreadsheets, and more.
|
|
32
|
-
*/
|
|
33
|
-
export declare class DocumentProcessor {
|
|
34
|
-
private config;
|
|
35
|
-
private llm;
|
|
36
|
-
private llamaCloudApiKey;
|
|
37
|
-
constructor(config?: DocumentProcessorConfig, llm?: BaseLanguageModel);
|
|
38
|
-
/**
|
|
39
|
-
* Parse document using LlamaCloud REST API
|
|
40
|
-
*/
|
|
41
|
-
private parseWithLlamaCloud;
|
|
42
|
-
/**
|
|
43
|
-
* Get MIME type for file extension
|
|
44
|
-
*/
|
|
45
|
-
private getMimeType;
|
|
46
|
-
/**
|
|
47
|
-
* Extract data from a document - either structured data using AI or raw text
|
|
48
|
-
*/
|
|
49
|
-
extractFromDocument<T = string>(options: DocumentExtractionOptions): Promise<DocumentProcessingResult<T>>;
|
|
50
|
-
/**
|
|
51
|
-
* Get document content from various sources
|
|
52
|
-
*/
|
|
53
|
-
private getDocumentContent;
|
|
54
|
-
/**
|
|
55
|
-
* Process image documents by converting them to a standardized format
|
|
56
|
-
*/
|
|
57
|
-
private processImageDocument;
|
|
58
|
-
/**
|
|
59
|
-
* Process text-based documents using LlamaParser or fallback methods
|
|
60
|
-
*/
|
|
61
|
-
private processTextDocument;
|
|
62
|
-
/**
|
|
63
|
-
* Extract data using LLM - either structured with schema or unstructured with prompt
|
|
64
|
-
*/
|
|
65
|
-
private extractStructuredData;
|
|
66
|
-
/**
|
|
67
|
-
* Check if file is an image type
|
|
68
|
-
*/
|
|
69
|
-
private isImageFile;
|
|
70
|
-
/**
|
|
71
|
-
* Infer file type from buffer content
|
|
72
|
-
*/
|
|
73
|
-
private inferFileTypeFromBuffer;
|
|
74
|
-
/**
|
|
75
|
-
* Infer file type from URL
|
|
76
|
-
*/
|
|
77
|
-
private inferFileTypeFromUrl;
|
|
78
|
-
/**
|
|
79
|
-
* Get list of supported document types
|
|
80
|
-
*/
|
|
81
|
-
static getSupportedDocumentTypes(): string[];
|
|
82
|
-
/**
|
|
83
|
-
* Check if a file type is supported
|
|
84
|
-
*/
|
|
85
|
-
static isDocumentTypeSupported(fileType: string): boolean;
|
|
86
|
-
}
|
|
87
|
-
//# sourceMappingURL=documentProcessor.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"documentProcessor.d.ts","sourceRoot":"","sources":["../../src/utils/documentProcessor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sCAAsC,CAAC;AAQzE,MAAM,WAAW,uBAAuB;IACtC,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,yBAAyB;IACxC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAClC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,SAAS,CAAC,GAAG,CAAC,GAAG,UAAU,CAAC;IACrC,SAAS,CAAC,EAAE;QACV,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,wBAAwB,CAAC,CAAC,GAAG,GAAG;IAC/C,IAAI,EAAE,CAAC,CAAC;IACR,QAAQ,EAAE;QACR,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,MAAM,CAAC;QACjB,cAAc,EAAE,MAAM,CAAC;QACvB,aAAa,EAAE,MAAM,CAAC;KACvB,CAAC;CACH;AAkCD;;;GAGG;AACH,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,MAAM,CAA0B;IACxC,OAAO,CAAC,GAAG,CAAkC;IAC7C,OAAO,CAAC,gBAAgB,CAAuB;gBAEnC,MAAM,GAAE,uBAA4B,EAAE,GAAG,CAAC,EAAE,iBAAiB;IAYzE;;OAEG;YACW,mBAAmB;IAmNjC;;OAEG;IACH,OAAO,CAAC,WAAW;IA0BnB;;OAEG;IACG,mBAAmB,CAAC,CAAC,GAAG,MAAM,EAAE,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC,CAAC,CAAC;IAuE/G;;OAEG;YACW,kBAAkB;IAoFhC;;OAEG;YACW,oBAAoB;IAwGlC;;OAEG;YACW,mBAAmB;IAsDjC;;OAEG;YACW,qBAAqB;IAoFnC;;OAEG;IACH,OAAO,CAAC,WAAW;IAKnB;;OAEG;IACH,OAAO,CAAC,uBAAuB;IAsB/B;;OAEG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;OAEG;IACH,MAAM,CAAC,yBAAyB,IAAI,MAAM,EAAE;IAI5C;;OAEG;IACH,MAAM,CAAC,uBAAuB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO;CAG1D"}
|