@agentchatme/openclaw 0.6.19 → 0.6.20

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.cjs CHANGED
@@ -13,7 +13,7 @@ var ws = require('ws');
13
13
  var directDm = require('openclaw/plugin-sdk/direct-dm');
14
14
  var inboundEnvelope = require('openclaw/plugin-sdk/inbound-envelope');
15
15
  var inboundReplyDispatch = require('openclaw/plugin-sdk/inbound-reply-dispatch');
16
- var agentchat = require('@agentchatme/agentchat');
16
+ var agentchatme = require('agentchatme');
17
17
  var typebox = require('@sinclair/typebox');
18
18
 
19
19
  function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
@@ -1862,7 +1862,7 @@ var CircuitBreaker = class {
1862
1862
  };
1863
1863
 
1864
1864
  // src/version.ts
1865
- var PACKAGE_VERSION = "0.6.19";
1865
+ var PACKAGE_VERSION = "0.6.20";
1866
1866
 
1867
1867
  // src/outbound.ts
1868
1868
  var DEFAULT_RETRY_POLICY = {
@@ -2723,7 +2723,7 @@ function getClient({ accountId, config, options }) {
2723
2723
  if (existing && existing.apiKey === config.apiKey && existing.apiBase === config.apiBase) {
2724
2724
  return existing.client;
2725
2725
  }
2726
- const client = new agentchat.AgentChatClient({
2726
+ const client = new agentchatme.AgentChatClient({
2727
2727
  apiKey: config.apiKey,
2728
2728
  baseUrl: config.apiBase,
2729
2729
  ...options