@easynet/agent-model 1.0.57 → 1.0.58

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.
Files changed (2) hide show
  1. package/dist/index.js +8 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  registry_exports
3
3
  } from "./chunk-HCU4AWIV.js";
4
+ import {
5
+ config_exports
6
+ } from "./chunk-VBXTOU4S.js";
4
7
  import {
5
8
  cli_exports,
6
9
  createAgentLlm
7
10
  } from "./chunk-YCV6JBJZ.js";
8
- import {
9
- config_exports
10
- } from "./chunk-VBXTOU4S.js";
11
11
  import {
12
12
  loadLlmConfig,
13
13
  loadModelsConfig
@@ -15,11 +15,6 @@ import {
15
15
  import {
16
16
  connectivity_exports
17
17
  } from "./chunk-EPVJLBGC.js";
18
- import {
19
- createModelHub,
20
- model_exports,
21
- parseEmbedSection
22
- } from "./chunk-5YPJ43HW.js";
23
18
  import {
24
19
  extensions_exports
25
20
  } from "./chunk-YOOYQBGK.js";
@@ -35,6 +30,11 @@ import {
35
30
  getChatModelFactory,
36
31
  registerChatModelProvider
37
32
  } from "./chunk-G7MKWPEI.js";
33
+ import {
34
+ createModelHub,
35
+ model_exports,
36
+ parseEmbedSection
37
+ } from "./chunk-5YPJ43HW.js";
38
38
  import {
39
39
  parseLlmSection
40
40
  } from "./chunk-SPDXNDDD.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easynet/agent-model",
3
- "version": "1.0.57",
3
+ "version": "1.0.58",
4
4
  "description": "Agent LLM: multi-provider, multi-model, simple chat/image API. Consumes agent.yaml llm section.",
5
5
  "type": "module",
6
6
  "bin": {