@tjamescouch/agentchat 0.22.0 → 0.22.1

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/bin/agentchat.js CHANGED
@@ -687,7 +687,7 @@ program
687
687
  // Start daemon requires server
688
688
  if (!server) {
689
689
  console.error('Error: server URL required to start daemon');
690
- console.error('Usage: agentchat daemon wss://agentchat-server.fly.dev --name myagent');
690
+ console.error('Usage: agentchat daemon ws://localhost:6667 --name myagent');
691
691
  process.exit(1);
692
692
  }
693
693