@easynet/agent-model 1.0.80 → 1.0.81
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-6BF6WSK7.js → chunk-FA6A72OA.js} +2 -2
- package/dist/{chunk-6EQCGQTV.js → chunk-UVIUQUYJ.js} +4 -4
- 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-6BF6WSK7.js.map → chunk-FA6A72OA.js.map} +0 -0
- /package/dist/{chunk-6EQCGQTV.js.map → chunk-UVIUQUYJ.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createChatModelFromLlmConfig
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-UVIUQUYJ.js";
|
|
4
4
|
import {
|
|
5
5
|
getChatModelFactory,
|
|
6
6
|
registerChatModelProvider
|
|
@@ -461,4 +461,4 @@ export {
|
|
|
461
461
|
resolveLlmSectionWithNpm,
|
|
462
462
|
createChatModelWithNpm
|
|
463
463
|
};
|
|
464
|
-
//# sourceMappingURL=chunk-
|
|
464
|
+
//# sourceMappingURL=chunk-FA6A72OA.js.map
|
|
@@ -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
|
package/dist/cli/index.js
CHANGED
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
} from "../chunk-6CVRQJ6G.js";
|
|
7
7
|
import {
|
|
8
8
|
resolveLlmSectionWithNpm
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-FA6A72OA.js";
|
|
10
10
|
import {
|
|
11
11
|
createChatModelFromLlmConfig
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-G7MKWPEI.js";
|
|
12
|
+
} from "../chunk-UVIUQUYJ.js";
|
|
14
13
|
import "../chunk-SPDXNDDD.js";
|
|
14
|
+
import "../chunk-G7MKWPEI.js";
|
|
15
15
|
|
|
16
16
|
// src/api/create-agent-llm.ts
|
|
17
17
|
import { join } from "path";
|
package/dist/extensions/index.js
CHANGED
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
resolveLLMExtensionPackages,
|
|
10
10
|
resolveLlmSectionWithNpm,
|
|
11
11
|
resolveNpmProvider
|
|
12
|
-
} from "../chunk-
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-G7MKWPEI.js";
|
|
12
|
+
} from "../chunk-FA6A72OA.js";
|
|
13
|
+
import "../chunk-UVIUQUYJ.js";
|
|
15
14
|
import "../chunk-SPDXNDDD.js";
|
|
15
|
+
import "../chunk-G7MKWPEI.js";
|
|
16
16
|
export {
|
|
17
17
|
NPM_PROTOCOL_PREFIX,
|
|
18
18
|
createChatModelWithNpm,
|
package/dist/index.js
CHANGED
|
@@ -5,17 +5,17 @@ import {
|
|
|
5
5
|
} from "./chunk-6CVRQJ6G.js";
|
|
6
6
|
import {
|
|
7
7
|
resolveLlmSectionWithNpm
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-FA6A72OA.js";
|
|
9
9
|
import {
|
|
10
10
|
createChatModelFromLlmConfig
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-G7MKWPEI.js";
|
|
11
|
+
} from "./chunk-UVIUQUYJ.js";
|
|
13
12
|
import {
|
|
14
13
|
parseEmbedSection
|
|
15
14
|
} from "./chunk-MFLWZSWI.js";
|
|
16
15
|
import {
|
|
17
16
|
parseLlmSection
|
|
18
17
|
} from "./chunk-SPDXNDDD.js";
|
|
18
|
+
import "./chunk-G7MKWPEI.js";
|
|
19
19
|
|
|
20
20
|
// src/api/register-model.ts
|
|
21
21
|
import { AgentContextTokens } from "@easynet/agent-common/context";
|
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
|