@jarvis-agent/core 0.1.3 → 0.1.4

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
@@ -34417,6 +34417,7 @@ class Agent {
34417
34417
  if (hasWatch) {
34418
34418
  tools.push(new WatchTriggerTool());
34419
34419
  }
34420
+ tools.push(new HumanInteractTool());
34420
34421
  let toolNames = this.tools.map((tool) => tool.name);
34421
34422
  return tools.filter((tool) => toolNames.indexOf(tool.name) == -1);
34422
34423
  }