agent-swarm-kit 1.0.51 → 1.0.53

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/build/index.cjs CHANGED
@@ -3786,6 +3786,9 @@ var ClientStorage = /** @class */ (function () {
3786
3786
  })))];
3787
3787
  case 2:
3788
3788
  _a.sent();
3789
+ this.params.logger.debug("ClientStorage storageName=".concat(this.params.storageName, " clientId=").concat(this.params.clientId, " take indexed"), {
3790
+ indexed: indexed.getEntries(),
3791
+ });
3789
3792
  filtered = indexed.take(total, GLOBAL_CONFIG.CC_STORAGE_SEARCH_SIMILARITY);
3790
3793
  return [2 /*return*/, filtered.map(function (_a) {
3791
3794
  var id = _a.id;
package/build/index.mjs CHANGED
@@ -3784,6 +3784,9 @@ var ClientStorage = /** @class */ (function () {
3784
3784
  })))];
3785
3785
  case 2:
3786
3786
  _a.sent();
3787
+ this.params.logger.debug("ClientStorage storageName=".concat(this.params.storageName, " clientId=").concat(this.params.clientId, " take indexed"), {
3788
+ indexed: indexed.getEntries(),
3789
+ });
3787
3790
  filtered = indexed.take(total, GLOBAL_CONFIG.CC_STORAGE_SEARCH_SIMILARITY);
3788
3791
  return [2 /*return*/, filtered.map(function (_a) {
3789
3792
  var id = _a.id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-swarm-kit",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "description": "A TypeScript library for building orchestrated framework-agnostic multi-agent AI systems",
5
5
  "author": {
6
6
  "name": "Petr Tripolsky",