aibroker 0.35.1 → 0.35.2
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/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -449,6 +449,7 @@ Addressing is explicit: `hub:machine-b/session:abc` routes through the bridge to
|
|
|
449
449
|
| [inbound.md](docs/inbound.md) | Generic `POST /hook/<route>` endpoint |
|
|
450
450
|
| [outbound.md](docs/outbound.md) | Acting in external systems through a platform's own actions |
|
|
451
451
|
| [mailbox.md](docs/mailbox.md) | Durable per-session queue and confirmed delivery |
|
|
452
|
+
| [session-watchdog.md](docs/session-watchdog.md) | Keeping a long autonomous session running: one goal at a time, context rollover, and the failures that shaped it |
|
|
452
453
|
| [audit.md](docs/audit.md) | What is recorded, and how to read it |
|
|
453
454
|
| [mesh.md](docs/mesh.md) | Multi-machine mesh networking |
|
|
454
455
|
| [ipc.md](docs/ipc.md) | IPC protocol and message format |
|