@remnic/plugin-openclaw 1.0.2 → 1.0.4
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/LICENSE +21 -0
- package/README.md +261 -0
- package/dist/{calibration-WZXRJMVP.js → calibration-3JHF25QT.js} +2 -2
- package/dist/{causal-chain-LA3IQNL6.js → causal-chain-OKDZSDEB.js} +3 -3
- package/dist/{causal-consolidation-YZLBOC7J.js → causal-consolidation-62IFBWHC.js} +22 -7
- package/dist/{causal-retrieval-ITNQBUQM.js → causal-retrieval-5UPIKZ4I.js} +4 -4
- package/dist/{causal-trajectory-graph-7Z5DD66L.js → causal-trajectory-graph-RQIT37DN.js} +1 -1
- package/dist/{chunk-BIBYVWVY.js → chunk-3SA5F4WT.js} +1 -1
- package/dist/{chunk-Y7JG2Q3V.js → chunk-5VTGFKKU.js} +2001 -275
- package/dist/{chunk-HSBPDYF4.js → chunk-BXTMZDRT.js} +2 -2
- package/dist/chunk-J2FCINY7.js +960 -0
- package/dist/{chunk-L46G4NGI.js → chunk-J7VGZNH4.js} +15 -4
- package/dist/chunk-NJG4HPAL.js +7099 -0
- package/dist/{chunk-BZ27H3BL.js → chunk-RMFPW4VK.js} +1 -1
- package/dist/{chunk-DMGIUDBO.js → chunk-UFU5GGGA.js} +8 -2
- package/dist/{chunk-JGEKL3WH.js → chunk-YHH3SXKD.js} +1 -1
- package/dist/{chunk-H3SKMYPU.js → chunk-Z7GRLVK3.js} +2 -2
- package/dist/{engine-GPDZXAXN.js → engine-BEV4BHEH.js} +3 -3
- package/dist/{fallback-llm-7UTWU27F.js → fallback-llm-HJRCHKSA.js} +2 -2
- package/dist/index.js +14018 -13908
- package/dist/{logger-NZE2OBVA.js → logger-TNOKCH7X.js} +1 -1
- package/dist/openai-53ZQ46RZ.js +44 -0
- package/dist/storage-HW6SRQCK.js +24 -0
- package/openclaw.plugin.json +807 -10
- package/package.json +8 -11
- package/dist/storage-AGYBIME4.js +0 -16
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import {
|
|
2
|
+
APIConnectionError,
|
|
3
|
+
APIConnectionTimeoutError,
|
|
4
|
+
APIError,
|
|
5
|
+
APIPromise,
|
|
6
|
+
APIUserAbortError,
|
|
7
|
+
AuthenticationError,
|
|
8
|
+
AzureOpenAI,
|
|
9
|
+
BadRequestError,
|
|
10
|
+
ConflictError,
|
|
11
|
+
InternalServerError,
|
|
12
|
+
InvalidWebhookSignatureError,
|
|
13
|
+
NotFoundError,
|
|
14
|
+
OpenAI,
|
|
15
|
+
OpenAIError,
|
|
16
|
+
PagePromise,
|
|
17
|
+
PermissionDeniedError,
|
|
18
|
+
RateLimitError,
|
|
19
|
+
UnprocessableEntityError,
|
|
20
|
+
toFile
|
|
21
|
+
} from "./chunk-NJG4HPAL.js";
|
|
22
|
+
import "./chunk-MLKGABMK.js";
|
|
23
|
+
export {
|
|
24
|
+
APIConnectionError,
|
|
25
|
+
APIConnectionTimeoutError,
|
|
26
|
+
APIError,
|
|
27
|
+
APIPromise,
|
|
28
|
+
APIUserAbortError,
|
|
29
|
+
AuthenticationError,
|
|
30
|
+
AzureOpenAI,
|
|
31
|
+
BadRequestError,
|
|
32
|
+
ConflictError,
|
|
33
|
+
InternalServerError,
|
|
34
|
+
InvalidWebhookSignatureError,
|
|
35
|
+
NotFoundError,
|
|
36
|
+
OpenAI,
|
|
37
|
+
OpenAIError,
|
|
38
|
+
PagePromise,
|
|
39
|
+
PermissionDeniedError,
|
|
40
|
+
RateLimitError,
|
|
41
|
+
UnprocessableEntityError,
|
|
42
|
+
OpenAI as default,
|
|
43
|
+
toFile
|
|
44
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ContentHashIndex,
|
|
3
|
+
StorageManager,
|
|
4
|
+
compareEntityTimestamps,
|
|
5
|
+
fingerprintEntityStructuredFacts,
|
|
6
|
+
isEntitySynthesisStale,
|
|
7
|
+
normalizeAttributePairs,
|
|
8
|
+
normalizeEntityName,
|
|
9
|
+
parseEntityFile,
|
|
10
|
+
serializeEntityFile
|
|
11
|
+
} from "./chunk-5VTGFKKU.js";
|
|
12
|
+
import "./chunk-UFU5GGGA.js";
|
|
13
|
+
import "./chunk-MLKGABMK.js";
|
|
14
|
+
export {
|
|
15
|
+
ContentHashIndex,
|
|
16
|
+
StorageManager,
|
|
17
|
+
compareEntityTimestamps,
|
|
18
|
+
fingerprintEntityStructuredFacts,
|
|
19
|
+
isEntitySynthesisStale,
|
|
20
|
+
normalizeAttributePairs,
|
|
21
|
+
normalizeEntityName,
|
|
22
|
+
parseEntityFile,
|
|
23
|
+
serializeEntityFile
|
|
24
|
+
};
|