@eko-ai/eko 4.0.1 → 4.0.2

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/index.esm.js CHANGED
@@ -37239,6 +37239,12 @@ class ChatAgent {
37239
37239
  tools.push(new TaskVariableStorageTool(this.chatContext, params));
37240
37240
  return tools;
37241
37241
  }
37242
+ getMemory() {
37243
+ return this.memory;
37244
+ }
37245
+ getTools() {
37246
+ return this.tools;
37247
+ }
37242
37248
  getChatContext() {
37243
37249
  return this.chatContext;
37244
37250
  }