@easynet/agent-model 1.0.68 → 1.0.69
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/{chunk-6EQCGQTV.js → chunk-UVIUQUYJ.js} +4 -4
- package/dist/{chunk-RRZDREGU.js → chunk-UZ6B6BF4.js} +6 -6
- package/dist/cli/index.js +3 -3
- package/dist/extensions/index.js +3 -3
- package/dist/index.js +3 -3
- package/dist/langchain/index.js +2 -2
- package/package.json +1 -1
- /package/dist/{chunk-6EQCGQTV.js.map → chunk-UVIUQUYJ.js.map} +0 -0
- /package/dist/{chunk-RRZDREGU.js.map → chunk-UZ6B6BF4.js.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
getChatModelFactory
|
|
3
|
-
} from "./chunk-G7MKWPEI.js";
|
|
4
1
|
import {
|
|
5
2
|
parseLlmSection
|
|
6
3
|
} from "./chunk-SPDXNDDD.js";
|
|
4
|
+
import {
|
|
5
|
+
getChatModelFactory
|
|
6
|
+
} from "./chunk-G7MKWPEI.js";
|
|
7
7
|
|
|
8
8
|
// src/langchain/openai-compatible.ts
|
|
9
9
|
import { ChatOpenAI } from "@langchain/openai";
|
|
@@ -151,4 +151,4 @@ export {
|
|
|
151
151
|
applyToolChoiceAuto,
|
|
152
152
|
createChatModelFromLlmConfig
|
|
153
153
|
};
|
|
154
|
-
//# sourceMappingURL=chunk-
|
|
154
|
+
//# sourceMappingURL=chunk-UVIUQUYJ.js.map
|
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createChatModelFromLlmConfig
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import {
|
|
5
|
-
getChatModelFactory,
|
|
6
|
-
registerChatModelProvider
|
|
7
|
-
} from "./chunk-G7MKWPEI.js";
|
|
3
|
+
} from "./chunk-UVIUQUYJ.js";
|
|
8
4
|
import {
|
|
9
5
|
ensureNpmPackageInstalled,
|
|
10
6
|
getInstalledVersion,
|
|
@@ -12,6 +8,10 @@ import {
|
|
|
12
8
|
parseNpmProviderSpec,
|
|
13
9
|
resolveLatestVersionFromRegistry
|
|
14
10
|
} from "./chunk-KE7IMUSA.js";
|
|
11
|
+
import {
|
|
12
|
+
getChatModelFactory,
|
|
13
|
+
registerChatModelProvider
|
|
14
|
+
} from "./chunk-G7MKWPEI.js";
|
|
15
15
|
|
|
16
16
|
// src/extensions/loader.ts
|
|
17
17
|
import { readdirSync, readFileSync, existsSync } from "fs";
|
|
@@ -351,4 +351,4 @@ export {
|
|
|
351
351
|
resolveLlmSectionWithNpm,
|
|
352
352
|
createChatModelWithNpm
|
|
353
353
|
};
|
|
354
|
-
//# sourceMappingURL=chunk-
|
|
354
|
+
//# sourceMappingURL=chunk-UZ6B6BF4.js.map
|
package/dist/cli/index.js
CHANGED
|
@@ -8,15 +8,15 @@ import {
|
|
|
8
8
|
} from "../chunk-AUQEXHUP.js";
|
|
9
9
|
import {
|
|
10
10
|
resolveLlmSectionWithNpm
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-UZ6B6BF4.js";
|
|
12
12
|
import {
|
|
13
13
|
createChatModelFromLlmConfig
|
|
14
|
-
} from "../chunk-
|
|
15
|
-
import "../chunk-G7MKWPEI.js";
|
|
14
|
+
} from "../chunk-UVIUQUYJ.js";
|
|
16
15
|
import {
|
|
17
16
|
parseLlmSection
|
|
18
17
|
} from "../chunk-SPDXNDDD.js";
|
|
19
18
|
import "../chunk-KE7IMUSA.js";
|
|
19
|
+
import "../chunk-G7MKWPEI.js";
|
|
20
20
|
|
|
21
21
|
// src/api/create-agent-llm.ts
|
|
22
22
|
import { join } from "path";
|
package/dist/extensions/index.js
CHANGED
|
@@ -9,15 +9,15 @@ import {
|
|
|
9
9
|
resolveLLMExtensionPackages,
|
|
10
10
|
resolveLlmSectionWithNpm,
|
|
11
11
|
resolveNpmProvider
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-G7MKWPEI.js";
|
|
12
|
+
} from "../chunk-UZ6B6BF4.js";
|
|
13
|
+
import "../chunk-UVIUQUYJ.js";
|
|
15
14
|
import "../chunk-SPDXNDDD.js";
|
|
16
15
|
import {
|
|
17
16
|
NPM_PROTOCOL_PREFIX,
|
|
18
17
|
isNpmProviderSpec,
|
|
19
18
|
parseNpmProviderSpec
|
|
20
19
|
} from "../chunk-KE7IMUSA.js";
|
|
20
|
+
import "../chunk-G7MKWPEI.js";
|
|
21
21
|
export {
|
|
22
22
|
NPM_PROTOCOL_PREFIX,
|
|
23
23
|
createChatModelWithNpm,
|
package/dist/index.js
CHANGED
|
@@ -7,11 +7,10 @@ import {
|
|
|
7
7
|
} from "./chunk-AUQEXHUP.js";
|
|
8
8
|
import {
|
|
9
9
|
resolveLlmSectionWithNpm
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-UZ6B6BF4.js";
|
|
11
11
|
import {
|
|
12
12
|
createChatModelFromLlmConfig
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-G7MKWPEI.js";
|
|
13
|
+
} from "./chunk-UVIUQUYJ.js";
|
|
15
14
|
import {
|
|
16
15
|
parseEmbedSection
|
|
17
16
|
} from "./chunk-MFLWZSWI.js";
|
|
@@ -19,6 +18,7 @@ import {
|
|
|
19
18
|
parseLlmSection
|
|
20
19
|
} from "./chunk-SPDXNDDD.js";
|
|
21
20
|
import "./chunk-KE7IMUSA.js";
|
|
21
|
+
import "./chunk-G7MKWPEI.js";
|
|
22
22
|
|
|
23
23
|
// src/api/create-agent-model-registry.ts
|
|
24
24
|
import { existsSync } from "fs";
|
package/dist/langchain/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
applyToolChoiceAuto,
|
|
3
3
|
createChatModelFromLlmConfig
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-G7MKWPEI.js";
|
|
4
|
+
} from "../chunk-UVIUQUYJ.js";
|
|
6
5
|
import "../chunk-SPDXNDDD.js";
|
|
6
|
+
import "../chunk-G7MKWPEI.js";
|
|
7
7
|
export {
|
|
8
8
|
applyToolChoiceAuto,
|
|
9
9
|
createChatModelFromLlmConfig
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|