@lowire/loop 0.0.17 → 0.0.18

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/lib/loop.js +0 -2
  2. package/package.json +1 -1
package/lib/loop.js CHANGED
@@ -128,8 +128,6 @@ class Loop {
128
128
  }
129
129
  }
130
130
  }
131
- if (options.summarize)
132
- return this._summarizeConversation(task, conversation, options);
133
131
  throw new Error('Failed to perform step, max attempts reached');
134
132
  }
135
133
  _summarizeConversation(task, conversation, options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowire/loop",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Small agentic loop",
5
5
  "repository": {
6
6
  "type": "git",