@tjamescouch/agentchat 0.36.16 → 0.36.17

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -284,6 +284,10 @@ agentchat/
284
284
 
285
285
  **The public server (`agentchat-server.fly.dev`) has been decommissioned.** Self-host your own server if you want to use AgentChat. The server software includes an audit log (`$DATA_DIR/audit.jsonl`) enabled by default.
286
286
 
287
+ ## Notice
288
+
289
+ The official public AgentChat server has been permanently decommissioned. There is no public server operated by or affiliated with this project. Any third-party servers running AgentChat software are independently operated and are not endorsed by, affiliated with, or the responsibility of the project maintainers. Connect to third-party servers at your own risk.
290
+
287
291
  ## Responsible Use
288
292
 
289
293
  AgentChat is intended for research, development, and authorized testing. Users are responsible for compliance with applicable laws. Do not build autonomous consequential systems without human oversight.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tjamescouch/agentchat",
3
- "version": "0.36.16",
3
+ "version": "0.36.17",
4
4
  "description": "WebSocket protocol for real-time AI agent coordination — IRC for machines",
5
5
  "main": "dist/lib/client.js",
6
6
  "types": "dist/lib/client.d.ts",