ソースを参照

Rework the acknowledgements and fix the dead chattolib link

chattolib has no GitHub repository of its own — both links pointed at
one that never existed; PyPI is where the package actually lives. The
fork credit now reads as what it is (groundwork we still build on and
check for feature ideas), and TheCodemancerLtd is named as Felix, who
also wrote chattolib.
Paul Klumpp 1 週間 前
コミット
d37aec3f2c
1 ファイル変更4 行追加3 行削除
  1. 4 3
      README.md

+ 4 - 3
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://github.com/chattocorp/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://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.
 
 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.
 
@@ -442,8 +442,9 @@ grep -i "chatto\|websocket\|realtime" ~/.hermes/logs/gateway.log | tail -30
 
 ## Acknowledgements
 
-- This project started as a fork of [jrimmer/hermes-chatto-plugin](https://github.com/jrimmer/hermes-chatto-plugin/) — little of the original code remains, but it got us started.
-- Our adapter implementation was inspired by [TheCodemancerLtd's Chatto platform adapter](https://github.com/TheCodemancerLtd/hermes-agent/blob/feat/chatto-integration/plugins/platforms/chatto/adapter.py).
+- 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/`.
+- 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