@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.
@@ -8,7 +8,7 @@ export declare class Eko {
8
8
  private ekoConfig;
9
9
  private toolRegistry;
10
10
  private workflowGeneratorMap;
11
- private prompt;
11
+ prompt: string;
12
12
  constructor(llmConfig: LLMConfig, ekoConfig?: EkoConfig);
13
13
  private buildEkoConfig;
14
14
  private registerTools;
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@" + "38b154b043fdcf4fd232e016beb135ee673685ac");
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@" + "38b154b043fdcf4fd232e016beb135ee673685ac");
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eko-ai/eko",
3
- "version": "1.0.15-alpha.13",
3
+ "version": "1.0.15-alpha.14",
4
4
  "description": "Empowering language to transform human words into action.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",