2 Commits de6d75c6bd ... fdb9544161

Autore SHA1 Messaggio Data
  Paul Klumpp fdb9544161 Credit the plugin's origins and fix the dead chattolib link 1 settimana fa
  Paul Klumpp de6d75c6bd Credit the plugin's origins and fix the dead chattolib link 1 settimana fa
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -2,7 +2,7 @@
 
 A [Chatto](https://github.com/chattocorp/chatto) platform adapter plugin for [Hermes Agent](https://github.com/NousResearch/hermes-agent). Connects your self-hosted Chatto server to Hermes so you can interact with the agent through chat rooms and DMs.
 
-All API interaction goes through [chattolib](https://pypi.org/project/chattolib/): a persistent WebSocket realtime connection delivers inbound events, ConnectRPC over HTTP handles outbound messages, reactions, uploads and more. Messages are processed through the full Hermes Agent pipeline (tool use, memory, reasoning) and answered in real time.
+All API interaction goes through [chattolib](https://github.com/TheCodemancerLtd/chattolib): a persistent WebSocket realtime connection delivers inbound events, ConnectRPC over HTTP handles outbound messages, reactions, uploads and more. Messages are processed through the full Hermes Agent pipeline (tool use, memory, reasoning) and answered in real time.
 
 Tested against Chatto v0.4.20 with the vendored `chattolib[realtime]` 0.4.20.post1 (realtime protocol v1). Chatto servers older than v0.4.20 are not supported.
 
@@ -443,7 +443,7 @@ grep -i "chatto\|websocket\|realtime" ~/.hermes/logs/gateway.log | tail -30
 ## Acknowledgements
 
 - This project began as a fork of [jrimmer/hermes-chatto-plugin](https://github.com/jrimmer/hermes-chatto-plugin/), whose groundwork this plugin still builds on — a regular stop when looking for features worth adopting.
-- All Chatto API interaction rides on [chattolib](https://pypi.org/project/chattolib/) by Felix — vendored under `vendor/`.
+- All Chatto API interaction rides on [chattolib](https://github.com/TheCodemancerLtd/chattolib) by Felix — vendored under `vendor/`.
 - Our adapter implementation also took inspiration from [TheCodemancerLtd's Chatto platform adapter](https://github.com/TheCodemancerLtd/hermes-agent/blob/feat/chatto-integration/plugins/platforms/chatto/adapter.py) — the same Felix behind chattolib.
 
 ## License