mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 08:41:38 +00:00
docs(hooks): mark pairing hook observation-only (#116055)
This commit is contained in:
@@ -167,16 +167,16 @@ observation-only.
|
||||
|
||||
**Messages and delivery**
|
||||
|
||||
| Hook | Purpose |
|
||||
| ------------------------------- | ----------------------------------------------------------------- |
|
||||
| **`inbound_claim`** | Claim an inbound message before agent routing (synthetic replies) |
|
||||
| **`channel_pairing_requested`** | Observe newly created DM pairing requests |
|
||||
| `message_received` | Observe inbound content, sender, thread, and metadata |
|
||||
| **`message_sending`** | Rewrite outbound content or cancel delivery |
|
||||
| **`reply_payload_sending`** | Mutate or cancel normalized reply payloads before delivery |
|
||||
| `message_sent` | Observe outbound delivery success or failure |
|
||||
| **`before_dispatch`** | Inspect or rewrite an outbound dispatch before channel handoff |
|
||||
| **`reply_dispatch`** | Participate in the final reply-dispatch pipeline |
|
||||
| Hook | Purpose |
|
||||
| --------------------------- | ----------------------------------------------------------------- |
|
||||
| **`inbound_claim`** | Claim an inbound message before agent routing (synthetic replies) |
|
||||
| `channel_pairing_requested` | Observe newly created DM pairing requests |
|
||||
| `message_received` | Observe inbound content, sender, thread, and metadata |
|
||||
| **`message_sending`** | Rewrite outbound content or cancel delivery |
|
||||
| **`reply_payload_sending`** | Mutate or cancel normalized reply payloads before delivery |
|
||||
| `message_sent` | Observe outbound delivery success or failure |
|
||||
| **`before_dispatch`** | Inspect or rewrite an outbound dispatch before channel handoff |
|
||||
| **`reply_dispatch`** | Participate in the final reply-dispatch pipeline |
|
||||
|
||||
**Sessions and compaction**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user