@eko-ai/eko 1.0.15-alpha.13 → 1.0.15-alpha.14
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/core/eko.d.ts +1 -1
- package/dist/index.cjs.js +1 -2
- package/dist/index.esm.js +1 -2
- package/package.json +1 -1
package/dist/core/eko.d.ts
CHANGED
package/dist/index.cjs.js
CHANGED
|
@@ -9878,7 +9878,7 @@ class Eko {
|
|
|
9878
9878
|
this.toolRegistry = new ToolRegistry();
|
|
9879
9879
|
this.workflowGeneratorMap = new Map();
|
|
9880
9880
|
this.prompt = "";
|
|
9881
|
-
console.info("using Eko@" + "
|
|
9881
|
+
console.info("using Eko@" + "750642e7473972f78dfd832499d0ac8e7d320128");
|
|
9882
9882
|
console.warn("this version is POC, should not used for production");
|
|
9883
9883
|
this.llmProvider = LLMProviderFactory.buildLLMProvider(llmConfig);
|
|
9884
9884
|
this.ekoConfig = this.buildEkoConfig(ekoConfig);
|
|
@@ -9970,7 +9970,6 @@ class Eko {
|
|
|
9970
9970
|
"extract_content",
|
|
9971
9971
|
"get_all_tabs",
|
|
9972
9972
|
"open_url",
|
|
9973
|
-
"request_login",
|
|
9974
9973
|
"screenshot",
|
|
9975
9974
|
"tab_management",
|
|
9976
9975
|
"web_search",
|
package/dist/index.esm.js
CHANGED
|
@@ -9874,7 +9874,7 @@ class Eko {
|
|
|
9874
9874
|
this.toolRegistry = new ToolRegistry();
|
|
9875
9875
|
this.workflowGeneratorMap = new Map();
|
|
9876
9876
|
this.prompt = "";
|
|
9877
|
-
console.info("using Eko@" + "
|
|
9877
|
+
console.info("using Eko@" + "750642e7473972f78dfd832499d0ac8e7d320128");
|
|
9878
9878
|
console.warn("this version is POC, should not used for production");
|
|
9879
9879
|
this.llmProvider = LLMProviderFactory.buildLLMProvider(llmConfig);
|
|
9880
9880
|
this.ekoConfig = this.buildEkoConfig(ekoConfig);
|
|
@@ -9966,7 +9966,6 @@ class Eko {
|
|
|
9966
9966
|
"extract_content",
|
|
9967
9967
|
"get_all_tabs",
|
|
9968
9968
|
"open_url",
|
|
9969
|
-
"request_login",
|
|
9970
9969
|
"screenshot",
|
|
9971
9970
|
"tab_management",
|
|
9972
9971
|
"web_search",
|