UNPKG

@robota-sdk/tools

Version:

⚠️ DEPRECATED: This package has been deprecated. Please use @robota-sdk/agents instead.

17 lines (14 loc) 520 B
'use strict'; var agents = require('@robota-sdk/agents'); // src/index.ts console.warn( "\u26A0\uFE0F @robota-sdk/tools is deprecated. Please migrate to @robota-sdk/agents for the latest tool management features." ); Object.keys(agents).forEach(function (k) { if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, { enumerable: true, get: function () { return agents[k]; } }); }); //# sourceMappingURL=index.js.map //# sourceMappingURL=index.js.map